From 2eca9a5d08414829cd7163612759ff9ece17e8ef Mon Sep 17 00:00:00 2001 From: team-tf-cdk Date: Fri, 19 Jan 2024 12:36:17 +0000 Subject: [PATCH] chore: self mutation Signed-off-by: team-tf-cdk --- docs/accountAws.go.md | 12 +- docs/credentialsAws.go.md | 12 +- docs/dataIntegration.go.md | 18 +- docs/elastigroupAws.go.md | 480 +++++++++--------- docs/elastigroupAwsBeanstalk.go.md | 42 +- docs/elastigroupAwsSuspension.go.md | 18 +- docs/elastigroupAzure.go.md | 126 ++--- docs/elastigroupAzureV3.go.md | 72 +-- docs/elastigroupGcp.go.md | 144 +++--- docs/elastigroupGke.go.md | 132 ++--- docs/healthCheck.go.md | 18 +- docs/managedInstanceAws.go.md | 90 ++-- docs/mrscalerAws.go.md | 114 ++--- docs/oceanAks.go.md | 126 ++--- docs/oceanAksNp.go.md | 78 +-- docs/oceanAksNpVirtualNodeGroup.go.md | 30 +- docs/oceanAksVirtualNodeGroup.go.md | 60 +-- docs/oceanAws.go.md | 144 +++--- docs/oceanAwsExtendedResourceDefinition.go.md | 12 +- docs/oceanAwsLaunchSpec.go.md | 150 +++--- docs/oceanEcs.go.md | 132 ++--- docs/oceanEcsLaunchSpec.go.md | 78 +-- docs/oceanGkeImport.go.md | 102 ++-- docs/oceanGkeLaunchSpec.go.md | 108 ++-- docs/oceanGkeLaunchSpecImport.go.md | 12 +- docs/oceanSpark.go.md | 66 +-- docs/oceanSparkVirtualNodeGroup.go.md | 12 +- docs/organizationPolicy.go.md | 24 +- docs/organizationProgrammaticUser.go.md | 24 +- docs/organizationUser.go.md | 18 +- docs/organizationUserGroup.go.md | 18 +- docs/provider.go.md | 12 +- docs/statefulNodeAzure.go.md | 222 ++++---- docs/subscription.go.md | 12 +- src/account-aws/index.ts | 5 + src/credentials-aws/index.ts | 5 + src/data-integration/index.ts | 5 + src/elastigroup-aws-beanstalk/index.ts | 5 + src/elastigroup-aws-suspension/index.ts | 5 + src/elastigroup-aws/index.ts | 5 + src/elastigroup-azure-v3/index.ts | 5 + src/elastigroup-azure/index.ts | 5 + src/elastigroup-gcp/index.ts | 5 + src/elastigroup-gke/index.ts | 5 + src/health-check/index.ts | 5 + src/index.ts | 5 + src/lazy-index.ts | 5 + src/managed-instance-aws/index.ts | 5 + src/mrscaler-aws/index.ts | 5 + src/ocean-aks-np-virtual-node-group/index.ts | 5 + src/ocean-aks-np/index.ts | 5 + src/ocean-aks-virtual-node-group/index.ts | 5 + src/ocean-aks/index.ts | 5 + .../index.ts | 5 + src/ocean-aws-launch-spec/index.ts | 5 + src/ocean-aws/index.ts | 5 + src/ocean-ecs-launch-spec/index.ts | 5 + src/ocean-ecs/index.ts | 5 + src/ocean-gke-import/index.ts | 5 + src/ocean-gke-launch-spec-import/index.ts | 5 + src/ocean-gke-launch-spec/index.ts | 5 + src/ocean-spark-virtual-node-group/index.ts | 5 + src/ocean-spark/index.ts | 5 + src/organization-policy/index.ts | 5 + src/organization-programmatic-user/index.ts | 5 + src/organization-user-group/index.ts | 5 + src/organization-user/index.ts | 5 + src/provider/index.ts | 5 + src/stateful-node-azure/index.ts | 5 + src/subscription/index.ts | 5 + 70 files changed, 1539 insertions(+), 1359 deletions(-) diff --git a/docs/accountAws.go.md b/docs/accountAws.go.md index a71fbfbac..ec312657e 100644 --- a/docs/accountAws.go.md +++ b/docs/accountAws.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/accountaws" accountaws.NewAccountAws(scope Construct, id *string, config AccountAwsConfig) AccountAws ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/accountaws" accountaws.AccountAws_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/accountaws" accountaws.AccountAws_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ accountaws.AccountAws_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/accountaws" accountaws.AccountAws_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ accountaws.AccountAws_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/accountaws" accountaws.AccountAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -718,7 +718,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/accountaws" &accountaws.AccountAwsConfig { Connection: interface{}, diff --git a/docs/credentialsAws.go.md b/docs/credentialsAws.go.md index 1ca0b62a1..2b5c864c8 100644 --- a/docs/credentialsAws.go.md +++ b/docs/credentialsAws.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/credentialsaws" credentialsaws.NewCredentialsAws(scope Construct, id *string, config CredentialsAwsConfig) CredentialsAws ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/credentialsaws" credentialsaws.CredentialsAws_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/credentialsaws" credentialsaws.CredentialsAws_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ credentialsaws.CredentialsAws_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/credentialsaws" credentialsaws.CredentialsAws_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ credentialsaws.CredentialsAws_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/credentialsaws" credentialsaws.CredentialsAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -740,7 +740,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/credentialsaws" &credentialsaws.CredentialsAwsConfig { Connection: interface{}, diff --git a/docs/dataIntegration.go.md b/docs/dataIntegration.go.md index f091d59b3..5caaed1b0 100644 --- a/docs/dataIntegration.go.md +++ b/docs/dataIntegration.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/dataintegration" dataintegration.NewDataIntegration(scope Construct, id *string, config DataIntegrationConfig) DataIntegration ``` @@ -412,7 +412,7 @@ func ResetStatus() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/dataintegration" dataintegration.DataIntegration_IsConstruct(x interface{}) *bool ``` @@ -444,7 +444,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/dataintegration" dataintegration.DataIntegration_IsTerraformElement(x interface{}) *bool ``` @@ -458,7 +458,7 @@ dataintegration.DataIntegration_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/dataintegration" dataintegration.DataIntegration_IsTerraformResource(x interface{}) *bool ``` @@ -472,7 +472,7 @@ dataintegration.DataIntegration_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/dataintegration" dataintegration.DataIntegration_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -789,7 +789,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/dataintegration" &dataintegration.DataIntegrationConfig { Connection: interface{}, @@ -801,7 +801,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" Provisioners: *[]interface{}, Name: *string, Id: *string, - S3: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.dataIntegration.DataIntegrationS3, + S3: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.dataIntegration.DataIntegrationS3, Status: *string, } ``` @@ -952,7 +952,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/dataintegration" &dataintegration.DataIntegrationS3 { BucketName: *string, @@ -1000,7 +1000,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/dataintegration" dataintegration.NewDataIntegrationS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataIntegrationS3OutputReference ``` diff --git a/docs/elastigroupAws.go.md b/docs/elastigroupAws.go.md index 3c59c60be..eb579ae0f 100644 --- a/docs/elastigroupAws.go.md +++ b/docs/elastigroupAws.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAws(scope Construct, id *string, config ElastigroupAwsConfig) ElastigroupAws ``` @@ -1393,7 +1393,7 @@ func ResetWaitForCapacityTimeout() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.ElastigroupAws_IsConstruct(x interface{}) *bool ``` @@ -1425,7 +1425,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.ElastigroupAws_IsTerraformElement(x interface{}) *bool ``` @@ -1439,7 +1439,7 @@ elastigroupaws.ElastigroupAws_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.ElastigroupAws_IsTerraformResource(x interface{}) *bool ``` @@ -1453,7 +1453,7 @@ elastigroupaws.ElastigroupAws_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.ElastigroupAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -3552,7 +3552,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsConfig { Connection: interface{}, @@ -3572,7 +3572,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" CapacityUnit: *string, ConsiderOdPricing: interface{}, CpuCredits: *string, - CpuOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsCpuOptions, + CpuOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsCpuOptions, Description: *string, DesiredCapacity: *f64, DrainingTimeout: *f64, @@ -3594,27 +3594,27 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" InstanceTypesPreferredSpot: *[]*string, InstanceTypesSpot: *[]*string, InstanceTypesWeights: interface{}, - IntegrationBeanstalk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalk, - IntegrationCodedeploy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationCodedeploy, - IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationDockerSwarm, - IntegrationEcs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationEcs, - IntegrationGitlab: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationGitlab, - IntegrationKubernetes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationKubernetes, - IntegrationMesosphere: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationMesosphere, - IntegrationMultaiRuntime: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationMultaiRuntime, - IntegrationNomad: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationNomad, - IntegrationRancher: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationRancher, - IntegrationRoute53: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationRoute53, + IntegrationBeanstalk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationBeanstalk, + IntegrationCodedeploy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationCodedeploy, + IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationDockerSwarm, + IntegrationEcs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationEcs, + 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, Itf: interface{}, KeyName: *string, LifetimePeriod: *string, - Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsLogging, + Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsLogging, MaxSize: *f64, - MetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsMetadataOptions, + 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.elastigroupAws.ElastigroupAwsMultipleMetrics, + MultipleMetrics: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsMultipleMetrics, NetworkInterface: interface{}, OndemandCount: *f64, OnDemandTypes: *[]*string, @@ -3627,7 +3627,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" Region: *string, ResourceRequirements: interface{}, ResourceTagSpecification: interface{}, - RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsRevertToSpot, + RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsRevertToSpot, ScalingDownPolicy: interface{}, ScalingStrategy: interface{}, ScalingTargetPolicy: interface{}, @@ -3636,12 +3636,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" ShutdownScript: *string, Signal: interface{}, SpotPercentage: *f64, - StatefulDeallocation: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsStatefulDeallocation, + StatefulDeallocation: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsStatefulDeallocation, StatefulInstanceAction: interface{}, SubnetIds: *[]*string, Tags: interface{}, TargetGroupArns: *[]*string, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsUpdatePolicy, UserData: *string, UtilizeCommitments: interface{}, UtilizeReservedInstances: interface{}, @@ -4917,7 +4917,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsCpuOptions { ThreadsPerCore: *f64, @@ -4949,7 +4949,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsEbsBlockDevice { DeviceName: *string, @@ -5093,7 +5093,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsEphemeralBlockDevice { DeviceName: *string, @@ -5139,7 +5139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsImages { Image: interface{}, @@ -5173,7 +5173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsImagesImage { Id: *string, @@ -5208,7 +5208,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsInstanceTypesWeights { InstanceType: *string, @@ -5254,12 +5254,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationBeanstalk { - DeploymentPreferences: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferences, + DeploymentPreferences: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferences, EnvironmentId: *string, - ManagedActions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActions, + ManagedActions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActions, } ``` @@ -5318,13 +5318,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferences { AutomaticRoll: interface{}, BatchSizePercentage: *f64, GracePeriod: *f64, - Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy, + Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy, } ``` @@ -5394,7 +5394,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy { Action: *string, @@ -5440,10 +5440,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationBeanstalkManagedActions { - PlatformUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate, + PlatformUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate, } ``` @@ -5474,7 +5474,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate { PerformAt: *string, @@ -5534,7 +5534,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationCodedeploy { CleanupOnFailure: interface{}, @@ -5596,7 +5596,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationCodedeployDeploymentGroups { ApplicationName: *string, @@ -5642,14 +5642,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationDockerSwarm { MasterHost: *string, MasterPort: *f64, AutoscaleCooldown: *f64, - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom, AutoscaleIsEnabled: interface{}, } ``` @@ -5748,7 +5748,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationDockerSwarmAutoscaleDown { EvaluationPeriods: *f64, @@ -5794,7 +5794,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom { CpuPerUnit: *f64, @@ -5854,18 +5854,18 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationEcs { ClusterName: *string, AutoscaleAttributes: interface{}, AutoscaleCooldown: *f64, - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleHeadroom, AutoscaleIsAutoConfig: interface{}, AutoscaleIsEnabled: interface{}, AutoscaleScaleDownNonServiceTasks: interface{}, - Batch: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationEcsBatch, + Batch: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationEcsBatch, } ``` @@ -6006,7 +6006,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationEcsAutoscaleAttributes { Key: *string, @@ -6052,7 +6052,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationEcsAutoscaleDown { EvaluationPeriods: *f64, @@ -6098,7 +6098,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationEcsAutoscaleHeadroom { CpuPerUnit: *f64, @@ -6158,7 +6158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationEcsBatch { JobQueueNames: *[]*string, @@ -6190,10 +6190,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationGitlab { - Runner: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationGitlabRunner, + Runner: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationGitlabRunner, } ``` @@ -6224,7 +6224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationGitlabRunner { IsEnabled: interface{}, @@ -6256,13 +6256,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationKubernetes { ApiServer: *string, AutoscaleCooldown: *f64, - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom, AutoscaleIsAutoConfig: interface{}, AutoscaleIsEnabled: interface{}, AutoscaleLabels: interface{}, @@ -6420,7 +6420,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationKubernetesAutoscaleDown { EvaluationPeriods: *f64, @@ -6466,7 +6466,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom { CpuPerUnit: *f64, @@ -6526,7 +6526,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationKubernetesAutoscaleLabels { Key: *string, @@ -6572,7 +6572,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationMesosphere { ApiServer: *string, @@ -6604,7 +6604,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationMultaiRuntime { DeploymentId: *string, @@ -6636,7 +6636,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationNomad { MasterHost: *string, @@ -6644,8 +6644,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" AclToken: *string, AutoscaleConstraints: interface{}, AutoscaleCooldown: *f64, - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleHeadroom, AutoscaleIsEnabled: interface{}, } ``` @@ -6772,7 +6772,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationNomadAutoscaleConstraints { Key: *string, @@ -6818,7 +6818,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationNomadAutoscaleDown { EvaluationPeriods: *f64, @@ -6850,7 +6850,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationNomadAutoscaleHeadroom { CpuPerUnit: *f64, @@ -6910,7 +6910,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationRancher { AccessKey: *string, @@ -6984,7 +6984,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationRoute53 { Domains: interface{}, @@ -7018,7 +7018,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationRoute53Domains { HostedZoneId: *string, @@ -7094,7 +7094,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationRoute53DomainsRecordSets { Name: *string, @@ -7154,14 +7154,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsItf { FixedTargetGroups: interface{}, LoadBalancer: interface{}, TargetGroupConfig: interface{}, WeightStrategy: *string, - DefaultStaticTargetGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsItfDefaultStaticTargetGroup, + DefaultStaticTargetGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsItfDefaultStaticTargetGroup, MigrationHealthinessThreshold: *f64, } ``` @@ -7262,7 +7262,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsItfDefaultStaticTargetGroup { Arn: *string, @@ -7308,7 +7308,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsItfLoadBalancer { ListenerRule: interface{}, @@ -7356,11 +7356,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsItfLoadBalancerListenerRule { RuleArn: *string, - StaticTargetGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup, + StaticTargetGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup, } ``` @@ -7404,7 +7404,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup { Arn: *string, @@ -7450,7 +7450,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsItfTargetGroupConfig { HealthCheckPath: *string, @@ -7654,7 +7654,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsItfTargetGroupConfigMatcher { GrpcCode: *string, @@ -7700,7 +7700,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsItfTargetGroupConfigTags { TagKey: *string, @@ -7746,10 +7746,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsLogging { - Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsLoggingExport, + Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsLoggingExport, } ``` @@ -7780,7 +7780,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsLoggingExport { S3: interface{}, @@ -7814,7 +7814,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsLoggingExportS3 { Id: *string, @@ -7849,7 +7849,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsMetadataOptions { HttpTokens: *string, @@ -7909,7 +7909,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsMultaiTargetSets { BalancerId: *string, @@ -7955,7 +7955,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsMultipleMetrics { Expressions: interface{}, @@ -8005,7 +8005,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsMultipleMetricsExpressions { Expression: *string, @@ -8051,7 +8051,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsMultipleMetricsMetrics { MetricName: *string, @@ -8169,7 +8169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsMultipleMetricsMetricsDimensions { Name: *string, @@ -8215,7 +8215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsNetworkInterface { DeviceIndex: *string, @@ -8345,7 +8345,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsResourceRequirements { RequiredMemoryMaximum: *f64, @@ -8489,7 +8489,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsResourceTagSpecification { ShouldTagAmis: interface{}, @@ -8563,7 +8563,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsRevertToSpot { PerformAt: *string, @@ -8609,7 +8609,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingDownPolicy { MetricName: *string, @@ -8925,7 +8925,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingDownPolicyDimensions { Name: *string, @@ -8971,10 +8971,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingDownPolicyStepAdjustments { - Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsScalingDownPolicyStepAdjustmentsAction, + Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsScalingDownPolicyStepAdjustmentsAction, Threshold: *f64, } ``` @@ -9019,7 +9019,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingDownPolicyStepAdjustmentsAction { Type: *string, @@ -9135,7 +9135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingStrategy { TerminateAtEndOfBillingHour: interface{}, @@ -9181,7 +9181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingTargetPolicy { MetricName: *string, @@ -9383,7 +9383,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingTargetPolicyDimensions { Name: *string, @@ -9429,7 +9429,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingUpPolicy { MetricName: *string, @@ -9745,7 +9745,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingUpPolicyDimensions { Name: *string, @@ -9791,10 +9791,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingUpPolicyStepAdjustments { - Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsScalingUpPolicyStepAdjustmentsAction, + Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsScalingUpPolicyStepAdjustmentsAction, Threshold: *f64, } ``` @@ -9839,7 +9839,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingUpPolicyStepAdjustmentsAction { Type: *string, @@ -9955,7 +9955,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsScheduledTask { TaskType: *string, @@ -10183,7 +10183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsSignal { Name: *string, @@ -10229,7 +10229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsStatefulDeallocation { ShouldDeleteImages: interface{}, @@ -10303,7 +10303,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsStatefulInstanceAction { StatefulInstanceId: *string, @@ -10349,7 +10349,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsTags { Key: *string, @@ -10395,13 +10395,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsUpdatePolicy { ShouldResumeStateful: interface{}, ShouldRoll: interface{}, AutoApplyTags: interface{}, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfig, } ``` @@ -10471,13 +10471,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsUpdatePolicyRollConfig { BatchSizePercentage: *f64, GracePeriod: *f64, HealthCheckType: *string, - Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategy, + Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategy, WaitForRollPercentage: *f64, WaitForRollTimeout: *f64, } @@ -10575,12 +10575,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsUpdatePolicyRollConfigStrategy { Action: *string, BatchMinHealthyPercentage: *f64, - OnFailure: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure, + OnFailure: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure, ShouldDrainInstances: interface{}, } ``` @@ -10651,7 +10651,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" &elastigroupaws.ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure { ActionType: *string, @@ -10741,7 +10741,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsCpuOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsCpuOptionsOutputReference ``` @@ -11012,7 +11012,7 @@ func InternalValue() ElastigroupAwsCpuOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsEbsBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsEbsBlockDeviceList ``` @@ -11172,7 +11172,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsEbsBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsEbsBlockDeviceOutputReference ``` @@ -11693,7 +11693,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsEphemeralBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsEphemeralBlockDeviceList ``` @@ -11853,7 +11853,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsEphemeralBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsEphemeralBlockDeviceOutputReference ``` @@ -12164,7 +12164,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsImagesImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsImagesImageList ``` @@ -12324,7 +12324,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsImagesImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsImagesImageOutputReference ``` @@ -12613,7 +12613,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsImagesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsImagesList ``` @@ -12773,7 +12773,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsImagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsImagesOutputReference ``` @@ -13075,7 +13075,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsInstanceTypesWeightsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsInstanceTypesWeightsList ``` @@ -13235,7 +13235,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsInstanceTypesWeightsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsInstanceTypesWeightsOutputReference ``` @@ -13546,7 +13546,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationBeanstalkDeploymentPreferencesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesOutputReference ``` @@ -13924,7 +13924,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalkDeploymentPreferences #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategyOutputReference ``` @@ -14231,7 +14231,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStra #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationBeanstalkManagedActionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkManagedActionsOutputReference ``` @@ -14522,7 +14522,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalkManagedActions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdateOutputReference ``` @@ -14858,7 +14858,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpd #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationBeanstalkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkOutputReference ``` @@ -15220,7 +15220,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalk #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationCodedeployDeploymentGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationCodedeployDeploymentGroupsList ``` @@ -15380,7 +15380,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationCodedeployDeploymentGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationCodedeployDeploymentGroupsOutputReference ``` @@ -15691,7 +15691,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationCodedeployOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationCodedeployOutputReference ``` @@ -16019,7 +16019,7 @@ func InternalValue() ElastigroupAwsIntegrationCodedeploy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationDockerSwarmAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationDockerSwarmAutoscaleDownOutputReference ``` @@ -16326,7 +16326,7 @@ func InternalValue() ElastigroupAwsIntegrationDockerSwarmAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroomOutputReference ``` @@ -16662,7 +16662,7 @@ func InternalValue() ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationDockerSwarmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationDockerSwarmOutputReference ``` @@ -17097,7 +17097,7 @@ func InternalValue() ElastigroupAwsIntegrationDockerSwarm #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsAutoscaleAttributesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationEcsAutoscaleAttributesList ``` @@ -17257,7 +17257,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsAutoscaleAttributesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationEcsAutoscaleAttributesOutputReference ``` @@ -17568,7 +17568,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationEcsAutoscaleDownOutputReference ``` @@ -17875,7 +17875,7 @@ func InternalValue() ElastigroupAwsIntegrationEcsAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationEcsAutoscaleHeadroomOutputReference ``` @@ -18211,7 +18211,7 @@ func InternalValue() ElastigroupAwsIntegrationEcsAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsBatchOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationEcsBatchOutputReference ``` @@ -18482,7 +18482,7 @@ func InternalValue() ElastigroupAwsIntegrationEcsBatch #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationEcsOutputReference ``` @@ -19037,7 +19037,7 @@ func InternalValue() ElastigroupAwsIntegrationEcs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationGitlabOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationGitlabOutputReference ``` @@ -19328,7 +19328,7 @@ func InternalValue() ElastigroupAwsIntegrationGitlab #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationGitlabRunnerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationGitlabRunnerOutputReference ``` @@ -19606,7 +19606,7 @@ func InternalValue() ElastigroupAwsIntegrationGitlabRunner #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationKubernetesAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationKubernetesAutoscaleDownOutputReference ``` @@ -19913,7 +19913,7 @@ func InternalValue() ElastigroupAwsIntegrationKubernetesAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationKubernetesAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationKubernetesAutoscaleHeadroomOutputReference ``` @@ -20249,7 +20249,7 @@ func InternalValue() ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationKubernetesAutoscaleLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationKubernetesAutoscaleLabelsList ``` @@ -20409,7 +20409,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationKubernetesAutoscaleLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationKubernetesAutoscaleLabelsOutputReference ``` @@ -20720,7 +20720,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationKubernetesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationKubernetesOutputReference ``` @@ -21298,7 +21298,7 @@ func InternalValue() ElastigroupAwsIntegrationKubernetes #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationMesosphereOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationMesosphereOutputReference ``` @@ -21569,7 +21569,7 @@ func InternalValue() ElastigroupAwsIntegrationMesosphere #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationMultaiRuntimeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationMultaiRuntimeOutputReference ``` @@ -21840,7 +21840,7 @@ func InternalValue() ElastigroupAwsIntegrationMultaiRuntime #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleConstraintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationNomadAutoscaleConstraintsList ``` @@ -22000,7 +22000,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference ``` @@ -22311,7 +22311,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationNomadAutoscaleDownOutputReference ``` @@ -22589,7 +22589,7 @@ func InternalValue() ElastigroupAwsIntegrationNomadAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationNomadAutoscaleHeadroomOutputReference ``` @@ -22925,7 +22925,7 @@ func InternalValue() ElastigroupAwsIntegrationNomadAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationNomadOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationNomadOutputReference ``` @@ -23431,7 +23431,7 @@ func InternalValue() ElastigroupAwsIntegrationNomad #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRancherOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationRancherOutputReference ``` @@ -23775,7 +23775,7 @@ func InternalValue() ElastigroupAwsIntegrationRancher #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRoute53DomainsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationRoute53DomainsList ``` @@ -23935,7 +23935,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRoute53DomainsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationRoute53DomainsOutputReference ``` @@ -24317,7 +24317,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRoute53DomainsRecordSetsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationRoute53DomainsRecordSetsList ``` @@ -24477,7 +24477,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRoute53DomainsRecordSetsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationRoute53DomainsRecordSetsOutputReference ``` @@ -24824,7 +24824,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRoute53OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationRoute53OutputReference ``` @@ -25108,7 +25108,7 @@ func InternalValue() ElastigroupAwsIntegrationRoute53 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsItfDefaultStaticTargetGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsItfDefaultStaticTargetGroupOutputReference ``` @@ -25401,7 +25401,7 @@ func InternalValue() ElastigroupAwsItfDefaultStaticTargetGroup #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsItfList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfList ``` @@ -25561,7 +25561,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsItfLoadBalancerList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfLoadBalancerList ``` @@ -25721,7 +25721,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsItfLoadBalancerListenerRuleList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfLoadBalancerListenerRuleList ``` @@ -25881,7 +25881,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsItfLoadBalancerListenerRuleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfLoadBalancerListenerRuleOutputReference ``` @@ -26212,7 +26212,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroupOutputReference ``` @@ -26505,7 +26505,7 @@ func InternalValue() ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsItfLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfLoadBalancerOutputReference ``` @@ -26829,7 +26829,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsItfOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfOutputReference ``` @@ -27281,7 +27281,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfTargetGroupConfigList ``` @@ -27441,7 +27441,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigMatcherList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfTargetGroupConfigMatcherList ``` @@ -27601,7 +27601,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigMatcherOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfTargetGroupConfigMatcherOutputReference ``` @@ -27926,7 +27926,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfTargetGroupConfigOutputReference ``` @@ -28568,7 +28568,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfTargetGroupConfigTagsList ``` @@ -28728,7 +28728,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfTargetGroupConfigTagsOutputReference ``` @@ -29046,7 +29046,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsLoggingExportOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsLoggingExportOutputReference ``` @@ -29337,7 +29337,7 @@ func InternalValue() ElastigroupAwsLoggingExport #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsLoggingExportS3List(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsLoggingExportS3List ``` @@ -29497,7 +29497,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsLoggingExportS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsLoggingExportS3OutputReference ``` @@ -29786,7 +29786,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsLoggingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsLoggingOutputReference ``` @@ -30077,7 +30077,7 @@ func InternalValue() ElastigroupAwsLogging #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsMetadataOptionsOutputReference ``` @@ -30406,7 +30406,7 @@ func InternalValue() ElastigroupAwsMetadataOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsMultaiTargetSetsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsMultaiTargetSetsList ``` @@ -30566,7 +30566,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsMultaiTargetSetsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsMultaiTargetSetsOutputReference ``` @@ -30877,7 +30877,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsExpressionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsMultipleMetricsExpressionsList ``` @@ -31037,7 +31037,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsExpressionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsMultipleMetricsExpressionsOutputReference ``` @@ -31348,7 +31348,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsMetricsDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsMultipleMetricsMetricsDimensionsList ``` @@ -31508,7 +31508,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsMetricsDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsMultipleMetricsMetricsDimensionsOutputReference ``` @@ -31826,7 +31826,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsMetricsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsMultipleMetricsMetricsList ``` @@ -31986,7 +31986,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsMetricsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsMultipleMetricsMetricsOutputReference ``` @@ -32448,7 +32448,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsMultipleMetricsOutputReference ``` @@ -32781,7 +32781,7 @@ func InternalValue() ElastigroupAwsMultipleMetrics #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsNetworkInterfaceList ``` @@ -32941,7 +32941,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsNetworkInterfaceOutputReference ``` @@ -33433,7 +33433,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsResourceRequirementsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsResourceRequirementsList ``` @@ -33593,7 +33593,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsResourceRequirementsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsResourceRequirementsOutputReference ``` @@ -34093,7 +34093,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsResourceTagSpecificationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsResourceTagSpecificationList ``` @@ -34253,7 +34253,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsResourceTagSpecificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsResourceTagSpecificationOutputReference ``` @@ -34636,7 +34636,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsRevertToSpotOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsRevertToSpotOutputReference ``` @@ -34936,7 +34936,7 @@ func InternalValue() ElastigroupAwsRevertToSpot #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingDownPolicyDimensionsList ``` @@ -35096,7 +35096,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingDownPolicyDimensionsOutputReference ``` @@ -35414,7 +35414,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingDownPolicyList ``` @@ -35574,7 +35574,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingDownPolicyOutputReference ``` @@ -36455,7 +36455,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyStepAdjustmentsActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsScalingDownPolicyStepAdjustmentsActionOutputReference ``` @@ -36900,7 +36900,7 @@ func InternalValue() ElastigroupAwsScalingDownPolicyStepAdjustmentsAction #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyStepAdjustmentsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingDownPolicyStepAdjustmentsList ``` @@ -37060,7 +37060,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyStepAdjustmentsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingDownPolicyStepAdjustmentsOutputReference ``` @@ -37384,7 +37384,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingStrategyList ``` @@ -37544,7 +37544,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingStrategyOutputReference ``` @@ -37869,7 +37869,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingTargetPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingTargetPolicyDimensionsList ``` @@ -38029,7 +38029,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingTargetPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingTargetPolicyDimensionsOutputReference ``` @@ -38347,7 +38347,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingTargetPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingTargetPolicyList ``` @@ -38507,7 +38507,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingTargetPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingTargetPolicyOutputReference ``` @@ -39136,7 +39136,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingUpPolicyDimensionsList ``` @@ -39296,7 +39296,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingUpPolicyDimensionsOutputReference ``` @@ -39614,7 +39614,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingUpPolicyList ``` @@ -39774,7 +39774,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingUpPolicyOutputReference ``` @@ -40655,7 +40655,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyStepAdjustmentsActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsScalingUpPolicyStepAdjustmentsActionOutputReference ``` @@ -41100,7 +41100,7 @@ func InternalValue() ElastigroupAwsScalingUpPolicyStepAdjustmentsAction #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyStepAdjustmentsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingUpPolicyStepAdjustmentsList ``` @@ -41260,7 +41260,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyStepAdjustmentsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingUpPolicyStepAdjustmentsOutputReference ``` @@ -41584,7 +41584,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScheduledTaskList ``` @@ -41744,7 +41744,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScheduledTaskOutputReference ``` @@ -42439,7 +42439,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsSignalList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsSignalList ``` @@ -42599,7 +42599,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsSignalOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsSignalOutputReference ``` @@ -42917,7 +42917,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsStatefulDeallocationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsStatefulDeallocationOutputReference ``` @@ -43282,7 +43282,7 @@ func InternalValue() ElastigroupAwsStatefulDeallocation #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsStatefulInstanceActionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsStatefulInstanceActionList ``` @@ -43442,7 +43442,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsStatefulInstanceActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsStatefulInstanceActionOutputReference ``` @@ -43753,7 +43753,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsTagsList ``` @@ -43913,7 +43913,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsTagsOutputReference ``` @@ -44238,7 +44238,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsUpdatePolicyOutputReference ``` @@ -44602,7 +44602,7 @@ func InternalValue() ElastigroupAwsUpdatePolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsUpdatePolicyRollConfigOutputReference ``` @@ -45031,7 +45031,7 @@ func InternalValue() ElastigroupAwsUpdatePolicyRollConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsUpdatePolicyRollConfigStrategyOnFailureOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailureOutputReference ``` @@ -45418,7 +45418,7 @@ func InternalValue() ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws" elastigroupaws.NewElastigroupAwsUpdatePolicyRollConfigStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsUpdatePolicyRollConfigStrategyOutputReference ``` diff --git a/docs/elastigroupAwsBeanstalk.go.md b/docs/elastigroupAwsBeanstalk.go.md index 6207ae795..bc1bc95a6 100644 --- a/docs/elastigroupAwsBeanstalk.go.md +++ b/docs/elastigroupAwsBeanstalk.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalk(scope Construct, id *string, config ElastigroupAwsBeanstalkConfig) ElastigroupAwsBeanstalk ``` @@ -466,7 +466,7 @@ func ResetScheduledTask() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk" elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_IsConstruct(x interface{}) *bool ``` @@ -498,7 +498,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk" elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_IsTerraformElement(x interface{}) *bool ``` @@ -512,7 +512,7 @@ elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_IsTerraformElement(x interface{} ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk" elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_IsTerraformResource(x interface{}) *bool ``` @@ -526,7 +526,7 @@ elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_IsTerraformResource(x interface{ ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk" elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1063,7 +1063,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkConfig { Connection: interface{}, @@ -1082,10 +1082,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeans Region: *string, BeanstalkEnvironmentId: *string, BeanstalkEnvironmentName: *string, - DeploymentPreferences: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkDeploymentPreferences, + DeploymentPreferences: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkDeploymentPreferences, Id: *string, Maintenance: *string, - ManagedActions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActions, + ManagedActions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActions, ScheduledTask: interface{}, } ``` @@ -1370,7 +1370,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkDeploymentPreferences { AutomaticRoll: interface{}, @@ -1446,7 +1446,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkDeploymentPreferencesStrategy { Action: *string, @@ -1492,10 +1492,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkManagedActions { - PlatformUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActionsPlatformUpdate, + PlatformUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActionsPlatformUpdate, } ``` @@ -1526,7 +1526,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkManagedActionsPlatformUpdate { PerformAt: *string, @@ -1586,7 +1586,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkScheduledTask { TaskType: *string, @@ -1816,7 +1816,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkDeploymentPreferencesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsBeanstalkDeploymentPreferencesOutputReference ``` @@ -2194,7 +2194,7 @@ func InternalValue() ElastigroupAwsBeanstalkDeploymentPreferences #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkDeploymentPreferencesStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsBeanstalkDeploymentPreferencesStrategyList ``` @@ -2354,7 +2354,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkDeploymentPreferencesStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsBeanstalkDeploymentPreferencesStrategyOutputReference ``` @@ -2679,7 +2679,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkManagedActionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsBeanstalkManagedActionsOutputReference ``` @@ -2970,7 +2970,7 @@ func InternalValue() ElastigroupAwsBeanstalkManagedActions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkManagedActionsPlatformUpdateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsBeanstalkManagedActionsPlatformUpdateOutputReference ``` @@ -3306,7 +3306,7 @@ func InternalValue() ElastigroupAwsBeanstalkManagedActionsPlatformUpdate #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsBeanstalkScheduledTaskList ``` @@ -3466,7 +3466,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsBeanstalkScheduledTaskOutputReference ``` diff --git a/docs/elastigroupAwsSuspension.go.md b/docs/elastigroupAwsSuspension.go.md index 15b36dfe6..44c636c1f 100644 --- a/docs/elastigroupAwsSuspension.go.md +++ b/docs/elastigroupAwsSuspension.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawssuspension" elastigroupawssuspension.NewElastigroupAwsSuspension(scope Construct, id *string, config ElastigroupAwsSuspensionConfig) ElastigroupAwsSuspension ``` @@ -398,7 +398,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawssuspension" elastigroupawssuspension.ElastigroupAwsSuspension_IsConstruct(x interface{}) *bool ``` @@ -430,7 +430,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawssuspension" elastigroupawssuspension.ElastigroupAwsSuspension_IsTerraformElement(x interface{}) *bool ``` @@ -444,7 +444,7 @@ elastigroupawssuspension.ElastigroupAwsSuspension_IsTerraformElement(x interface ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawssuspension" elastigroupawssuspension.ElastigroupAwsSuspension_IsTerraformResource(x interface{}) *bool ``` @@ -458,7 +458,7 @@ elastigroupawssuspension.ElastigroupAwsSuspension_IsTerraformResource(x interfac ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawssuspension" elastigroupawssuspension.ElastigroupAwsSuspension_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -753,7 +753,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawssuspension" &elastigroupawssuspension.ElastigroupAwsSuspensionConfig { Connection: interface{}, @@ -902,7 +902,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawssuspension" &elastigroupawssuspension.ElastigroupAwsSuspensionSuspension { Name: *string, @@ -936,7 +936,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawssuspension" elastigroupawssuspension.NewElastigroupAwsSuspensionSuspensionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsSuspensionSuspensionList ``` @@ -1096,7 +1096,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawssuspension" elastigroupawssuspension.NewElastigroupAwsSuspensionSuspensionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsSuspensionSuspensionOutputReference ``` diff --git a/docs/elastigroupAzure.go.md b/docs/elastigroupAzure.go.md index 621243301..9cb6e8ccd 100644 --- a/docs/elastigroupAzure.go.md +++ b/docs/elastigroupAzure.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzure(scope Construct, id *string, config ElastigroupAzureConfig) ElastigroupAzure ``` @@ -673,7 +673,7 @@ func ResetUserData() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.ElastigroupAzure_IsConstruct(x interface{}) *bool ``` @@ -705,7 +705,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.ElastigroupAzure_IsTerraformElement(x interface{}) *bool ``` @@ -719,7 +719,7 @@ elastigroupazure.ElastigroupAzure_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.ElastigroupAzure_IsTerraformResource(x interface{}) *bool ``` @@ -733,7 +733,7 @@ elastigroupazure.ElastigroupAzure_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.ElastigroupAzure_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1534,7 +1534,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" &elastigroupazure.ElastigroupAzureConfig { Connection: interface{}, @@ -1546,21 +1546,21 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" Provisioners: *[]interface{}, LowPrioritySizes: *[]*string, Name: *string, - Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureNetwork, + Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzure.ElastigroupAzureNetwork, OdSizes: *[]*string, Product: *string, Region: *string, ResourceGroupName: *string, - Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureStrategy, + Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzure.ElastigroupAzureStrategy, CustomData: *string, DesiredCapacity: *f64, - HealthCheck: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureHealthCheck, + HealthCheck: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzure.ElastigroupAzureHealthCheck, Id: *string, Image: interface{}, - IntegrationKubernetes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureIntegrationKubernetes, - IntegrationMultaiRuntime: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureIntegrationMultaiRuntime, + IntegrationKubernetes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzure.ElastigroupAzureIntegrationKubernetes, + IntegrationMultaiRuntime: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzure.ElastigroupAzureIntegrationMultaiRuntime, LoadBalancers: interface{}, - Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureLogin, + Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzure.ElastigroupAzureLogin, ManagedServiceIdentities: interface{}, MaxSize: *f64, MinSize: *f64, @@ -1568,7 +1568,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" ScalingUpPolicy: interface{}, ScheduledTask: interface{}, ShutdownScript: *string, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzure.ElastigroupAzureUpdatePolicy, UserData: *string, } ``` @@ -2029,7 +2029,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" &elastigroupazure.ElastigroupAzureHealthCheck { HealthCheckType: *string, @@ -2089,7 +2089,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" &elastigroupazure.ElastigroupAzureImage { Custom: interface{}, @@ -2139,7 +2139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" &elastigroupazure.ElastigroupAzureImageCustom { ImageName: *string, @@ -2185,7 +2185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" &elastigroupazure.ElastigroupAzureImageMarketplace { Offer: *string, @@ -2245,7 +2245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" &elastigroupazure.ElastigroupAzureIntegrationKubernetes { ClusterIdentifier: *string, @@ -2277,7 +2277,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" &elastigroupazure.ElastigroupAzureIntegrationMultaiRuntime { DeploymentId: *string, @@ -2309,7 +2309,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" &elastigroupazure.ElastigroupAzureLoadBalancers { Type: *string, @@ -2383,7 +2383,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" &elastigroupazure.ElastigroupAzureLogin { UserName: *string, @@ -2443,7 +2443,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" &elastigroupazure.ElastigroupAzureManagedServiceIdentities { Name: *string, @@ -2489,7 +2489,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" &elastigroupazure.ElastigroupAzureNetwork { ResourceGroupName: *string, @@ -2579,7 +2579,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" &elastigroupazure.ElastigroupAzureNetworkAdditionalIpConfigs { Name: *string, @@ -2625,7 +2625,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" &elastigroupazure.ElastigroupAzureScalingDownPolicy { MetricName: *string, @@ -2897,7 +2897,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" &elastigroupazure.ElastigroupAzureScalingDownPolicyDimensions { Name: *string, @@ -2943,7 +2943,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" &elastigroupazure.ElastigroupAzureScalingUpPolicy { MetricName: *string, @@ -3215,7 +3215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" &elastigroupazure.ElastigroupAzureScalingUpPolicyDimensions { Name: *string, @@ -3261,7 +3261,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" &elastigroupazure.ElastigroupAzureScheduledTask { CronExpression: *string, @@ -3419,7 +3419,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" &elastigroupazure.ElastigroupAzureStrategy { DrainingTimeout: *f64, @@ -3479,11 +3479,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" &elastigroupazure.ElastigroupAzureUpdatePolicy { ShouldRoll: interface{}, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzure.ElastigroupAzureUpdatePolicyRollConfig, } ``` @@ -3527,7 +3527,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" &elastigroupazure.ElastigroupAzureUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -3589,7 +3589,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureHealthCheckOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureHealthCheckOutputReference ``` @@ -3918,7 +3918,7 @@ func InternalValue() ElastigroupAzureHealthCheck #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureImageCustomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureImageCustomList ``` @@ -4078,7 +4078,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureImageCustomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureImageCustomOutputReference ``` @@ -4389,7 +4389,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureImageList ``` @@ -4549,7 +4549,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureImageMarketplaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureImageMarketplaceList ``` @@ -4709,7 +4709,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureImageMarketplaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureImageMarketplaceOutputReference ``` @@ -5042,7 +5042,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureImageOutputReference ``` @@ -5393,7 +5393,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureIntegrationKubernetesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureIntegrationKubernetesOutputReference ``` @@ -5664,7 +5664,7 @@ func InternalValue() ElastigroupAzureIntegrationKubernetes #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureIntegrationMultaiRuntimeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureIntegrationMultaiRuntimeOutputReference ``` @@ -5935,7 +5935,7 @@ func InternalValue() ElastigroupAzureIntegrationMultaiRuntime #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureLoadBalancersList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureLoadBalancersList ``` @@ -6095,7 +6095,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureLoadBalancersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureLoadBalancersOutputReference ``` @@ -6471,7 +6471,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureLoginOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureLoginOutputReference ``` @@ -6800,7 +6800,7 @@ func InternalValue() ElastigroupAzureLogin #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureManagedServiceIdentitiesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureManagedServiceIdentitiesList ``` @@ -6960,7 +6960,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureManagedServiceIdentitiesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureManagedServiceIdentitiesOutputReference ``` @@ -7271,7 +7271,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureNetworkAdditionalIpConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureNetworkAdditionalIpConfigsList ``` @@ -7431,7 +7431,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureNetworkAdditionalIpConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureNetworkAdditionalIpConfigsOutputReference ``` @@ -7749,7 +7749,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureNetworkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureNetworkOutputReference ``` @@ -8135,7 +8135,7 @@ func InternalValue() ElastigroupAzureNetwork #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingDownPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureScalingDownPolicyDimensionsList ``` @@ -8295,7 +8295,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingDownPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureScalingDownPolicyDimensionsOutputReference ``` @@ -8613,7 +8613,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureScalingDownPolicyList ``` @@ -8773,7 +8773,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureScalingDownPolicyOutputReference ``` @@ -9547,7 +9547,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingUpPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureScalingUpPolicyDimensionsList ``` @@ -9707,7 +9707,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingUpPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureScalingUpPolicyDimensionsOutputReference ``` @@ -10025,7 +10025,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureScalingUpPolicyList ``` @@ -10185,7 +10185,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureScalingUpPolicyOutputReference ``` @@ -10959,7 +10959,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureScheduledTaskList ``` @@ -11119,7 +11119,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureScheduledTaskOutputReference ``` @@ -11662,7 +11662,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureStrategyOutputReference ``` @@ -11998,7 +11998,7 @@ func InternalValue() ElastigroupAzureStrategy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureUpdatePolicyOutputReference ``` @@ -12311,7 +12311,7 @@ func InternalValue() ElastigroupAzureUpdatePolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazure" elastigroupazure.NewElastigroupAzureUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/elastigroupAzureV3.go.md b/docs/elastigroupAzureV3.go.md index 2c5c3bfcc..f4a8d90f5 100644 --- a/docs/elastigroupAzureV3.go.md +++ b/docs/elastigroupAzureV3.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3(scope Construct, id *string, config ElastigroupAzureV3Config) ElastigroupAzureV3 ``` @@ -527,7 +527,7 @@ func ResetTags() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" elastigroupazurev3.ElastigroupAzureV3_IsConstruct(x interface{}) *bool ``` @@ -559,7 +559,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" elastigroupazurev3.ElastigroupAzureV3_IsTerraformElement(x interface{}) *bool ``` @@ -573,7 +573,7 @@ elastigroupazurev3.ElastigroupAzureV3_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" elastigroupazurev3.ElastigroupAzureV3_IsTerraformResource(x interface{}) *bool ``` @@ -587,7 +587,7 @@ elastigroupazurev3.ElastigroupAzureV3_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" elastigroupazurev3.ElastigroupAzureV3_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1256,7 +1256,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3Config { Connection: interface{}, @@ -1268,7 +1268,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" Provisioners: *[]interface{}, FallbackToOnDemand: interface{}, Name: *string, - Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3Network, + Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzureV3.ElastigroupAzureV3Network, OdSizes: *[]*string, Os: *string, Region: *string, @@ -1279,7 +1279,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" DrainingTimeout: *f64, Id: *string, Image: interface{}, - Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3Login, + Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzureV3.ElastigroupAzureV3Login, ManagedServiceIdentity: interface{}, MaxSize: *f64, MinSize: *f64, @@ -1651,7 +1651,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3Image { Custom: interface{}, @@ -1701,7 +1701,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3ImageCustom { ImageName: *string, @@ -1747,7 +1747,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3ImageMarketplace { Offer: *string, @@ -1821,7 +1821,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3Login { UserName: *string, @@ -1881,7 +1881,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3ManagedServiceIdentity { Name: *string, @@ -1927,7 +1927,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3Network { NetworkInterfaces: interface{}, @@ -1989,7 +1989,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3NetworkNetworkInterfaces { AssignPublicIp: interface{}, @@ -2081,7 +2081,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigs { Name: *string, @@ -2127,7 +2127,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroup { Name: *string, @@ -2173,7 +2173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3Tags { Key: *string, @@ -2221,7 +2221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageCustomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ImageCustomList ``` @@ -2381,7 +2381,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageCustomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ImageCustomOutputReference ``` @@ -2692,7 +2692,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ImageList ``` @@ -2852,7 +2852,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageMarketplaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ImageMarketplaceList ``` @@ -3012,7 +3012,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageMarketplaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ImageMarketplaceOutputReference ``` @@ -3367,7 +3367,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ImageOutputReference ``` @@ -3718,7 +3718,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3LoginOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3LoginOutputReference ``` @@ -4047,7 +4047,7 @@ func InternalValue() ElastigroupAzureV3Login #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ManagedServiceIdentityList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ManagedServiceIdentityList ``` @@ -4207,7 +4207,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ManagedServiceIdentityOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ManagedServiceIdentityOutputReference ``` @@ -4518,7 +4518,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsList ``` @@ -4678,7 +4678,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsOutputReference ``` @@ -4996,7 +4996,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupList ``` @@ -5156,7 +5156,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupOutputReference ``` @@ -5467,7 +5467,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesList ``` @@ -5627,7 +5627,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesOutputReference ``` @@ -6044,7 +6044,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3NetworkOutputReference ``` @@ -6372,7 +6372,7 @@ func InternalValue() ElastigroupAzureV3Network #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3TagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3TagsList ``` @@ -6532,7 +6532,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3TagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3TagsOutputReference ``` diff --git a/docs/elastigroupGcp.go.md b/docs/elastigroupGcp.go.md index c04ec5159..9b7184b2b 100644 --- a/docs/elastigroupGcp.go.md +++ b/docs/elastigroupGcp.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcp(scope Construct, id *string, config ElastigroupGcpConfig) ElastigroupGcp ``` @@ -792,7 +792,7 @@ func ResetUnhealthyDuration() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.ElastigroupGcp_IsConstruct(x interface{}) *bool ``` @@ -824,7 +824,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.ElastigroupGcp_IsTerraformElement(x interface{}) *bool ``` @@ -838,7 +838,7 @@ elastigroupgcp.ElastigroupGcp_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.ElastigroupGcp_IsTerraformResource(x interface{}) *bool ``` @@ -852,7 +852,7 @@ elastigroupgcp.ElastigroupGcp_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.ElastigroupGcp_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1895,7 +1895,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" &elastigroupgcp.ElastigroupGcpBackendServices { ServiceName: *string, @@ -1971,7 +1971,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" &elastigroupgcp.ElastigroupGcpBackendServicesNamedPorts { Name: *string, @@ -2017,7 +2017,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" &elastigroupgcp.ElastigroupGcpConfig { Connection: interface{}, @@ -2044,8 +2044,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" InstanceTypesCustom: interface{}, InstanceTypesOndemand: *string, InstanceTypesPreemptible: *[]*string, - IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGcp.ElastigroupGcpIntegrationDockerSwarm, - IntegrationGke: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGcp.ElastigroupGcpIntegrationGke, + IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupGcp.ElastigroupGcpIntegrationDockerSwarm, + IntegrationGke: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupGcp.ElastigroupGcpIntegrationGke, IpForwarding: interface{}, Labels: interface{}, MaxSize: *f64, @@ -2666,7 +2666,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" &elastigroupgcp.ElastigroupGcpDisk { AutoDelete: interface{}, @@ -2798,7 +2798,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" &elastigroupgcp.ElastigroupGcpDiskInitializeParams { SourceImage: *string, @@ -2858,7 +2858,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" &elastigroupgcp.ElastigroupGcpGpu { Count: *f64, @@ -2904,7 +2904,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" &elastigroupgcp.ElastigroupGcpInstanceTypesCustom { MemoryGib: *f64, @@ -2950,7 +2950,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" &elastigroupgcp.ElastigroupGcpIntegrationDockerSwarm { MasterHost: *string, @@ -2996,12 +2996,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" &elastigroupgcp.ElastigroupGcpIntegrationGke { AutoscaleCooldown: *f64, - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleHeadroom, AutoscaleIsAutoConfig: interface{}, AutoscaleIsEnabled: interface{}, AutoscaleLabels: interface{}, @@ -3146,7 +3146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" &elastigroupgcp.ElastigroupGcpIntegrationGkeAutoscaleDown { EvaluationPeriods: *f64, @@ -3178,7 +3178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" &elastigroupgcp.ElastigroupGcpIntegrationGkeAutoscaleHeadroom { CpuPerUnit: *f64, @@ -3238,7 +3238,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" &elastigroupgcp.ElastigroupGcpIntegrationGkeAutoscaleLabels { Key: *string, @@ -3284,7 +3284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" &elastigroupgcp.ElastigroupGcpLabels { Key: *string, @@ -3330,7 +3330,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" &elastigroupgcp.ElastigroupGcpMetadata { Key: *string, @@ -3376,7 +3376,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" &elastigroupgcp.ElastigroupGcpNetworkInterface { Network: *string, @@ -3440,7 +3440,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" &elastigroupgcp.ElastigroupGcpNetworkInterfaceAccessConfigs { Name: *string, @@ -3486,7 +3486,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" &elastigroupgcp.ElastigroupGcpNetworkInterfaceAliasIpRanges { IpCidrRange: *string, @@ -3532,7 +3532,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" &elastigroupgcp.ElastigroupGcpScalingDownPolicy { MetricName: *string, @@ -3748,7 +3748,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" &elastigroupgcp.ElastigroupGcpScalingDownPolicyDimensions { Name: *string, @@ -3794,7 +3794,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" &elastigroupgcp.ElastigroupGcpScalingUpPolicy { MetricName: *string, @@ -4010,7 +4010,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" &elastigroupgcp.ElastigroupGcpScalingUpPolicyDimensions { Name: *string, @@ -4056,7 +4056,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" &elastigroupgcp.ElastigroupGcpScheduledTask { TaskType: *string, @@ -4158,7 +4158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" &elastigroupgcp.ElastigroupGcpSubnets { Region: *string, @@ -4206,7 +4206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpBackendServicesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpBackendServicesList ``` @@ -4366,7 +4366,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpBackendServicesNamedPortsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpBackendServicesNamedPortsList ``` @@ -4526,7 +4526,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpBackendServicesNamedPortsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpBackendServicesNamedPortsOutputReference ``` @@ -4837,7 +4837,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpBackendServicesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpBackendServicesOutputReference ``` @@ -5226,7 +5226,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpDiskInitializeParamsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpDiskInitializeParamsList ``` @@ -5386,7 +5386,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpDiskInitializeParamsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpDiskInitializeParamsOutputReference ``` @@ -5733,7 +5733,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpDiskList ``` @@ -5893,7 +5893,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpDiskOutputReference ``` @@ -6405,7 +6405,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpGpuList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpGpuList ``` @@ -6565,7 +6565,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpGpuOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpGpuOutputReference ``` @@ -6876,7 +6876,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpInstanceTypesCustomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpInstanceTypesCustomList ``` @@ -7036,7 +7036,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpInstanceTypesCustomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpInstanceTypesCustomOutputReference ``` @@ -7347,7 +7347,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationDockerSwarmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGcpIntegrationDockerSwarmOutputReference ``` @@ -7640,7 +7640,7 @@ func InternalValue() ElastigroupGcpIntegrationDockerSwarm #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationGkeAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGcpIntegrationGkeAutoscaleDownOutputReference ``` @@ -7918,7 +7918,7 @@ func InternalValue() ElastigroupGcpIntegrationGkeAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationGkeAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGcpIntegrationGkeAutoscaleHeadroomOutputReference ``` @@ -8254,7 +8254,7 @@ func InternalValue() ElastigroupGcpIntegrationGkeAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationGkeAutoscaleLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpIntegrationGkeAutoscaleLabelsList ``` @@ -8414,7 +8414,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationGkeAutoscaleLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpIntegrationGkeAutoscaleLabelsOutputReference ``` @@ -8725,7 +8725,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationGkeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGcpIntegrationGkeOutputReference ``` @@ -9274,7 +9274,7 @@ func InternalValue() ElastigroupGcpIntegrationGke #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpLabelsList ``` @@ -9434,7 +9434,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpLabelsOutputReference ``` @@ -9745,7 +9745,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpMetadataList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpMetadataList ``` @@ -9905,7 +9905,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpMetadataOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpMetadataOutputReference ``` @@ -10216,7 +10216,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceAccessConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpNetworkInterfaceAccessConfigsList ``` @@ -10376,7 +10376,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceAccessConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpNetworkInterfaceAccessConfigsOutputReference ``` @@ -10701,7 +10701,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceAliasIpRangesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpNetworkInterfaceAliasIpRangesList ``` @@ -10861,7 +10861,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceAliasIpRangesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpNetworkInterfaceAliasIpRangesOutputReference ``` @@ -11172,7 +11172,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpNetworkInterfaceList ``` @@ -11332,7 +11332,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpNetworkInterfaceOutputReference ``` @@ -11705,7 +11705,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingDownPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScalingDownPolicyDimensionsList ``` @@ -11865,7 +11865,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingDownPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScalingDownPolicyDimensionsOutputReference ``` @@ -12183,7 +12183,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScalingDownPolicyList ``` @@ -12343,7 +12343,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScalingDownPolicyOutputReference ``` @@ -12994,7 +12994,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingUpPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScalingUpPolicyDimensionsList ``` @@ -13154,7 +13154,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingUpPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScalingUpPolicyDimensionsOutputReference ``` @@ -13472,7 +13472,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScalingUpPolicyList ``` @@ -13632,7 +13632,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScalingUpPolicyOutputReference ``` @@ -14283,7 +14283,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScheduledTaskList ``` @@ -14443,7 +14443,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScheduledTaskOutputReference ``` @@ -14877,7 +14877,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpSubnetsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpSubnetsList ``` @@ -15037,7 +15037,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp" elastigroupgcp.NewElastigroupGcpSubnetsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpSubnetsOutputReference ``` diff --git a/docs/elastigroupGke.go.md b/docs/elastigroupGke.go.md index 5420cf44a..baf04da74 100644 --- a/docs/elastigroupGke.go.md +++ b/docs/elastigroupGke.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGke(scope Construct, id *string, config ElastigroupGkeConfig) ElastigroupGke ``` @@ -724,7 +724,7 @@ func ResetTags() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.ElastigroupGke_IsConstruct(x interface{}) *bool ``` @@ -756,7 +756,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.ElastigroupGke_IsTerraformElement(x interface{}) *bool ``` @@ -770,7 +770,7 @@ elastigroupgke.ElastigroupGke_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.ElastigroupGke_IsTerraformResource(x interface{}) *bool ``` @@ -784,7 +784,7 @@ elastigroupgke.ElastigroupGke_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.ElastigroupGke_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1717,7 +1717,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" &elastigroupgke.ElastigroupGkeBackendServices { ServiceName: *string, @@ -1793,7 +1793,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" &elastigroupgke.ElastigroupGkeBackendServicesNamedPorts { Name: *string, @@ -1839,7 +1839,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" &elastigroupgke.ElastigroupGkeConfig { Connection: interface{}, @@ -1863,8 +1863,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" InstanceTypesCustom: interface{}, InstanceTypesOndemand: *string, InstanceTypesPreemptible: *[]*string, - IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGke.ElastigroupGkeIntegrationDockerSwarm, - IntegrationGke: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGke.ElastigroupGkeIntegrationGke, + IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupGke.ElastigroupGkeIntegrationDockerSwarm, + IntegrationGke: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupGke.ElastigroupGkeIntegrationGke, IpForwarding: interface{}, Labels: interface{}, MaxSize: *f64, @@ -2414,7 +2414,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" &elastigroupgke.ElastigroupGkeDisk { AutoDelete: interface{}, @@ -2546,7 +2546,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" &elastigroupgke.ElastigroupGkeDiskInitializeParams { SourceImage: *string, @@ -2606,7 +2606,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" &elastigroupgke.ElastigroupGkeGpu { Count: *f64, @@ -2652,7 +2652,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" &elastigroupgke.ElastigroupGkeInstanceTypesCustom { MemoryGib: *f64, @@ -2698,7 +2698,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" &elastigroupgke.ElastigroupGkeIntegrationDockerSwarm { MasterHost: *string, @@ -2744,12 +2744,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" &elastigroupgke.ElastigroupGkeIntegrationGke { AutoscaleCooldown: *f64, - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleHeadroom, AutoscaleIsAutoConfig: interface{}, AutoscaleIsEnabled: interface{}, AutoscaleLabels: interface{}, @@ -2894,7 +2894,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" &elastigroupgke.ElastigroupGkeIntegrationGkeAutoscaleDown { EvaluationPeriods: *f64, @@ -2926,7 +2926,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" &elastigroupgke.ElastigroupGkeIntegrationGkeAutoscaleHeadroom { CpuPerUnit: *f64, @@ -2986,7 +2986,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" &elastigroupgke.ElastigroupGkeIntegrationGkeAutoscaleLabels { Key: *string, @@ -3032,7 +3032,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" &elastigroupgke.ElastigroupGkeLabels { Key: *string, @@ -3078,7 +3078,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" &elastigroupgke.ElastigroupGkeMetadata { Key: *string, @@ -3124,7 +3124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" &elastigroupgke.ElastigroupGkeNetworkInterface { Network: *string, @@ -3188,7 +3188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" &elastigroupgke.ElastigroupGkeNetworkInterfaceAccessConfigs { Name: *string, @@ -3234,7 +3234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" &elastigroupgke.ElastigroupGkeNetworkInterfaceAliasIpRanges { IpCidrRange: *string, @@ -3280,7 +3280,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" &elastigroupgke.ElastigroupGkeScalingDownPolicy { MetricName: *string, @@ -3496,7 +3496,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" &elastigroupgke.ElastigroupGkeScalingDownPolicyDimensions { Name: *string, @@ -3542,7 +3542,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" &elastigroupgke.ElastigroupGkeScalingUpPolicy { MetricName: *string, @@ -3758,7 +3758,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" &elastigroupgke.ElastigroupGkeScalingUpPolicyDimensions { Name: *string, @@ -3806,7 +3806,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeBackendServicesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeBackendServicesList ``` @@ -3966,7 +3966,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeBackendServicesNamedPortsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeBackendServicesNamedPortsList ``` @@ -4126,7 +4126,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeBackendServicesNamedPortsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeBackendServicesNamedPortsOutputReference ``` @@ -4437,7 +4437,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeBackendServicesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeBackendServicesOutputReference ``` @@ -4826,7 +4826,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeDiskInitializeParamsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeDiskInitializeParamsList ``` @@ -4986,7 +4986,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeDiskInitializeParamsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeDiskInitializeParamsOutputReference ``` @@ -5333,7 +5333,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeDiskList ``` @@ -5493,7 +5493,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeDiskOutputReference ``` @@ -6005,7 +6005,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeGpuList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeGpuList ``` @@ -6165,7 +6165,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeGpuOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeGpuOutputReference ``` @@ -6476,7 +6476,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeInstanceTypesCustomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeInstanceTypesCustomList ``` @@ -6636,7 +6636,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeInstanceTypesCustomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeInstanceTypesCustomOutputReference ``` @@ -6947,7 +6947,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationDockerSwarmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGkeIntegrationDockerSwarmOutputReference ``` @@ -7240,7 +7240,7 @@ func InternalValue() ElastigroupGkeIntegrationDockerSwarm #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationGkeAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGkeIntegrationGkeAutoscaleDownOutputReference ``` @@ -7518,7 +7518,7 @@ func InternalValue() ElastigroupGkeIntegrationGkeAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationGkeAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGkeIntegrationGkeAutoscaleHeadroomOutputReference ``` @@ -7854,7 +7854,7 @@ func InternalValue() ElastigroupGkeIntegrationGkeAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationGkeAutoscaleLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeIntegrationGkeAutoscaleLabelsList ``` @@ -8014,7 +8014,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationGkeAutoscaleLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeIntegrationGkeAutoscaleLabelsOutputReference ``` @@ -8325,7 +8325,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationGkeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGkeIntegrationGkeOutputReference ``` @@ -8874,7 +8874,7 @@ func InternalValue() ElastigroupGkeIntegrationGke #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeLabelsList ``` @@ -9034,7 +9034,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeLabelsOutputReference ``` @@ -9345,7 +9345,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeMetadataList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeMetadataList ``` @@ -9505,7 +9505,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeMetadataOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeMetadataOutputReference ``` @@ -9816,7 +9816,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceAccessConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeNetworkInterfaceAccessConfigsList ``` @@ -9976,7 +9976,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceAccessConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeNetworkInterfaceAccessConfigsOutputReference ``` @@ -10301,7 +10301,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceAliasIpRangesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeNetworkInterfaceAliasIpRangesList ``` @@ -10461,7 +10461,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceAliasIpRangesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeNetworkInterfaceAliasIpRangesOutputReference ``` @@ -10772,7 +10772,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeNetworkInterfaceList ``` @@ -10932,7 +10932,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeNetworkInterfaceOutputReference ``` @@ -11305,7 +11305,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingDownPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeScalingDownPolicyDimensionsList ``` @@ -11465,7 +11465,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingDownPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeScalingDownPolicyDimensionsOutputReference ``` @@ -11783,7 +11783,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeScalingDownPolicyList ``` @@ -11943,7 +11943,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeScalingDownPolicyOutputReference ``` @@ -12594,7 +12594,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingUpPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeScalingUpPolicyDimensionsList ``` @@ -12754,7 +12754,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingUpPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeScalingUpPolicyDimensionsOutputReference ``` @@ -13072,7 +13072,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeScalingUpPolicyList ``` @@ -13232,7 +13232,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeScalingUpPolicyOutputReference ``` diff --git a/docs/healthCheck.go.md b/docs/healthCheck.go.md index 225d02183..debad2f31 100644 --- a/docs/healthCheck.go.md +++ b/docs/healthCheck.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/healthcheck" healthcheck.NewHealthCheck(scope Construct, id *string, config HealthCheckConfig) HealthCheck ``` @@ -419,7 +419,7 @@ func ResetProxyPort() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/healthcheck" healthcheck.HealthCheck_IsConstruct(x interface{}) *bool ``` @@ -451,7 +451,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/healthcheck" healthcheck.HealthCheck_IsTerraformElement(x interface{}) *bool ``` @@ -465,7 +465,7 @@ healthcheck.HealthCheck_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/healthcheck" healthcheck.HealthCheck_IsTerraformResource(x interface{}) *bool ``` @@ -479,7 +479,7 @@ healthcheck.HealthCheck_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/healthcheck" healthcheck.HealthCheck_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -840,7 +840,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/healthcheck" &healthcheck.HealthCheckCheck { Healthy: *f64, @@ -984,7 +984,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/healthcheck" &healthcheck.HealthCheckConfig { Connection: interface{}, @@ -996,7 +996,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" Provisioners: *[]interface{}, ProxyAddress: *string, ResourceId: *string, - Check: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.healthCheck.HealthCheckCheck, + Check: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.healthCheck.HealthCheckCheck, Id: *string, Name: *string, ProxyPort: *f64, @@ -1177,7 +1177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/healthcheck" healthcheck.NewHealthCheckCheckOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) HealthCheckCheckOutputReference ``` diff --git a/docs/managedInstanceAws.go.md b/docs/managedInstanceAws.go.md index 08c5ddf73..765267f05 100644 --- a/docs/managedInstanceAws.go.md +++ b/docs/managedInstanceAws.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" managedinstanceaws.NewManagedInstanceAws(scope Construct, id *string, config ManagedInstanceAwsConfig) ManagedInstanceAws ``` @@ -781,7 +781,7 @@ func ResetUtilizeReservedInstances() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" managedinstanceaws.ManagedInstanceAws_IsConstruct(x interface{}) *bool ``` @@ -813,7 +813,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" managedinstanceaws.ManagedInstanceAws_IsTerraformElement(x interface{}) *bool ``` @@ -827,7 +827,7 @@ managedinstanceaws.ManagedInstanceAws_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" managedinstanceaws.ManagedInstanceAws_IsTerraformResource(x interface{}) *bool ``` @@ -841,7 +841,7 @@ managedinstanceaws.ManagedInstanceAws_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" managedinstanceaws.ManagedInstanceAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -2082,11 +2082,11 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsBlockDeviceMappings { DeviceName: *string, - Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.managedInstanceAws.ManagedInstanceAwsBlockDeviceMappingsEbs, + Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.managedInstanceAws.ManagedInstanceAwsBlockDeviceMappingsEbs, } ``` @@ -2130,7 +2130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsBlockDeviceMappingsEbs { DeleteOnTermination: interface{}, @@ -2218,7 +2218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsConfig { Connection: interface{}, @@ -2250,11 +2250,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" HealthCheckType: *string, IamInstanceProfile: *string, Id: *string, - IntegrationRoute53: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.managedInstanceAws.ManagedInstanceAwsIntegrationRoute53, + IntegrationRoute53: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.managedInstanceAws.ManagedInstanceAwsIntegrationRoute53, KeyPair: *string, LifeCycle: *string, LoadBalancers: interface{}, - ManagedInstanceAction: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.managedInstanceAws.ManagedInstanceAwsManagedInstanceAction, + ManagedInstanceAction: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.managedInstanceAws.ManagedInstanceAwsManagedInstanceAction, MinimumInstanceLifetime: *f64, NetworkInterface: interface{}, OptimizationWindows: *[]*string, @@ -2266,7 +2266,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" PrivateIp: *string, Region: *string, ResourceTagSpecification: interface{}, - RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.managedInstanceAws.ManagedInstanceAwsRevertToSpot, + RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.managedInstanceAws.ManagedInstanceAwsRevertToSpot, ScheduledTask: interface{}, SecurityGroupIds: *[]*string, ShutdownScript: *string, @@ -2987,7 +2987,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsDelete { AmiBackupShouldDeleteImages: interface{}, @@ -3089,7 +3089,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsIntegrationRoute53 { Domains: interface{}, @@ -3123,7 +3123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsIntegrationRoute53Domains { HostedZoneId: *string, @@ -3199,7 +3199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsIntegrationRoute53DomainsRecordSets { Name: *string, @@ -3259,7 +3259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsLoadBalancers { Type: *string, @@ -3375,7 +3375,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsManagedInstanceAction { Type: *string, @@ -3407,7 +3407,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsNetworkInterface { DeviceIndex: *string, @@ -3467,7 +3467,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsResourceTagSpecification { ShouldTagAmis: interface{}, @@ -3541,7 +3541,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsRevertToSpot { PerformAt: *string, @@ -3573,7 +3573,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsScheduledTask { TaskType: *string, @@ -3661,7 +3661,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsTags { Key: *string, @@ -3709,7 +3709,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsBlockDeviceMappingsEbsOutputReference ``` @@ -4103,7 +4103,7 @@ func InternalValue() ManagedInstanceAwsBlockDeviceMappingsEbs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsBlockDeviceMappingsList ``` @@ -4263,7 +4263,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsBlockDeviceMappingsOutputReference ``` @@ -4594,7 +4594,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsDeleteList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsDeleteList ``` @@ -4754,7 +4754,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsDeleteOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsDeleteOutputReference ``` @@ -5195,7 +5195,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53DomainsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsIntegrationRoute53DomainsList ``` @@ -5355,7 +5355,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53DomainsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsIntegrationRoute53DomainsOutputReference ``` @@ -5737,7 +5737,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53DomainsRecordSetsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsIntegrationRoute53DomainsRecordSetsList ``` @@ -5897,7 +5897,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53DomainsRecordSetsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsIntegrationRoute53DomainsRecordSetsOutputReference ``` @@ -6244,7 +6244,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsIntegrationRoute53OutputReference ``` @@ -6528,7 +6528,7 @@ func InternalValue() ManagedInstanceAwsIntegrationRoute53 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsLoadBalancersList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsLoadBalancersList ``` @@ -6688,7 +6688,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsLoadBalancersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsLoadBalancersOutputReference ``` @@ -7151,7 +7151,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsManagedInstanceActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsManagedInstanceActionOutputReference ``` @@ -7422,7 +7422,7 @@ func InternalValue() ManagedInstanceAwsManagedInstanceAction #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsNetworkInterfaceList ``` @@ -7582,7 +7582,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsNetworkInterfaceOutputReference ``` @@ -7929,7 +7929,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsResourceTagSpecificationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsResourceTagSpecificationList ``` @@ -8089,7 +8089,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsResourceTagSpecificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsResourceTagSpecificationOutputReference ``` @@ -8472,7 +8472,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsRevertToSpotOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsRevertToSpotOutputReference ``` @@ -8743,7 +8743,7 @@ func InternalValue() ManagedInstanceAwsRevertToSpot #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsScheduledTaskList ``` @@ -8903,7 +8903,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsScheduledTaskOutputReference ``` @@ -9308,7 +9308,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsTagsList ``` @@ -9468,7 +9468,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsTagsOutputReference ``` diff --git a/docs/mrscalerAws.go.md b/docs/mrscalerAws.go.md index a6226af8d..5a8bd0253 100644 --- a/docs/mrscalerAws.go.md +++ b/docs/mrscalerAws.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAws(scope Construct, id *string, config MrscalerAwsConfig) MrscalerAws ``` @@ -999,7 +999,7 @@ func ResetVisibleToAllUsers() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.MrscalerAws_IsConstruct(x interface{}) *bool ``` @@ -1031,7 +1031,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.MrscalerAws_IsTerraformElement(x interface{}) *bool ``` @@ -1045,7 +1045,7 @@ mrscaleraws.MrscalerAws_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.MrscalerAws_IsTerraformResource(x interface{}) *bool ``` @@ -1059,7 +1059,7 @@ mrscaleraws.MrscalerAws_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.MrscalerAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -2641,7 +2641,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" &mrscaleraws.MrscalerAwsApplications { Name: *string, @@ -2701,7 +2701,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" &mrscaleraws.MrscalerAwsBootstrapActionsFile { Bucket: *string, @@ -2747,7 +2747,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" &mrscaleraws.MrscalerAwsConfig { Connection: interface{}, @@ -2794,7 +2794,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" MasterInstanceTypes: *[]*string, MasterLifecycle: *string, MasterTarget: *f64, - ProvisioningTimeout: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.mrscalerAws.MrscalerAwsProvisioningTimeout, + ProvisioningTimeout: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.mrscalerAws.MrscalerAwsProvisioningTimeout, Region: *string, ReleaseLabel: *string, RepoUpgradeOnBoot: *string, @@ -3738,7 +3738,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" &mrscaleraws.MrscalerAwsConfigurationsFile { Bucket: *string, @@ -3784,7 +3784,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" &mrscaleraws.MrscalerAwsCoreEbsBlockDevice { SizeInGb: *f64, @@ -3858,7 +3858,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" &mrscaleraws.MrscalerAwsCoreScalingDownPolicy { MetricName: *string, @@ -4128,7 +4128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" &mrscaleraws.MrscalerAwsCoreScalingUpPolicy { MetricName: *string, @@ -4398,7 +4398,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" &mrscaleraws.MrscalerAwsInstanceWeights { InstanceType: *string, @@ -4444,7 +4444,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" &mrscaleraws.MrscalerAwsMasterEbsBlockDevice { SizeInGb: *f64, @@ -4518,7 +4518,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" &mrscaleraws.MrscalerAwsProvisioningTimeout { Timeout: *f64, @@ -4564,7 +4564,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" &mrscaleraws.MrscalerAwsScheduledTask { Cron: *string, @@ -4680,7 +4680,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" &mrscaleraws.MrscalerAwsStepsFile { Bucket: *string, @@ -4726,7 +4726,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" &mrscaleraws.MrscalerAwsTags { Key: *string, @@ -4772,7 +4772,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" &mrscaleraws.MrscalerAwsTaskEbsBlockDevice { SizeInGb: *f64, @@ -4846,7 +4846,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" &mrscaleraws.MrscalerAwsTaskScalingDownPolicy { MetricName: *string, @@ -5116,7 +5116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" &mrscaleraws.MrscalerAwsTaskScalingUpPolicy { MetricName: *string, @@ -5386,7 +5386,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" &mrscaleraws.MrscalerAwsTerminationPolicies { Statements: interface{}, @@ -5420,7 +5420,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" &mrscaleraws.MrscalerAwsTerminationPoliciesStatements { MetricName: *string, @@ -5552,7 +5552,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsApplicationsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsApplicationsList ``` @@ -5712,7 +5712,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsApplicationsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsApplicationsOutputReference ``` @@ -6059,7 +6059,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsBootstrapActionsFileList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsBootstrapActionsFileList ``` @@ -6219,7 +6219,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsBootstrapActionsFileOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsBootstrapActionsFileOutputReference ``` @@ -6530,7 +6530,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsConfigurationsFileList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsConfigurationsFileList ``` @@ -6690,7 +6690,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsConfigurationsFileOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsConfigurationsFileOutputReference ``` @@ -7001,7 +7001,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreEbsBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsCoreEbsBlockDeviceList ``` @@ -7161,7 +7161,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreEbsBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsCoreEbsBlockDeviceOutputReference ``` @@ -7530,7 +7530,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsCoreScalingDownPolicyList ``` @@ -7690,7 +7690,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsCoreScalingDownPolicyOutputReference ``` @@ -8444,7 +8444,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsCoreScalingUpPolicyList ``` @@ -8604,7 +8604,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsCoreScalingUpPolicyOutputReference ``` @@ -9358,7 +9358,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsInstanceWeightsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsInstanceWeightsList ``` @@ -9518,7 +9518,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsInstanceWeightsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsInstanceWeightsOutputReference ``` @@ -9829,7 +9829,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsMasterEbsBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsMasterEbsBlockDeviceList ``` @@ -9989,7 +9989,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsMasterEbsBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsMasterEbsBlockDeviceOutputReference ``` @@ -10358,7 +10358,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsProvisioningTimeoutOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) MrscalerAwsProvisioningTimeoutOutputReference ``` @@ -10651,7 +10651,7 @@ func InternalValue() MrscalerAwsProvisioningTimeout #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsScheduledTaskList ``` @@ -10811,7 +10811,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsScheduledTaskOutputReference ``` @@ -11260,7 +11260,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsStepsFileList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsStepsFileList ``` @@ -11420,7 +11420,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsStepsFileOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsStepsFileOutputReference ``` @@ -11731,7 +11731,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTagsList ``` @@ -11891,7 +11891,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTagsOutputReference ``` @@ -12202,7 +12202,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskEbsBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTaskEbsBlockDeviceList ``` @@ -12362,7 +12362,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskEbsBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTaskEbsBlockDeviceOutputReference ``` @@ -12731,7 +12731,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTaskScalingDownPolicyList ``` @@ -12891,7 +12891,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTaskScalingDownPolicyOutputReference ``` @@ -13645,7 +13645,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTaskScalingUpPolicyList ``` @@ -13805,7 +13805,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTaskScalingUpPolicyOutputReference ``` @@ -14559,7 +14559,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsTerminationPoliciesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTerminationPoliciesList ``` @@ -14719,7 +14719,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsTerminationPoliciesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTerminationPoliciesOutputReference ``` @@ -15021,7 +15021,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsTerminationPoliciesStatementsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTerminationPoliciesStatementsList ``` @@ -15181,7 +15181,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws" mrscaleraws.NewMrscalerAwsTerminationPoliciesStatementsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTerminationPoliciesStatementsOutputReference ``` diff --git a/docs/oceanAks.go.md b/docs/oceanAks.go.md index 95c89a0c4..0551cc9e6 100644 --- a/docs/oceanAks.go.md +++ b/docs/oceanAks.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAks(scope Construct, id *string, config OceanAksConfig) OceanAks ``` @@ -647,7 +647,7 @@ func ResetZones() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.OceanAks_IsConstruct(x interface{}) *bool ``` @@ -679,7 +679,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.OceanAks_IsTerraformElement(x interface{}) *bool ``` @@ -693,7 +693,7 @@ oceanaks.OceanAks_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.OceanAks_IsTerraformResource(x interface{}) *bool ``` @@ -707,7 +707,7 @@ oceanaks.OceanAks_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.OceanAks_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1442,13 +1442,13 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" &oceanaks.OceanAksAutoscaler { - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksAutoscalerAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksAutoscalerAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAks.OceanAksAutoscalerAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAks.OceanAksAutoscalerAutoscaleHeadroom, AutoscaleIsEnabled: interface{}, - ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksAutoscalerResourceLimits, + ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAks.OceanAksAutoscalerResourceLimits, } ``` @@ -1522,7 +1522,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" &oceanaks.OceanAksAutoscalerAutoscaleDown { MaxScaleDownPercentage: *f64, @@ -1554,10 +1554,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" &oceanaks.OceanAksAutoscalerAutoscaleHeadroom { - Automatic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksAutoscalerAutoscaleHeadroomAutomatic, + Automatic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAks.OceanAksAutoscalerAutoscaleHeadroomAutomatic, } ``` @@ -1588,7 +1588,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" &oceanaks.OceanAksAutoscalerAutoscaleHeadroomAutomatic { IsEnabled: interface{}, @@ -1634,7 +1634,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" &oceanaks.OceanAksAutoscalerResourceLimits { MaxMemoryGib: *f64, @@ -1680,7 +1680,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" &oceanaks.OceanAksConfig { Connection: interface{}, @@ -1695,18 +1695,18 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" AksResourceGroupName: *string, Name: *string, SshPublicKey: *string, - Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksAutoscaler, + Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAks.OceanAksAutoscaler, ControllerClusterId: *string, CustomData: *string, Extension: interface{}, - Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksHealth, + Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAks.OceanAksHealth, Id: *string, Image: interface{}, LoadBalancer: interface{}, ManagedServiceIdentity: interface{}, MaxPods: *f64, - Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksNetwork, - OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksOsDisk, + Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAks.OceanAksNetwork, + OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAks.OceanAksOsDisk, ResourceGroupName: *string, Strategy: interface{}, Tag: interface{}, @@ -2129,7 +2129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" &oceanaks.OceanAksExtension { ApiVersion: *string, @@ -2217,7 +2217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" &oceanaks.OceanAksHealth { GracePeriod: *f64, @@ -2249,7 +2249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" &oceanaks.OceanAksImage { Marketplace: interface{}, @@ -2283,7 +2283,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" &oceanaks.OceanAksImageMarketplace { Offer: *string, @@ -2357,7 +2357,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" &oceanaks.OceanAksLoadBalancer { BackendPoolNames: *[]*string, @@ -2445,7 +2445,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" &oceanaks.OceanAksManagedServiceIdentity { Name: *string, @@ -2491,7 +2491,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" &oceanaks.OceanAksNetwork { NetworkInterface: interface{}, @@ -2553,13 +2553,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" &oceanaks.OceanAksNetworkNetworkInterface { AdditionalIpConfig: interface{}, AssignPublicIp: interface{}, IsPrimary: interface{}, - SecurityGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksNetworkNetworkInterfaceSecurityGroup, + SecurityGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAks.OceanAksNetworkNetworkInterfaceSecurityGroup, SubnetName: *string, } ``` @@ -2645,7 +2645,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" &oceanaks.OceanAksNetworkNetworkInterfaceAdditionalIpConfig { Name: *string, @@ -2691,7 +2691,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" &oceanaks.OceanAksNetworkNetworkInterfaceSecurityGroup { Name: *string, @@ -2737,7 +2737,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" &oceanaks.OceanAksOsDisk { SizeGb: *f64, @@ -2783,7 +2783,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" &oceanaks.OceanAksStrategy { FallbackToOndemand: interface{}, @@ -2829,7 +2829,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" &oceanaks.OceanAksTag { Key: *string, @@ -2875,7 +2875,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" &oceanaks.OceanAksVmSizes { Whitelist: *[]*string, @@ -2909,7 +2909,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksAutoscalerAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerAutoscaleDownOutputReference ``` @@ -3187,7 +3187,7 @@ func InternalValue() OceanAksAutoscalerAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksAutoscalerAutoscaleHeadroomAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerAutoscaleHeadroomAutomaticOutputReference ``` @@ -3494,7 +3494,7 @@ func InternalValue() OceanAksAutoscalerAutoscaleHeadroomAutomatic #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksAutoscalerAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerAutoscaleHeadroomOutputReference ``` @@ -3785,7 +3785,7 @@ func InternalValue() OceanAksAutoscalerAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerOutputReference ``` @@ -4189,7 +4189,7 @@ func InternalValue() OceanAksAutoscaler #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerResourceLimitsOutputReference ``` @@ -4496,7 +4496,7 @@ func InternalValue() OceanAksAutoscalerResourceLimits #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksExtensionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksExtensionList ``` @@ -4656,7 +4656,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksExtensionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksExtensionOutputReference ``` @@ -5068,7 +5068,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksHealthOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksHealthOutputReference ``` @@ -5346,7 +5346,7 @@ func InternalValue() OceanAksHealth #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksImageList ``` @@ -5506,7 +5506,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksImageMarketplaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksImageMarketplaceList ``` @@ -5666,7 +5666,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksImageMarketplaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksImageMarketplaceOutputReference ``` @@ -6049,7 +6049,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksImageOutputReference ``` @@ -6358,7 +6358,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksLoadBalancerList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksLoadBalancerList ``` @@ -6518,7 +6518,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksLoadBalancerOutputReference ``` @@ -6930,7 +6930,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksManagedServiceIdentityList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksManagedServiceIdentityList ``` @@ -7090,7 +7090,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksManagedServiceIdentityOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksManagedServiceIdentityOutputReference ``` @@ -7401,7 +7401,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksNetworkNetworkInterfaceAdditionalIpConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNetworkNetworkInterfaceAdditionalIpConfigList ``` @@ -7561,7 +7561,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksNetworkNetworkInterfaceAdditionalIpConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNetworkNetworkInterfaceAdditionalIpConfigOutputReference ``` @@ -7886,7 +7886,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksNetworkNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNetworkNetworkInterfaceList ``` @@ -8046,7 +8046,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksNetworkNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNetworkNetworkInterfaceOutputReference ``` @@ -8484,7 +8484,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksNetworkNetworkInterfaceSecurityGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNetworkNetworkInterfaceSecurityGroupOutputReference ``` @@ -8791,7 +8791,7 @@ func InternalValue() OceanAksNetworkNetworkInterfaceSecurityGroup #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksNetworkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNetworkOutputReference ``` @@ -9140,7 +9140,7 @@ func InternalValue() OceanAksNetwork #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksOsDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksOsDiskOutputReference ``` @@ -9440,7 +9440,7 @@ func InternalValue() OceanAksOsDisk #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksStrategyList ``` @@ -9600,7 +9600,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksStrategyOutputReference ``` @@ -9925,7 +9925,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksTagList ``` @@ -10085,7 +10085,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksTagOutputReference ``` @@ -10410,7 +10410,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksVmSizesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVmSizesList ``` @@ -10570,7 +10570,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks" oceanaks.NewOceanAksVmSizesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVmSizesOutputReference ``` diff --git a/docs/oceanAksNp.go.md b/docs/oceanAksNp.go.md index dc1df5995..367d3435d 100644 --- a/docs/oceanAksNp.go.md +++ b/docs/oceanAksNp.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" oceanaksnp.NewOceanAksNp(scope Construct, id *string, config OceanAksNpConfig) OceanAksNp ``` @@ -610,7 +610,7 @@ func ResetVnetSubnetIds() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" oceanaksnp.OceanAksNp_IsConstruct(x interface{}) *bool ``` @@ -642,7 +642,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" oceanaksnp.OceanAksNp_IsTerraformElement(x interface{}) *bool ``` @@ -656,7 +656,7 @@ oceanaksnp.OceanAksNp_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" oceanaksnp.OceanAksNp_IsTerraformResource(x interface{}) *bool ``` @@ -670,7 +670,7 @@ oceanaksnp.OceanAksNp_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" oceanaksnp.OceanAksNp_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1537,13 +1537,13 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" &oceanaksnp.OceanAksNpAutoscaler { - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscalerAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpAutoscalerAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroom, AutoscaleIsEnabled: interface{}, - ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscalerResourceLimits, + ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpAutoscalerResourceLimits, } ``` @@ -1617,7 +1617,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" &oceanaksnp.OceanAksNpAutoscalerAutoscaleDown { MaxScaleDownPercentage: *f64, @@ -1649,10 +1649,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" &oceanaksnp.OceanAksNpAutoscalerAutoscaleHeadroom { - Automatic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroomAutomatic, + Automatic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroomAutomatic, } ``` @@ -1683,7 +1683,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" &oceanaksnp.OceanAksNpAutoscalerAutoscaleHeadroomAutomatic { IsEnabled: interface{}, @@ -1729,7 +1729,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" &oceanaksnp.OceanAksNpAutoscalerResourceLimits { MaxMemoryGib: *f64, @@ -1775,7 +1775,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" &oceanaksnp.OceanAksNpConfig { Connection: interface{}, @@ -1792,12 +1792,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" AvailabilityZones: *[]*string, ControllerClusterId: *string, Name: *string, - Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscaler, + Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpAutoscaler, EnableNodePublicIp: interface{}, FallbackToOndemand: interface{}, - Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpFilters, + Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpFilters, Headrooms: interface{}, - Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpHealth, + Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpHealth, Id: *string, KubernetesVersion: *string, Labels: *map[string]*string, @@ -1809,7 +1809,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" OsSku: *string, OsType: *string, PodSubnetIds: *[]*string, - Scheduling: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpScheduling, + Scheduling: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpScheduling, SpotPercentage: *f64, Tags: *map[string]*string, Taints: interface{}, @@ -2298,7 +2298,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" &oceanaksnp.OceanAksNpFilters { AcceleratedNetworking: *string, @@ -2512,7 +2512,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" &oceanaksnp.OceanAksNpHeadrooms { CpuPerUnit: *f64, @@ -2586,7 +2586,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" &oceanaksnp.OceanAksNpHealth { GracePeriod: *f64, @@ -2618,10 +2618,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" &oceanaksnp.OceanAksNpScheduling { - ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpSchedulingShutdownHours, + ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpSchedulingShutdownHours, } ``` @@ -2652,7 +2652,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" &oceanaksnp.OceanAksNpSchedulingShutdownHours { TimeWindows: *[]*string, @@ -2698,7 +2698,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" &oceanaksnp.OceanAksNpTaints { Effect: *string, @@ -2760,7 +2760,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" oceanaksnp.NewOceanAksNpAutoscalerAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerAutoscaleDownOutputReference ``` @@ -3038,7 +3038,7 @@ func InternalValue() OceanAksNpAutoscalerAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" oceanaksnp.NewOceanAksNpAutoscalerAutoscaleHeadroomAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerAutoscaleHeadroomAutomaticOutputReference ``` @@ -3345,7 +3345,7 @@ func InternalValue() OceanAksNpAutoscalerAutoscaleHeadroomAutomatic #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" oceanaksnp.NewOceanAksNpAutoscalerAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerAutoscaleHeadroomOutputReference ``` @@ -3636,7 +3636,7 @@ func InternalValue() OceanAksNpAutoscalerAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" oceanaksnp.NewOceanAksNpAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerOutputReference ``` @@ -4040,7 +4040,7 @@ func InternalValue() OceanAksNpAutoscaler #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" oceanaksnp.NewOceanAksNpAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerResourceLimitsOutputReference ``` @@ -4347,7 +4347,7 @@ func InternalValue() OceanAksNpAutoscalerResourceLimits #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" oceanaksnp.NewOceanAksNpFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpFiltersOutputReference ``` @@ -5002,7 +5002,7 @@ func InternalValue() OceanAksNpFilters #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" oceanaksnp.NewOceanAksNpHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpHeadroomsList ``` @@ -5162,7 +5162,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" oceanaksnp.NewOceanAksNpHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpHeadroomsOutputReference ``` @@ -5545,7 +5545,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" oceanaksnp.NewOceanAksNpHealthOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpHealthOutputReference ``` @@ -5823,7 +5823,7 @@ func InternalValue() OceanAksNpHealth #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" oceanaksnp.NewOceanAksNpSchedulingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpSchedulingOutputReference ``` @@ -6114,7 +6114,7 @@ func InternalValue() OceanAksNpScheduling #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" oceanaksnp.NewOceanAksNpSchedulingShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpSchedulingShutdownHoursOutputReference ``` @@ -6414,7 +6414,7 @@ func InternalValue() OceanAksNpSchedulingShutdownHours #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" oceanaksnp.NewOceanAksNpTaintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpTaintsList ``` @@ -6574,7 +6574,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp" oceanaksnp.NewOceanAksNpTaintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpTaintsOutputReference ``` diff --git a/docs/oceanAksNpVirtualNodeGroup.go.md b/docs/oceanAksNpVirtualNodeGroup.go.md index 9e8e89e22..d63ea8e41 100644 --- a/docs/oceanAksNpVirtualNodeGroup.go.md +++ b/docs/oceanAksNpVirtualNodeGroup.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroup(scope Construct, id *string, config OceanAksNpVirtualNodeGroupConfig) OceanAksNpVirtualNodeGroup ``` @@ -557,7 +557,7 @@ func ResetVnetSubnetIds() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsConstruct(x interface{}) *bool ``` @@ -589,7 +589,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsTerraformElement(x interface{}) *bool ``` @@ -603,7 +603,7 @@ oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsTerraformElement(x inter ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsTerraformResource(x interface{}) *bool ``` @@ -617,7 +617,7 @@ oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsTerraformResource(x inte ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1330,7 +1330,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup" &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupConfig { Connection: interface{}, @@ -1345,7 +1345,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualno AvailabilityZones: *[]*string, EnableNodePublicIp: interface{}, FallbackToOndemand: interface{}, - Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupFilters, + Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupFilters, Headrooms: interface{}, Id: *string, KubernetesVersion: *string, @@ -1749,7 +1749,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup" &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupFilters { AcceleratedNetworking: *string, @@ -1963,7 +1963,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup" &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupHeadrooms { CpuPerUnit: *f64, @@ -2037,7 +2037,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup" &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupTaints { Effect: *string, @@ -2099,7 +2099,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpVirtualNodeGroupFiltersOutputReference ``` @@ -2754,7 +2754,7 @@ func InternalValue() OceanAksNpVirtualNodeGroupFilters #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpVirtualNodeGroupHeadroomsList ``` @@ -2914,7 +2914,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpVirtualNodeGroupHeadroomsOutputReference ``` @@ -3297,7 +3297,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupTaintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpVirtualNodeGroupTaintsList ``` @@ -3457,7 +3457,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupTaintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpVirtualNodeGroupTaintsOutputReference ``` diff --git a/docs/oceanAksVirtualNodeGroup.go.md b/docs/oceanAksVirtualNodeGroup.go.md index eb067e300..dfcec22ec 100644 --- a/docs/oceanAksVirtualNodeGroup.go.md +++ b/docs/oceanAksVirtualNodeGroup.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroup(scope Construct, id *string, config OceanAksVirtualNodeGroupConfig) OceanAksVirtualNodeGroup ``` @@ -492,7 +492,7 @@ func ResetZones() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_IsConstruct(x interface{}) *bool ``` @@ -524,7 +524,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_IsTerraformElement(x interface{}) *bool ``` @@ -538,7 +538,7 @@ oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_IsTerraformElement(x interface ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_IsTerraformResource(x interface{}) *bool ``` @@ -552,7 +552,7 @@ oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_IsTerraformResource(x interfac ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -979,7 +979,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupAutoscale { AutoHeadroomPercentage: *f64, @@ -1027,7 +1027,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroom { NumOfUnits: *f64, @@ -1101,7 +1101,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupConfig { Connection: interface{}, @@ -1342,7 +1342,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupLabel { Key: *string, @@ -1388,11 +1388,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupLaunchSpecification { MaxPods: *f64, - OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksVirtualNodeGroup.OceanAksVirtualNodeGroupLaunchSpecificationOsDisk, + OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksVirtualNodeGroup.OceanAksVirtualNodeGroupLaunchSpecificationOsDisk, Tag: interface{}, } ``` @@ -1452,7 +1452,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupLaunchSpecificationOsDisk { SizeGb: *f64, @@ -1512,7 +1512,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupLaunchSpecificationTag { Key: *string, @@ -1558,7 +1558,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupResourceLimits { MaxInstanceCount: *f64, @@ -1590,7 +1590,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupTaint { Effect: *string, @@ -1652,7 +1652,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroomList ``` @@ -1812,7 +1812,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroomOutputReference ``` @@ -2188,7 +2188,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupAutoscaleList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupAutoscaleList ``` @@ -2348,7 +2348,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupAutoscaleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupAutoscaleOutputReference ``` @@ -2686,7 +2686,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLabelList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupLabelList ``` @@ -2846,7 +2846,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLabelOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupLabelOutputReference ``` @@ -3164,7 +3164,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupLaunchSpecificationList ``` @@ -3324,7 +3324,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationOsDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksVirtualNodeGroupLaunchSpecificationOsDiskOutputReference ``` @@ -3653,7 +3653,7 @@ func InternalValue() OceanAksVirtualNodeGroupLaunchSpecificationOsDisk #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupLaunchSpecificationOutputReference ``` @@ -4033,7 +4033,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupLaunchSpecificationTagList ``` @@ -4193,7 +4193,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupLaunchSpecificationTagOutputReference ``` @@ -4518,7 +4518,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupResourceLimitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupResourceLimitsList ``` @@ -4678,7 +4678,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupResourceLimitsOutputReference ``` @@ -4974,7 +4974,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupTaintList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupTaintList ``` @@ -5134,7 +5134,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupTaintOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupTaintOutputReference ``` diff --git a/docs/oceanAws.go.md b/docs/oceanAws.go.md index 9d39ae1d5..938ad1505 100644 --- a/docs/oceanAws.go.md +++ b/docs/oceanAws.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAws(scope Construct, id *string, config OceanAwsConfig) OceanAws ``` @@ -780,7 +780,7 @@ func ResetWhitelist() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.OceanAws_IsConstruct(x interface{}) *bool ``` @@ -812,7 +812,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.OceanAws_IsTerraformElement(x interface{}) *bool ``` @@ -826,7 +826,7 @@ oceanaws.OceanAws_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.OceanAws_IsTerraformResource(x interface{}) *bool ``` @@ -840,7 +840,7 @@ oceanaws.OceanAws_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.OceanAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1927,18 +1927,18 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" &oceanaws.OceanAwsAutoscaler { AutoHeadroomPercentage: *f64, AutoscaleCooldown: *f64, - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsAutoscalerAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsAutoscalerAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsAutoscalerAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsAutoscalerAutoscaleHeadroom, AutoscaleIsAutoConfig: interface{}, AutoscaleIsEnabled: interface{}, EnableAutomaticAndManualHeadroom: interface{}, ExtendedResourceDefinitions: *[]*string, - ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsAutoscalerResourceLimits, + ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsAutoscalerResourceLimits, } ``` @@ -2077,7 +2077,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" &oceanaws.OceanAwsAutoscalerAutoscaleDown { EvaluationPeriods: *f64, @@ -2123,7 +2123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" &oceanaws.OceanAwsAutoscalerAutoscaleHeadroom { CpuPerUnit: *f64, @@ -2197,7 +2197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" &oceanaws.OceanAwsAutoscalerResourceLimits { MaxMemoryGib: *f64, @@ -2243,11 +2243,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" &oceanaws.OceanAwsBlockDeviceMappings { DeviceName: *string, - Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsBlockDeviceMappingsEbs, + Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsBlockDeviceMappingsEbs, } ``` @@ -2291,12 +2291,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" &oceanaws.OceanAwsBlockDeviceMappingsEbs { DeleteOnTermination: interface{}, - DynamicIops: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicIops, - DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize, + DynamicIops: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicIops, + DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize, Encrypted: interface{}, Iops: *f64, KmsKeyId: *string, @@ -2453,7 +2453,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" &oceanaws.OceanAwsBlockDeviceMappingsEbsDynamicIops { BaseSize: *f64, @@ -2513,7 +2513,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" &oceanaws.OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize { BaseSize: *f64, @@ -2573,7 +2573,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" &oceanaws.OceanAwsClusterOrientation { AvailabilityVsCost: *string, @@ -2605,7 +2605,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" &oceanaws.OceanAwsConfig { Connection: interface{}, @@ -2619,7 +2619,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" SubnetIds: *[]*string, AssociateIpv6Address: interface{}, AssociatePublicIpAddress: interface{}, - Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsAutoscaler, + Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsAutoscaler, Blacklist: *[]*string, BlockDeviceMappings: interface{}, ClusterOrientation: interface{}, @@ -2628,15 +2628,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" DrainingTimeout: *f64, EbsOptimized: interface{}, FallbackToOndemand: interface{}, - Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsFilters, + Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsFilters, GracePeriod: *f64, IamInstanceProfile: *string, Id: *string, ImageId: *string, - InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsInstanceMetadataOptions, + InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsInstanceMetadataOptions, KeyName: *string, LoadBalancers: interface{}, - Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsLogging, + Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsLogging, MaxSize: *f64, MinSize: *f64, Monitoring: interface{}, @@ -2648,7 +2648,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" SpotPercentage: *f64, SpreadNodesBy: *string, Tags: interface{}, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsUpdatePolicy, UseAsTemplateOnly: interface{}, UserData: *string, UtilizeCommitments: interface{}, @@ -3278,7 +3278,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" &oceanaws.OceanAwsFilters { Architectures: *[]*string, @@ -3562,7 +3562,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" &oceanaws.OceanAwsInstanceMetadataOptions { HttpTokens: *string, @@ -3608,7 +3608,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" &oceanaws.OceanAwsLoadBalancers { Arn: *string, @@ -3668,10 +3668,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" &oceanaws.OceanAwsLogging { - Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsLoggingExport, + Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsLoggingExport, } ``` @@ -3702,7 +3702,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" &oceanaws.OceanAwsLoggingExport { S3: interface{}, @@ -3736,7 +3736,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" &oceanaws.OceanAwsLoggingExportS3 { Id: *string, @@ -3771,7 +3771,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" &oceanaws.OceanAwsResourceTagSpecification { ShouldTagVolumes: interface{}, @@ -3803,10 +3803,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" &oceanaws.OceanAwsScheduledTask { - ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsScheduledTaskShutdownHours, + ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsScheduledTaskShutdownHours, Tasks: interface{}, } ``` @@ -3853,7 +3853,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" &oceanaws.OceanAwsScheduledTaskShutdownHours { TimeWindows: *[]*string, @@ -3899,7 +3899,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" &oceanaws.OceanAwsScheduledTaskTasks { CronExpression: *string, @@ -3959,7 +3959,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" &oceanaws.OceanAwsTags { Key: *string, @@ -4005,14 +4005,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" &oceanaws.OceanAwsUpdatePolicy { ShouldRoll: interface{}, AutoApplyTags: interface{}, ConditionedRoll: interface{}, ConditionedRollParams: *[]*string, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsUpdatePolicyRollConfig, } ``` @@ -4095,7 +4095,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" &oceanaws.OceanAwsUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -4171,7 +4171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsAutoscalerAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsAutoscalerAutoscaleDownOutputReference ``` @@ -4478,7 +4478,7 @@ func InternalValue() OceanAwsAutoscalerAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsAutoscalerAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsAutoscalerAutoscaleHeadroomOutputReference ``` @@ -4843,7 +4843,7 @@ func InternalValue() OceanAwsAutoscalerAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsAutoscalerOutputReference ``` @@ -5392,7 +5392,7 @@ func InternalValue() OceanAwsAutoscaler #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsAutoscalerResourceLimitsOutputReference ``` @@ -5699,7 +5699,7 @@ func InternalValue() OceanAwsAutoscalerResourceLimits #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsBlockDeviceMappingsEbsDynamicIopsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsBlockDeviceMappingsEbsDynamicIopsOutputReference ``` @@ -6014,7 +6014,7 @@ func InternalValue() OceanAwsBlockDeviceMappingsEbsDynamicIops #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference ``` @@ -6329,7 +6329,7 @@ func InternalValue() OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsBlockDeviceMappingsEbsOutputReference ``` @@ -6894,7 +6894,7 @@ func InternalValue() OceanAwsBlockDeviceMappingsEbs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsBlockDeviceMappingsList ``` @@ -7054,7 +7054,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsBlockDeviceMappingsOutputReference ``` @@ -7392,7 +7392,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsClusterOrientationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsClusterOrientationList ``` @@ -7552,7 +7552,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsClusterOrientationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsClusterOrientationOutputReference ``` @@ -7848,7 +7848,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsFiltersOutputReference ``` @@ -8648,7 +8648,7 @@ func InternalValue() OceanAwsFilters #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsInstanceMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsInstanceMetadataOptionsOutputReference ``` @@ -8948,7 +8948,7 @@ func InternalValue() OceanAwsInstanceMetadataOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsLoadBalancersList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLoadBalancersList ``` @@ -9108,7 +9108,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsLoadBalancersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLoadBalancersOutputReference ``` @@ -9462,7 +9462,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsLoggingExportOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLoggingExportOutputReference ``` @@ -9753,7 +9753,7 @@ func InternalValue() OceanAwsLoggingExport #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsLoggingExportS3List(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLoggingExportS3List ``` @@ -9913,7 +9913,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsLoggingExportS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLoggingExportS3OutputReference ``` @@ -10202,7 +10202,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsLoggingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLoggingOutputReference ``` @@ -10493,7 +10493,7 @@ func InternalValue() OceanAwsLogging #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsResourceTagSpecificationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsResourceTagSpecificationList ``` @@ -10653,7 +10653,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsResourceTagSpecificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsResourceTagSpecificationOutputReference ``` @@ -10949,7 +10949,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsScheduledTaskList ``` @@ -11109,7 +11109,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsScheduledTaskOutputReference ``` @@ -11460,7 +11460,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsScheduledTaskShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsScheduledTaskShutdownHoursOutputReference ``` @@ -11760,7 +11760,7 @@ func InternalValue() OceanAwsScheduledTaskShutdownHours #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsScheduledTaskTasksList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsScheduledTaskTasksList ``` @@ -11920,7 +11920,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsScheduledTaskTasksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsScheduledTaskTasksOutputReference ``` @@ -12253,7 +12253,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsTagsList ``` @@ -12413,7 +12413,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsTagsOutputReference ``` @@ -12724,7 +12724,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsUpdatePolicyOutputReference ``` @@ -13124,7 +13124,7 @@ func InternalValue() OceanAwsUpdatePolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws" oceanaws.NewOceanAwsUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/oceanAwsExtendedResourceDefinition.go.md b/docs/oceanAwsExtendedResourceDefinition.go.md index 6f577774e..bb16470fa 100644 --- a/docs/oceanAwsExtendedResourceDefinition.go.md +++ b/docs/oceanAwsExtendedResourceDefinition.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawsextendedresourcedefinition" oceanawsextendedresourcedefinition.NewOceanAwsExtendedResourceDefinition(scope Construct, id *string, config OceanAwsExtendedResourceDefinitionConfig) OceanAwsExtendedResourceDefinition ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawsextendedresourcedefinition" oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawsextendedresourcedefinition" oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_IsTerrafor ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawsextendedresourcedefinition" oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_IsTerrafor ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawsextendedresourcedefinition" oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -740,7 +740,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawsextendedresourcedefinition" &oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinitionConfig { Connection: interface{}, diff --git a/docs/oceanAwsLaunchSpec.go.md b/docs/oceanAwsLaunchSpec.go.md index a2d93d96f..5c895ff0b 100644 --- a/docs/oceanAwsLaunchSpec.go.md +++ b/docs/oceanAwsLaunchSpec.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpec(scope Construct, id *string, config OceanAwsLaunchSpecConfig) OceanAwsLaunchSpec ``` @@ -822,7 +822,7 @@ func ResetUserData() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.OceanAwsLaunchSpec_IsConstruct(x interface{}) *bool ``` @@ -854,7 +854,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.OceanAwsLaunchSpec_IsTerraformElement(x interface{}) *bool ``` @@ -868,7 +868,7 @@ oceanawslaunchspec.OceanAwsLaunchSpec_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.OceanAwsLaunchSpec_IsTerraformResource(x interface{}) *bool ``` @@ -882,7 +882,7 @@ oceanawslaunchspec.OceanAwsLaunchSpec_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.OceanAwsLaunchSpec_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1793,7 +1793,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecAutoscaleDown { MaxScaleDownPercentage: *f64, @@ -1825,7 +1825,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecAutoscaleHeadrooms { NumOfUnits: *f64, @@ -1899,7 +1899,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecAutoscaleHeadroomsAutomatic { AutoHeadroomPercentage: *f64, @@ -1931,11 +1931,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecBlockDeviceMappings { DeviceName: *string, - Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbs, + Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbs, NoDevice: *string, VirtualName: *string, } @@ -2007,11 +2007,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecBlockDeviceMappingsEbs { DeleteOnTermination: interface{}, - DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize, + DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize, Encrypted: interface{}, Iops: *f64, KmsKeyId: *string, @@ -2153,7 +2153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize { BaseSize: *f64, @@ -2213,7 +2213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecConfig { Connection: interface{}, @@ -2229,30 +2229,30 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" AutoscaleHeadrooms: interface{}, AutoscaleHeadroomsAutomatic: interface{}, BlockDeviceMappings: interface{}, - CreateOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecCreateOptions, - DeleteOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecDeleteOptions, + CreateOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecCreateOptions, + DeleteOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecDeleteOptions, ElasticIpPool: interface{}, IamInstanceProfile: *string, Id: *string, ImageId: *string, Images: interface{}, - InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceMetadataOptions, + InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceMetadataOptions, InstanceTypes: *[]*string, - InstanceTypesFilters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceTypesFilters, + InstanceTypesFilters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceTypesFilters, Labels: interface{}, Name: *string, PreferredSpotTypes: *[]*string, ResourceLimits: interface{}, RestrictScaleDown: interface{}, RootVolumeSize: *f64, - SchedulingShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecSchedulingShutdownHours, + SchedulingShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecSchedulingShutdownHours, SchedulingTask: interface{}, SecurityGroups: *[]*string, Strategy: interface{}, SubnetIds: *[]*string, Tags: interface{}, Taints: interface{}, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicy, UserData: *string, } ``` @@ -2788,7 +2788,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecCreateOptions { InitialNodes: *f64, @@ -2820,7 +2820,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecDeleteOptions { ForceDelete: interface{}, @@ -2866,10 +2866,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecElasticIpPool { - TagSelector: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecElasticIpPoolTagSelector, + TagSelector: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecElasticIpPoolTagSelector, } ``` @@ -2900,7 +2900,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecElasticIpPoolTagSelector { TagKey: *string, @@ -2946,7 +2946,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecImages { ImageId: *string, @@ -2978,7 +2978,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecInstanceMetadataOptions { HttpTokens: *string, @@ -3024,7 +3024,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecInstanceTypesFilters { Categories: *[]*string, @@ -3294,7 +3294,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecLabels { Key: *string, @@ -3340,7 +3340,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecResourceLimits { MaxInstanceCount: *f64, @@ -3386,7 +3386,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecSchedulingShutdownHours { TimeWindows: *[]*string, @@ -3432,7 +3432,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecSchedulingTask { CronExpression: *string, @@ -3508,7 +3508,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecSchedulingTaskTaskHeadroom { NumOfUnits: *f64, @@ -3582,7 +3582,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecStrategy { SpotPercentage: *f64, @@ -3614,7 +3614,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecTags { Key: *string, @@ -3660,7 +3660,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecTaints { Effect: *string, @@ -3720,11 +3720,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecUpdatePolicy { ShouldRoll: interface{}, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicyRollConfig, } ``` @@ -3768,7 +3768,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -3802,7 +3802,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleDownList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecAutoscaleDownList ``` @@ -3962,7 +3962,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecAutoscaleDownOutputReference ``` @@ -4258,7 +4258,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleHeadroomsAutomaticList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecAutoscaleHeadroomsAutomaticList ``` @@ -4418,7 +4418,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleHeadroomsAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecAutoscaleHeadroomsAutomaticOutputReference ``` @@ -4714,7 +4714,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecAutoscaleHeadroomsList ``` @@ -4874,7 +4874,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecAutoscaleHeadroomsOutputReference ``` @@ -5250,7 +5250,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference ``` @@ -5565,7 +5565,7 @@ func InternalValue() OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecBlockDeviceMappingsEbsOutputReference ``` @@ -6088,7 +6088,7 @@ func InternalValue() OceanAwsLaunchSpecBlockDeviceMappingsEbs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecBlockDeviceMappingsList ``` @@ -6248,7 +6248,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecBlockDeviceMappingsOutputReference ``` @@ -6644,7 +6644,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecCreateOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecCreateOptionsOutputReference ``` @@ -6922,7 +6922,7 @@ func InternalValue() OceanAwsLaunchSpecCreateOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecDeleteOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecDeleteOptionsOutputReference ``` @@ -7222,7 +7222,7 @@ func InternalValue() OceanAwsLaunchSpecDeleteOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecElasticIpPoolList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecElasticIpPoolList ``` @@ -7382,7 +7382,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecElasticIpPoolOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecElasticIpPoolOutputReference ``` @@ -7691,7 +7691,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecElasticIpPoolTagSelectorOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecElasticIpPoolTagSelectorOutputReference ``` @@ -7991,7 +7991,7 @@ func InternalValue() OceanAwsLaunchSpecElasticIpPoolTagSelector #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecImagesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecImagesList ``` @@ -8151,7 +8151,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecImagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecImagesOutputReference ``` @@ -8447,7 +8447,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecInstanceMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecInstanceMetadataOptionsOutputReference ``` @@ -8747,7 +8747,7 @@ func InternalValue() OceanAwsLaunchSpecInstanceMetadataOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecInstanceTypesFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecInstanceTypesFiltersOutputReference ``` @@ -9518,7 +9518,7 @@ func InternalValue() OceanAwsLaunchSpecInstanceTypesFilters #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecLabelsList ``` @@ -9678,7 +9678,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecLabelsOutputReference ``` @@ -9989,7 +9989,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecResourceLimitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecResourceLimitsList ``` @@ -10149,7 +10149,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecResourceLimitsOutputReference ``` @@ -10474,7 +10474,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecSchedulingShutdownHoursOutputReference ``` @@ -10774,7 +10774,7 @@ func InternalValue() OceanAwsLaunchSpecSchedulingShutdownHours #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecSchedulingTaskList ``` @@ -10934,7 +10934,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecSchedulingTaskOutputReference ``` @@ -11309,7 +11309,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingTaskTaskHeadroomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecSchedulingTaskTaskHeadroomList ``` @@ -11469,7 +11469,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingTaskTaskHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecSchedulingTaskTaskHeadroomOutputReference ``` @@ -11845,7 +11845,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecStrategyList ``` @@ -12005,7 +12005,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecStrategyOutputReference ``` @@ -12301,7 +12301,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecTagsList ``` @@ -12461,7 +12461,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecTagsOutputReference ``` @@ -12772,7 +12772,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecTaintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecTaintsList ``` @@ -12932,7 +12932,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecTaintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecTaintsOutputReference ``` @@ -13265,7 +13265,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecUpdatePolicyOutputReference ``` @@ -13578,7 +13578,7 @@ func InternalValue() OceanAwsLaunchSpecUpdatePolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/oceanEcs.go.md b/docs/oceanEcs.go.md index a16754646..f0421cef2 100644 --- a/docs/oceanEcs.go.md +++ b/docs/oceanEcs.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.NewOceanEcs(scope Construct, id *string, config OceanEcsConfig) OceanEcs ``` @@ -704,7 +704,7 @@ func ResetWhitelist() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.OceanEcs_IsConstruct(x interface{}) *bool ``` @@ -736,7 +736,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.OceanEcs_IsTerraformElement(x interface{}) *bool ``` @@ -750,7 +750,7 @@ oceanecs.OceanEcs_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.OceanEcs_IsTerraformResource(x interface{}) *bool ``` @@ -764,7 +764,7 @@ oceanecs.OceanEcs_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.OceanEcs_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1719,17 +1719,17 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" &oceanecs.OceanEcsAutoscaler { AutoHeadroomPercentage: *f64, Cooldown: *f64, - Down: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsAutoscalerDown, + Down: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsAutoscalerDown, EnableAutomaticAndManualHeadroom: interface{}, - Headroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsAutoscalerHeadroom, + Headroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsAutoscalerHeadroom, IsAutoConfig: interface{}, IsEnabled: interface{}, - ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsAutoscalerResourceLimits, + ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsAutoscalerResourceLimits, ShouldScaleDownNonServiceTasks: interface{}, } ``` @@ -1869,7 +1869,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" &oceanecs.OceanEcsAutoscalerDown { MaxScaleDownPercentage: *f64, @@ -1901,7 +1901,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" &oceanecs.OceanEcsAutoscalerHeadroom { CpuPerUnit: *f64, @@ -1961,7 +1961,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" &oceanecs.OceanEcsAutoscalerResourceLimits { MaxMemoryGib: *f64, @@ -2007,11 +2007,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" &oceanecs.OceanEcsBlockDeviceMappings { DeviceName: *string, - Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsBlockDeviceMappingsEbs, + Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsBlockDeviceMappingsEbs, NoDevice: *string, VirtualName: *string, } @@ -2083,11 +2083,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" &oceanecs.OceanEcsBlockDeviceMappingsEbs { DeleteOnTermination: interface{}, - DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize, + DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize, Encrypted: interface{}, Iops: *f64, KmsKeyId: *string, @@ -2229,7 +2229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" &oceanecs.OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize { BaseSize: *f64, @@ -2289,7 +2289,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" &oceanecs.OceanEcsClusterOrientation { AvailabilityVsCost: *string, @@ -2321,7 +2321,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" &oceanecs.OceanEcsConfig { Connection: interface{}, @@ -2337,28 +2337,28 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" SecurityGroupIds: *[]*string, SubnetIds: *[]*string, AssociatePublicIpAddress: interface{}, - Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsAutoscaler, + Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsAutoscaler, Blacklist: *[]*string, BlockDeviceMappings: interface{}, ClusterOrientation: interface{}, DesiredCapacity: *f64, DrainingTimeout: *f64, EbsOptimized: interface{}, - Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsFilters, + Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsFilters, IamInstanceProfile: *string, Id: *string, ImageId: *string, - InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsInstanceMetadataOptions, + InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsInstanceMetadataOptions, KeyPair: *string, - Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsLogging, + Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsLogging, MaxSize: *f64, MinSize: *f64, Monitoring: interface{}, - OptimizeImages: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsOptimizeImages, + OptimizeImages: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsOptimizeImages, ScheduledTask: interface{}, SpotPercentage: *f64, Tags: interface{}, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsUpdatePolicy, UseAsTemplateOnly: interface{}, UserData: *string, UtilizeCommitments: interface{}, @@ -2908,7 +2908,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" &oceanecs.OceanEcsFilters { Architectures: *[]*string, @@ -3192,7 +3192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" &oceanecs.OceanEcsInstanceMetadataOptions { HttpTokens: *string, @@ -3238,10 +3238,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" &oceanecs.OceanEcsLogging { - Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsLoggingExport, + Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsLoggingExport, } ``` @@ -3272,7 +3272,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" &oceanecs.OceanEcsLoggingExport { S3: interface{}, @@ -3306,7 +3306,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" &oceanecs.OceanEcsLoggingExportS3 { Id: *string, @@ -3341,7 +3341,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" &oceanecs.OceanEcsOptimizeImages { PerformAt: *string, @@ -3401,10 +3401,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" &oceanecs.OceanEcsScheduledTask { - ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsScheduledTaskShutdownHours, + ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsScheduledTaskShutdownHours, Tasks: interface{}, } ``` @@ -3451,7 +3451,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" &oceanecs.OceanEcsScheduledTaskShutdownHours { TimeWindows: *[]*string, @@ -3497,7 +3497,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" &oceanecs.OceanEcsScheduledTaskTasks { CronExpression: *string, @@ -3557,7 +3557,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" &oceanecs.OceanEcsTags { Key: *string, @@ -3603,13 +3603,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" &oceanecs.OceanEcsUpdatePolicy { ShouldRoll: interface{}, AutoApplyTags: interface{}, ConditionedRoll: interface{}, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsUpdatePolicyRollConfig, } ``` @@ -3679,7 +3679,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" &oceanecs.OceanEcsUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -3727,7 +3727,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.NewOceanEcsAutoscalerDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsAutoscalerDownOutputReference ``` @@ -4005,7 +4005,7 @@ func InternalValue() OceanEcsAutoscalerDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.NewOceanEcsAutoscalerHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsAutoscalerHeadroomOutputReference ``` @@ -4341,7 +4341,7 @@ func InternalValue() OceanEcsAutoscalerHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.NewOceanEcsAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsAutoscalerOutputReference ``` @@ -4890,7 +4890,7 @@ func InternalValue() OceanEcsAutoscaler #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.NewOceanEcsAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsAutoscalerResourceLimitsOutputReference ``` @@ -5197,7 +5197,7 @@ func InternalValue() OceanEcsAutoscalerResourceLimits #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.NewOceanEcsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference ``` @@ -5512,7 +5512,7 @@ func InternalValue() OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.NewOceanEcsBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsBlockDeviceMappingsEbsOutputReference ``` @@ -6035,7 +6035,7 @@ func InternalValue() OceanEcsBlockDeviceMappingsEbs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.NewOceanEcsBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsBlockDeviceMappingsList ``` @@ -6195,7 +6195,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.NewOceanEcsBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsBlockDeviceMappingsOutputReference ``` @@ -6584,7 +6584,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.NewOceanEcsClusterOrientationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsClusterOrientationList ``` @@ -6744,7 +6744,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.NewOceanEcsClusterOrientationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsClusterOrientationOutputReference ``` @@ -7040,7 +7040,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.NewOceanEcsFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsFiltersOutputReference ``` @@ -7840,7 +7840,7 @@ func InternalValue() OceanEcsFilters #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.NewOceanEcsInstanceMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsInstanceMetadataOptionsOutputReference ``` @@ -8140,7 +8140,7 @@ func InternalValue() OceanEcsInstanceMetadataOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.NewOceanEcsLoggingExportOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLoggingExportOutputReference ``` @@ -8431,7 +8431,7 @@ func InternalValue() OceanEcsLoggingExport #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.NewOceanEcsLoggingExportS3List(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLoggingExportS3List ``` @@ -8591,7 +8591,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.NewOceanEcsLoggingExportS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLoggingExportS3OutputReference ``` @@ -8880,7 +8880,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.NewOceanEcsLoggingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLoggingOutputReference ``` @@ -9171,7 +9171,7 @@ func InternalValue() OceanEcsLogging #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.NewOceanEcsOptimizeImagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsOptimizeImagesOutputReference ``` @@ -9493,7 +9493,7 @@ func InternalValue() OceanEcsOptimizeImages #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.NewOceanEcsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsScheduledTaskList ``` @@ -9653,7 +9653,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.NewOceanEcsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsScheduledTaskOutputReference ``` @@ -10004,7 +10004,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.NewOceanEcsScheduledTaskShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsScheduledTaskShutdownHoursOutputReference ``` @@ -10304,7 +10304,7 @@ func InternalValue() OceanEcsScheduledTaskShutdownHours #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.NewOceanEcsScheduledTaskTasksList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsScheduledTaskTasksList ``` @@ -10464,7 +10464,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.NewOceanEcsScheduledTaskTasksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsScheduledTaskTasksOutputReference ``` @@ -10797,7 +10797,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.NewOceanEcsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsTagsList ``` @@ -10957,7 +10957,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.NewOceanEcsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsTagsOutputReference ``` @@ -11268,7 +11268,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.NewOceanEcsUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsUpdatePolicyOutputReference ``` @@ -11639,7 +11639,7 @@ func InternalValue() OceanEcsUpdatePolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs" oceanecs.NewOceanEcsUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/oceanEcsLaunchSpec.go.md b/docs/oceanEcsLaunchSpec.go.md index 99af2d46e..7dc2ccda4 100644 --- a/docs/oceanEcsLaunchSpec.go.md +++ b/docs/oceanEcsLaunchSpec.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpec(scope Construct, id *string, config OceanEcsLaunchSpecConfig) OceanEcsLaunchSpec ``` @@ -601,7 +601,7 @@ func ResetUserData() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" oceanecslaunchspec.OceanEcsLaunchSpec_IsConstruct(x interface{}) *bool ``` @@ -633,7 +633,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" oceanecslaunchspec.OceanEcsLaunchSpec_IsTerraformElement(x interface{}) *bool ``` @@ -647,7 +647,7 @@ oceanecslaunchspec.OceanEcsLaunchSpec_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" oceanecslaunchspec.OceanEcsLaunchSpec_IsTerraformResource(x interface{}) *bool ``` @@ -661,7 +661,7 @@ oceanecslaunchspec.OceanEcsLaunchSpec_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" oceanecslaunchspec.OceanEcsLaunchSpec_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1308,7 +1308,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecAttributes { Key: *string, @@ -1354,7 +1354,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecAutoscaleHeadrooms { NumOfUnits: *f64, @@ -1414,11 +1414,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecBlockDeviceMappings { DeviceName: *string, - Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbs, + Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbs, NoDevice: *string, VirtualName: *string, } @@ -1490,11 +1490,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecBlockDeviceMappingsEbs { DeleteOnTermination: interface{}, - DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize, + DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize, Encrypted: interface{}, Iops: *f64, KmsKeyId: *string, @@ -1636,7 +1636,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize { BaseSize: *f64, @@ -1696,7 +1696,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecConfig { Connection: interface{}, @@ -1715,7 +1715,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" Id: *string, ImageId: *string, Images: interface{}, - InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecInstanceMetadataOptions, + InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcsLaunchSpec.OceanEcsLaunchSpecInstanceMetadataOptions, InstanceTypes: *[]*string, PreferredSpotTypes: *[]*string, RestrictScaleDown: interface{}, @@ -2083,7 +2083,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecImages { ImageId: *string, @@ -2115,7 +2115,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecInstanceMetadataOptions { HttpTokens: *string, @@ -2161,7 +2161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecSchedulingTask { CronExpression: *string, @@ -2237,7 +2237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecSchedulingTaskTaskHeadroom { NumOfUnits: *f64, @@ -2297,7 +2297,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecStrategy { SpotPercentage: *f64, @@ -2329,7 +2329,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecTags { Key: *string, @@ -2377,7 +2377,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecAttributesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecAttributesList ``` @@ -2537,7 +2537,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecAttributesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecAttributesOutputReference ``` @@ -2848,7 +2848,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecAutoscaleHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecAutoscaleHeadroomsList ``` @@ -3008,7 +3008,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecAutoscaleHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecAutoscaleHeadroomsOutputReference ``` @@ -3355,7 +3355,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference ``` @@ -3670,7 +3670,7 @@ func InternalValue() OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLaunchSpecBlockDeviceMappingsEbsOutputReference ``` @@ -4193,7 +4193,7 @@ func InternalValue() OceanEcsLaunchSpecBlockDeviceMappingsEbs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecBlockDeviceMappingsList ``` @@ -4353,7 +4353,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecBlockDeviceMappingsOutputReference ``` @@ -4742,7 +4742,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecImagesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecImagesList ``` @@ -4902,7 +4902,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecImagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecImagesOutputReference ``` @@ -5198,7 +5198,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecInstanceMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLaunchSpecInstanceMetadataOptionsOutputReference ``` @@ -5498,7 +5498,7 @@ func InternalValue() OceanEcsLaunchSpecInstanceMetadataOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecSchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecSchedulingTaskList ``` @@ -5658,7 +5658,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecSchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecSchedulingTaskOutputReference ``` @@ -6033,7 +6033,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecSchedulingTaskTaskHeadroomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecSchedulingTaskTaskHeadroomList ``` @@ -6193,7 +6193,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecSchedulingTaskTaskHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecSchedulingTaskTaskHeadroomOutputReference ``` @@ -6540,7 +6540,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecStrategyList ``` @@ -6700,7 +6700,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecStrategyOutputReference ``` @@ -6996,7 +6996,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecTagsList ``` @@ -7156,7 +7156,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecTagsOutputReference ``` diff --git a/docs/oceanGkeImport.go.md b/docs/oceanGkeImport.go.md index 9e063a562..7a124649d 100644 --- a/docs/oceanGkeImport.go.md +++ b/docs/oceanGkeImport.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" oceangkeimport.NewOceanGkeImport(scope Construct, id *string, config OceanGkeImportConfig) OceanGkeImport ``` @@ -561,7 +561,7 @@ func ResetWhitelist() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" oceangkeimport.OceanGkeImport_IsConstruct(x interface{}) *bool ``` @@ -593,7 +593,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" oceangkeimport.OceanGkeImport_IsTerraformElement(x interface{}) *bool ``` @@ -607,7 +607,7 @@ oceangkeimport.OceanGkeImport_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" oceangkeimport.OceanGkeImport_IsTerraformResource(x interface{}) *bool ``` @@ -621,7 +621,7 @@ oceangkeimport.OceanGkeImport_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" oceangkeimport.OceanGkeImport_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1235,17 +1235,17 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" &oceangkeimport.OceanGkeImportAutoscaler { AutoHeadroomPercentage: *f64, Cooldown: *f64, - Down: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportAutoscalerDown, + Down: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportAutoscalerDown, EnableAutomaticAndManualHeadroom: interface{}, - Headroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportAutoscalerHeadroom, + Headroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportAutoscalerHeadroom, IsAutoConfig: interface{}, IsEnabled: interface{}, - ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportAutoscalerResourceLimits, + ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportAutoscalerResourceLimits, } ``` @@ -1371,7 +1371,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" &oceangkeimport.OceanGkeImportAutoscalerDown { EvaluationPeriods: *f64, @@ -1417,7 +1417,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" &oceangkeimport.OceanGkeImportAutoscalerHeadroom { CpuPerUnit: *f64, @@ -1491,7 +1491,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" &oceangkeimport.OceanGkeImportAutoscalerResourceLimits { MaxMemoryGib: *f64, @@ -1537,7 +1537,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" &oceangkeimport.OceanGkeImportBackendServices { ServiceName: *string, @@ -1613,7 +1613,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" &oceangkeimport.OceanGkeImportBackendServicesNamedPorts { Name: *string, @@ -1659,7 +1659,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" &oceangkeimport.OceanGkeImportConfig { Connection: interface{}, @@ -1671,7 +1671,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" Provisioners: *[]interface{}, ClusterName: *string, Location: *string, - Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportAutoscaler, + Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportAutoscaler, BackendServices: interface{}, Blacklist: *[]*string, ControllerClusterId: *string, @@ -1681,9 +1681,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" MinSize: *f64, RootVolumeType: *string, ScheduledTask: interface{}, - ShieldedInstanceConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportShieldedInstanceConfig, + ShieldedInstanceConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportShieldedInstanceConfig, Strategy: interface{}, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportUpdatePolicy, UseAsTemplateOnly: interface{}, Whitelist: *[]*string, } @@ -2014,10 +2014,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" &oceangkeimport.OceanGkeImportScheduledTask { - ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportScheduledTaskShutdownHours, + ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportScheduledTaskShutdownHours, Tasks: interface{}, } ``` @@ -2064,7 +2064,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" &oceangkeimport.OceanGkeImportScheduledTaskShutdownHours { TimeWindows: *[]*string, @@ -2110,13 +2110,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" &oceangkeimport.OceanGkeImportScheduledTaskTasks { CronExpression: *string, IsEnabled: interface{}, TaskType: *string, - TaskParameters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParameters, + TaskParameters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParameters, } ``` @@ -2186,10 +2186,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" &oceangkeimport.OceanGkeImportScheduledTaskTasksTaskParameters { - ClusterRoll: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll, + ClusterRoll: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll, } ``` @@ -2220,7 +2220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" &oceangkeimport.OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll { BatchMinHealthyPercentage: *f64, @@ -2294,7 +2294,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" &oceangkeimport.OceanGkeImportShieldedInstanceConfig { EnableIntegrityMonitoring: interface{}, @@ -2340,7 +2340,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" &oceangkeimport.OceanGkeImportStrategy { DrainingTimeout: *f64, @@ -2400,12 +2400,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" &oceangkeimport.OceanGkeImportUpdatePolicy { ShouldRoll: interface{}, ConditionedRoll: interface{}, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportUpdatePolicyRollConfig, } ``` @@ -2462,7 +2462,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" &oceangkeimport.OceanGkeImportUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -2538,7 +2538,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" oceangkeimport.NewOceanGkeImportAutoscalerDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportAutoscalerDownOutputReference ``` @@ -2845,7 +2845,7 @@ func InternalValue() OceanGkeImportAutoscalerDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" oceangkeimport.NewOceanGkeImportAutoscalerHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportAutoscalerHeadroomOutputReference ``` @@ -3210,7 +3210,7 @@ func InternalValue() OceanGkeImportAutoscalerHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" oceangkeimport.NewOceanGkeImportAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportAutoscalerOutputReference ``` @@ -3730,7 +3730,7 @@ func InternalValue() OceanGkeImportAutoscaler #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" oceangkeimport.NewOceanGkeImportAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportAutoscalerResourceLimitsOutputReference ``` @@ -4037,7 +4037,7 @@ func InternalValue() OceanGkeImportAutoscalerResourceLimits #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" oceangkeimport.NewOceanGkeImportBackendServicesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportBackendServicesList ``` @@ -4197,7 +4197,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" oceangkeimport.NewOceanGkeImportBackendServicesNamedPortsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportBackendServicesNamedPortsList ``` @@ -4357,7 +4357,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" oceangkeimport.NewOceanGkeImportBackendServicesNamedPortsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportBackendServicesNamedPortsOutputReference ``` @@ -4668,7 +4668,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" oceangkeimport.NewOceanGkeImportBackendServicesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportBackendServicesOutputReference ``` @@ -5057,7 +5057,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportScheduledTaskList ``` @@ -5217,7 +5217,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportScheduledTaskOutputReference ``` @@ -5568,7 +5568,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportScheduledTaskShutdownHoursOutputReference ``` @@ -5868,7 +5868,7 @@ func InternalValue() OceanGkeImportScheduledTaskShutdownHours #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskTasksList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportScheduledTaskTasksList ``` @@ -6028,7 +6028,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskTasksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportScheduledTaskTasksOutputReference ``` @@ -6403,7 +6403,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskTasksTaskParametersClusterRollOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportScheduledTaskTasksTaskParametersClusterRollOutputReference ``` @@ -6768,7 +6768,7 @@ func InternalValue() OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskTasksTaskParametersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportScheduledTaskTasksTaskParametersOutputReference ``` @@ -7059,7 +7059,7 @@ func InternalValue() OceanGkeImportScheduledTaskTasksTaskParameters #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" oceangkeimport.NewOceanGkeImportShieldedInstanceConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportShieldedInstanceConfigOutputReference ``` @@ -7366,7 +7366,7 @@ func InternalValue() OceanGkeImportShieldedInstanceConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" oceangkeimport.NewOceanGkeImportStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportStrategyList ``` @@ -7526,7 +7526,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" oceangkeimport.NewOceanGkeImportStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportStrategyOutputReference ``` @@ -7880,7 +7880,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" oceangkeimport.NewOceanGkeImportUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportUpdatePolicyOutputReference ``` @@ -8222,7 +8222,7 @@ func InternalValue() OceanGkeImportUpdatePolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport" oceangkeimport.NewOceanGkeImportUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/oceanGkeLaunchSpec.go.md b/docs/oceanGkeLaunchSpec.go.md index a02d2c1c9..548c961ed 100644 --- a/docs/oceanGkeLaunchSpec.go.md +++ b/docs/oceanGkeLaunchSpec.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpec(scope Construct, id *string, config OceanGkeLaunchSpecConfig) OceanGkeLaunchSpec ``` @@ -688,7 +688,7 @@ func ResetUpdatePolicy() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.OceanGkeLaunchSpec_IsConstruct(x interface{}) *bool ``` @@ -720,7 +720,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.OceanGkeLaunchSpec_IsTerraformElement(x interface{}) *bool ``` @@ -734,7 +734,7 @@ oceangkelaunchspec.OceanGkeLaunchSpec_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.OceanGkeLaunchSpec_IsTerraformResource(x interface{}) *bool ``` @@ -748,7 +748,7 @@ oceangkelaunchspec.OceanGkeLaunchSpec_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.OceanGkeLaunchSpec_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1483,7 +1483,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecAutoscaleHeadrooms { NumOfUnits: *f64, @@ -1557,7 +1557,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecAutoscaleHeadroomsAutomatic { AutoHeadroomPercentage: *f64, @@ -1589,7 +1589,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecConfig { Connection: interface{}, @@ -1609,19 +1609,19 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" Name: *string, NetworkInterfaces: interface{}, NodePoolName: *string, - ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecResourceLimits, + ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeLaunchSpec.OceanGkeLaunchSpecResourceLimits, RestrictScaleDown: interface{}, RootVolumeSize: *f64, RootVolumeType: *string, SchedulingTask: interface{}, ServiceAccount: *string, - ShieldedInstanceConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecShieldedInstanceConfig, + ShieldedInstanceConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeLaunchSpec.OceanGkeLaunchSpecShieldedInstanceConfig, SourceImage: *string, - Storage: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecStorage, + Storage: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeLaunchSpec.OceanGkeLaunchSpecStorage, Strategy: interface{}, Tags: *[]*string, Taints: interface{}, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicy, } ``` @@ -2040,7 +2040,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecLabels { Key: *string, @@ -2086,7 +2086,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecMetadata { Key: *string, @@ -2132,7 +2132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecNetworkInterfaces { Network: *string, @@ -2210,7 +2210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecNetworkInterfacesAccessConfigs { Name: *string, @@ -2256,7 +2256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecNetworkInterfacesAliasIpRanges { IpCidrRange: *string, @@ -2302,7 +2302,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecResourceLimits { MaxInstanceCount: *f64, @@ -2348,7 +2348,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecSchedulingTask { CronExpression: *string, @@ -2424,7 +2424,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecSchedulingTaskTaskHeadroom { NumOfUnits: *f64, @@ -2498,7 +2498,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecShieldedInstanceConfig { EnableIntegrityMonitoring: interface{}, @@ -2544,7 +2544,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecStorage { LocalSsdCount: *f64, @@ -2576,7 +2576,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecStrategy { PreemptiblePercentage: *f64, @@ -2608,7 +2608,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecTaints { Effect: *string, @@ -2668,11 +2668,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecUpdatePolicy { ShouldRoll: interface{}, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicyRollConfig, } ``` @@ -2716,7 +2716,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -2750,7 +2750,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecAutoscaleHeadroomsAutomaticList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecAutoscaleHeadroomsAutomaticList ``` @@ -2910,7 +2910,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecAutoscaleHeadroomsAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecAutoscaleHeadroomsAutomaticOutputReference ``` @@ -3206,7 +3206,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecAutoscaleHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecAutoscaleHeadroomsList ``` @@ -3366,7 +3366,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecAutoscaleHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecAutoscaleHeadroomsOutputReference ``` @@ -3742,7 +3742,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecLabelsList ``` @@ -3902,7 +3902,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecLabelsOutputReference ``` @@ -4227,7 +4227,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecMetadataList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecMetadataList ``` @@ -4387,7 +4387,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecMetadataOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecMetadataOutputReference ``` @@ -4712,7 +4712,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesAccessConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecNetworkInterfacesAccessConfigsList ``` @@ -4872,7 +4872,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesAccessConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecNetworkInterfacesAccessConfigsOutputReference ``` @@ -5197,7 +5197,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesAliasIpRangesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecNetworkInterfacesAliasIpRangesList ``` @@ -5357,7 +5357,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesAliasIpRangesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecNetworkInterfacesAliasIpRangesOutputReference ``` @@ -5668,7 +5668,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecNetworkInterfacesList ``` @@ -5828,7 +5828,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecNetworkInterfacesOutputReference ``` @@ -6230,7 +6230,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecResourceLimitsOutputReference ``` @@ -6537,7 +6537,7 @@ func InternalValue() OceanGkeLaunchSpecResourceLimits #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecSchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecSchedulingTaskList ``` @@ -6697,7 +6697,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecSchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecSchedulingTaskOutputReference ``` @@ -7072,7 +7072,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecSchedulingTaskTaskHeadroomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecSchedulingTaskTaskHeadroomList ``` @@ -7232,7 +7232,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecSchedulingTaskTaskHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecSchedulingTaskTaskHeadroomOutputReference ``` @@ -7608,7 +7608,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecShieldedInstanceConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecShieldedInstanceConfigOutputReference ``` @@ -7915,7 +7915,7 @@ func InternalValue() OceanGkeLaunchSpecShieldedInstanceConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecStorageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecStorageOutputReference ``` @@ -8193,7 +8193,7 @@ func InternalValue() OceanGkeLaunchSpecStorage #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecStrategyList ``` @@ -8353,7 +8353,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecStrategyOutputReference ``` @@ -8649,7 +8649,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecTaintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecTaintsList ``` @@ -8809,7 +8809,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecTaintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecTaintsOutputReference ``` @@ -9163,7 +9163,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecUpdatePolicyOutputReference ``` @@ -9476,7 +9476,7 @@ func InternalValue() OceanGkeLaunchSpecUpdatePolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/oceanGkeLaunchSpecImport.go.md b/docs/oceanGkeLaunchSpecImport.go.md index 0b9573fde..2313e19b3 100644 --- a/docs/oceanGkeLaunchSpecImport.go.md +++ b/docs/oceanGkeLaunchSpecImport.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspecimport" oceangkelaunchspecimport.NewOceanGkeLaunchSpecImport(scope Construct, id *string, config OceanGkeLaunchSpecImportConfig) OceanGkeLaunchSpecImport ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspecimport" oceangkelaunchspecimport.OceanGkeLaunchSpecImport_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspecimport" oceangkelaunchspecimport.OceanGkeLaunchSpecImport_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ oceangkelaunchspecimport.OceanGkeLaunchSpecImport_IsTerraformElement(x interface ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspecimport" oceangkelaunchspecimport.OceanGkeLaunchSpecImport_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ oceangkelaunchspecimport.OceanGkeLaunchSpecImport_IsTerraformResource(x interfac ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspecimport" oceangkelaunchspecimport.OceanGkeLaunchSpecImport_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -740,7 +740,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspecimport" &oceangkelaunchspecimport.OceanGkeLaunchSpecImportConfig { Connection: interface{}, diff --git a/docs/oceanSpark.go.md b/docs/oceanSpark.go.md index 22efb3146..969a517d9 100644 --- a/docs/oceanSpark.go.md +++ b/docs/oceanSpark.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" oceanspark.NewOceanSpark(scope Construct, id *string, config OceanSparkConfig) OceanSpark ``` @@ -485,7 +485,7 @@ func ResetWebhook() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" oceanspark.OceanSpark_IsConstruct(x interface{}) *bool ``` @@ -517,7 +517,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" oceanspark.OceanSpark_IsTerraformElement(x interface{}) *bool ``` @@ -531,7 +531,7 @@ oceanspark.OceanSpark_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" oceanspark.OceanSpark_IsTerraformResource(x interface{}) *bool ``` @@ -545,7 +545,7 @@ oceanspark.OceanSpark_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" oceanspark.OceanSpark_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -928,7 +928,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" &oceanspark.OceanSparkCompute { CreateVngs: interface{}, @@ -974,7 +974,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" &oceanspark.OceanSparkConfig { Connection: interface{}, @@ -985,12 +985,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider, Provisioners: *[]interface{}, OceanClusterId: *string, - Compute: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkCompute, + Compute: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanSpark.OceanSparkCompute, Id: *string, - Ingress: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkIngress, - LogCollection: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkLogCollection, - Spark: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkSpark, - Webhook: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkWebhook, + Ingress: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanSpark.OceanSparkIngress, + LogCollection: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanSpark.OceanSparkLogCollection, + Spark: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanSpark.OceanSparkSpark, + Webhook: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanSpark.OceanSparkWebhook, } ``` @@ -1187,13 +1187,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" &oceanspark.OceanSparkIngress { - Controller: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkIngressController, - CustomEndpoint: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkIngressCustomEndpoint, - LoadBalancer: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkIngressLoadBalancer, - PrivateLink: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkIngressPrivateLink, + Controller: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanSpark.OceanSparkIngressController, + CustomEndpoint: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanSpark.OceanSparkIngressCustomEndpoint, + LoadBalancer: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanSpark.OceanSparkIngressLoadBalancer, + PrivateLink: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanSpark.OceanSparkIngressPrivateLink, ServiceAnnotations: *map[string]*string, } ``` @@ -1283,7 +1283,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" &oceanspark.OceanSparkIngressController { Managed: interface{}, @@ -1315,7 +1315,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" &oceanspark.OceanSparkIngressCustomEndpoint { Address: *string, @@ -1361,7 +1361,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" &oceanspark.OceanSparkIngressLoadBalancer { Managed: interface{}, @@ -1421,7 +1421,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" &oceanspark.OceanSparkIngressPrivateLink { Enabled: interface{}, @@ -1467,7 +1467,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" &oceanspark.OceanSparkLogCollection { CollectAppLogs: interface{}, @@ -1499,7 +1499,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" &oceanspark.OceanSparkSpark { AdditionalAppNamespaces: *[]*string, @@ -1531,7 +1531,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" &oceanspark.OceanSparkWebhook { HostNetworkPorts: *[]*f64, @@ -1579,7 +1579,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" oceanspark.NewOceanSparkComputeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkComputeOutputReference ``` @@ -1886,7 +1886,7 @@ func InternalValue() OceanSparkCompute #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" oceanspark.NewOceanSparkIngressControllerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressControllerOutputReference ``` @@ -2164,7 +2164,7 @@ func InternalValue() OceanSparkIngressController #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" oceanspark.NewOceanSparkIngressCustomEndpointOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressCustomEndpointOutputReference ``` @@ -2471,7 +2471,7 @@ func InternalValue() OceanSparkIngressCustomEndpoint #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" oceanspark.NewOceanSparkIngressLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressLoadBalancerOutputReference ``` @@ -2807,7 +2807,7 @@ func InternalValue() OceanSparkIngressLoadBalancer #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" oceanspark.NewOceanSparkIngressOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressOutputReference ``` @@ -3253,7 +3253,7 @@ func InternalValue() OceanSparkIngress #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" oceanspark.NewOceanSparkIngressPrivateLinkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressPrivateLinkOutputReference ``` @@ -3560,7 +3560,7 @@ func InternalValue() OceanSparkIngressPrivateLink #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" oceanspark.NewOceanSparkLogCollectionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkLogCollectionOutputReference ``` @@ -3838,7 +3838,7 @@ func InternalValue() OceanSparkLogCollection #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" oceanspark.NewOceanSparkSparkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkSparkOutputReference ``` @@ -4116,7 +4116,7 @@ func InternalValue() OceanSparkSpark #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark" oceanspark.NewOceanSparkWebhookOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkWebhookOutputReference ``` diff --git a/docs/oceanSparkVirtualNodeGroup.go.md b/docs/oceanSparkVirtualNodeGroup.go.md index ad9e8ad1b..6a8fbe9b0 100644 --- a/docs/oceanSparkVirtualNodeGroup.go.md +++ b/docs/oceanSparkVirtualNodeGroup.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceansparkvirtualnodegroup" oceansparkvirtualnodegroup.NewOceanSparkVirtualNodeGroup(scope Construct, id *string, config OceanSparkVirtualNodeGroupConfig) OceanSparkVirtualNodeGroup ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceansparkvirtualnodegroup" oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceansparkvirtualnodegroup" oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_IsTerraformElement(x inter ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceansparkvirtualnodegroup" oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_IsTerraformResource(x inte ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceansparkvirtualnodegroup" oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -740,7 +740,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceansparkvirtualnodegroup" &oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroupConfig { Connection: interface{}, diff --git a/docs/organizationPolicy.go.md b/docs/organizationPolicy.go.md index b50f87a17..047a15288 100644 --- a/docs/organizationPolicy.go.md +++ b/docs/organizationPolicy.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpolicy" organizationpolicy.NewOrganizationPolicy(scope Construct, id *string, config OrganizationPolicyConfig) OrganizationPolicy ``` @@ -405,7 +405,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpolicy" organizationpolicy.OrganizationPolicy_IsConstruct(x interface{}) *bool ``` @@ -437,7 +437,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpolicy" organizationpolicy.OrganizationPolicy_IsTerraformElement(x interface{}) *bool ``` @@ -451,7 +451,7 @@ organizationpolicy.OrganizationPolicy_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpolicy" organizationpolicy.OrganizationPolicy_IsTerraformResource(x interface{}) *bool ``` @@ -465,7 +465,7 @@ organizationpolicy.OrganizationPolicy_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpolicy" organizationpolicy.OrganizationPolicy_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -782,7 +782,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpolicy" &organizationpolicy.OrganizationPolicyConfig { Connection: interface{}, @@ -945,7 +945,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpolicy" &organizationpolicy.OrganizationPolicyPolicyContent { Statements: interface{}, @@ -979,7 +979,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpolicy" &organizationpolicy.OrganizationPolicyPolicyContentStatements { Actions: *[]*string, @@ -1041,7 +1041,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpolicy" organizationpolicy.NewOrganizationPolicyPolicyContentList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationPolicyPolicyContentList ``` @@ -1201,7 +1201,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpolicy" organizationpolicy.NewOrganizationPolicyPolicyContentOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OrganizationPolicyPolicyContentOutputReference ``` @@ -1503,7 +1503,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpolicy" organizationpolicy.NewOrganizationPolicyPolicyContentStatementsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationPolicyPolicyContentStatementsList ``` @@ -1663,7 +1663,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpolicy" organizationpolicy.NewOrganizationPolicyPolicyContentStatementsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OrganizationPolicyPolicyContentStatementsOutputReference ``` diff --git a/docs/organizationProgrammaticUser.go.md b/docs/organizationProgrammaticUser.go.md index b8a8055fa..f287f945c 100644 --- a/docs/organizationProgrammaticUser.go.md +++ b/docs/organizationProgrammaticUser.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationprogrammaticuser" organizationprogrammaticuser.NewOrganizationProgrammaticUser(scope Construct, id *string, config OrganizationProgrammaticUserConfig) OrganizationProgrammaticUser ``` @@ -439,7 +439,7 @@ func ResetUserGroupIds() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationprogrammaticuser" organizationprogrammaticuser.OrganizationProgrammaticUser_IsConstruct(x interface{}) *bool ``` @@ -471,7 +471,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationprogrammaticuser" organizationprogrammaticuser.OrganizationProgrammaticUser_IsTerraformElement(x interface{}) *bool ``` @@ -485,7 +485,7 @@ organizationprogrammaticuser.OrganizationProgrammaticUser_IsTerraformElement(x i ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationprogrammaticuser" organizationprogrammaticuser.OrganizationProgrammaticUser_IsTerraformResource(x interface{}) *bool ``` @@ -499,7 +499,7 @@ organizationprogrammaticuser.OrganizationProgrammaticUser_IsTerraformResource(x ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationprogrammaticuser" organizationprogrammaticuser.OrganizationProgrammaticUser_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -860,7 +860,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationprogrammaticuser" &organizationprogrammaticuser.OrganizationProgrammaticUserAccounts { AccountId: *string, @@ -906,7 +906,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationprogrammaticuser" &organizationprogrammaticuser.OrganizationProgrammaticUserConfig { Connection: interface{}, @@ -1099,7 +1099,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationprogrammaticuser" &organizationprogrammaticuser.OrganizationProgrammaticUserPolicies { PolicyAccountIds: *[]*string, @@ -1147,7 +1147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationprogrammaticuser" organizationprogrammaticuser.NewOrganizationProgrammaticUserAccountsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationProgrammaticUserAccountsList ``` @@ -1307,7 +1307,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationprogrammaticuser" organizationprogrammaticuser.NewOrganizationProgrammaticUserAccountsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OrganizationProgrammaticUserAccountsOutputReference ``` @@ -1618,7 +1618,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationprogrammaticuser" organizationprogrammaticuser.NewOrganizationProgrammaticUserPoliciesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationProgrammaticUserPoliciesList ``` @@ -1778,7 +1778,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationprogrammaticuser" organizationprogrammaticuser.NewOrganizationProgrammaticUserPoliciesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OrganizationProgrammaticUserPoliciesOutputReference ``` diff --git a/docs/organizationUser.go.md b/docs/organizationUser.go.md index 7127bdba9..77caacd31 100644 --- a/docs/organizationUser.go.md +++ b/docs/organizationUser.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationuser" organizationuser.NewOrganizationUser(scope Construct, id *string, config OrganizationUserConfig) OrganizationUser ``` @@ -426,7 +426,7 @@ func ResetUserGroupIds() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationuser" organizationuser.OrganizationUser_IsConstruct(x interface{}) *bool ``` @@ -458,7 +458,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationuser" organizationuser.OrganizationUser_IsTerraformElement(x interface{}) *bool ``` @@ -472,7 +472,7 @@ organizationuser.OrganizationUser_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationuser" organizationuser.OrganizationUser_IsTerraformResource(x interface{}) *bool ``` @@ -486,7 +486,7 @@ organizationuser.OrganizationUser_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationuser" organizationuser.OrganizationUser_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -891,7 +891,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationuser" &organizationuser.OrganizationUserConfig { Connection: interface{}, @@ -1110,7 +1110,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationuser" &organizationuser.OrganizationUserPolicies { PolicyAccountIds: *[]*string, @@ -1158,7 +1158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationuser" organizationuser.NewOrganizationUserPoliciesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationUserPoliciesList ``` @@ -1318,7 +1318,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationuser" organizationuser.NewOrganizationUserPoliciesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OrganizationUserPoliciesOutputReference ``` diff --git a/docs/organizationUserGroup.go.md b/docs/organizationUserGroup.go.md index d6b703a5f..4c414193e 100644 --- a/docs/organizationUserGroup.go.md +++ b/docs/organizationUserGroup.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationusergroup" organizationusergroup.NewOrganizationUserGroup(scope Construct, id *string, config OrganizationUserGroupConfig) OrganizationUserGroup ``` @@ -419,7 +419,7 @@ func ResetUserIds() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationusergroup" organizationusergroup.OrganizationUserGroup_IsConstruct(x interface{}) *bool ``` @@ -451,7 +451,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationusergroup" organizationusergroup.OrganizationUserGroup_IsTerraformElement(x interface{}) *bool ``` @@ -465,7 +465,7 @@ organizationusergroup.OrganizationUserGroup_IsTerraformElement(x interface{}) *b ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationusergroup" organizationusergroup.OrganizationUserGroup_IsTerraformResource(x interface{}) *bool ``` @@ -479,7 +479,7 @@ organizationusergroup.OrganizationUserGroup_IsTerraformResource(x interface{}) * ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationusergroup" organizationusergroup.OrganizationUserGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -818,7 +818,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationusergroup" &organizationusergroup.OrganizationUserGroupConfig { Connection: interface{}, @@ -995,7 +995,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationusergroup" &organizationusergroup.OrganizationUserGroupPolicies { AccountIds: *[]*string, @@ -1043,7 +1043,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationusergroup" organizationusergroup.NewOrganizationUserGroupPoliciesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationUserGroupPoliciesList ``` @@ -1203,7 +1203,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationusergroup" organizationusergroup.NewOrganizationUserGroupPoliciesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OrganizationUserGroupPoliciesOutputReference ``` diff --git a/docs/provider.go.md b/docs/provider.go.md index 65efa0f70..6c393b101 100644 --- a/docs/provider.go.md +++ b/docs/provider.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/provider" provider.NewSpotinstProvider(scope Construct, id *string, config SpotinstProviderConfig) SpotinstProvider ``` @@ -172,7 +172,7 @@ func ResetToken() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/provider" provider.SpotinstProvider_IsConstruct(x interface{}) *bool ``` @@ -204,7 +204,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/provider" provider.SpotinstProvider_IsTerraformElement(x interface{}) *bool ``` @@ -218,7 +218,7 @@ provider.SpotinstProvider_IsTerraformElement(x interface{}) *bool ##### `IsTerraformProvider` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/provider" provider.SpotinstProvider_IsTerraformProvider(x interface{}) *bool ``` @@ -232,7 +232,7 @@ provider.SpotinstProvider_IsTerraformProvider(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/provider" provider.SpotinstProvider_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -483,7 +483,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/provider" &provider.SpotinstProviderConfig { Account: *string, diff --git a/docs/statefulNodeAzure.go.md b/docs/statefulNodeAzure.go.md index 913c731a6..a938636c8 100644 --- a/docs/statefulNodeAzure.go.md +++ b/docs/statefulNodeAzure.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzure(scope Construct, id *string, config StatefulNodeAzureConfig) StatefulNodeAzure ``` @@ -895,7 +895,7 @@ func ResetZones() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.StatefulNodeAzure_IsConstruct(x interface{}) *bool ``` @@ -927,7 +927,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.StatefulNodeAzure_IsTerraformElement(x interface{}) *bool ``` @@ -941,7 +941,7 @@ statefulnodeazure.StatefulNodeAzure_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.StatefulNodeAzure_IsTerraformResource(x interface{}) *bool ``` @@ -955,7 +955,7 @@ statefulnodeazure.StatefulNodeAzure_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.StatefulNodeAzure_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -2130,7 +2130,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureAttachDataDisk { DataDiskName: *string, @@ -2232,7 +2232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureBootDiagnostics { IsEnabled: interface{}, @@ -2292,7 +2292,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureConfig { Connection: interface{}, @@ -2311,7 +2311,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" ShouldPersistNetwork: interface{}, ShouldPersistOsDisk: interface{}, SpotSizes: *[]*string, - Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureStrategy, + Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureStrategy, AttachDataDisk: interface{}, BootDiagnostics: interface{}, CustomData: *string, @@ -2321,22 +2321,22 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" Description: *string, DetachDataDisk: interface{}, Extension: interface{}, - Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureHealth, + Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureHealth, Id: *string, - Image: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureImage, + Image: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureImage, ImportVm: interface{}, LoadBalancer: interface{}, - Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureLogin, + Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureLogin, ManagedServiceIdentities: interface{}, - Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureNetwork, - OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureOsDisk, + Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureNetwork, + OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureOsDisk, OsDiskPersistenceMode: *string, PreferredSpotSizes: *[]*string, PreferredZone: *string, ProximityPlacementGroups: interface{}, SchedulingTask: interface{}, Secret: interface{}, - Security: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureSecurity, + Security: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureSecurity, ShouldPersistVm: interface{}, ShutdownScript: *string, Signal: interface{}, @@ -3043,7 +3043,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureDataDisk { Lun: *f64, @@ -3103,7 +3103,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureDelete { DiskShouldDeallocate: interface{}, @@ -3247,7 +3247,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureDetachDataDisk { DataDiskName: *string, @@ -3321,7 +3321,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureExtension { ApiVersion: *string, @@ -3437,7 +3437,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureHealth { AutoHealing: interface{}, @@ -3511,7 +3511,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureImage { CustomImage: interface{}, @@ -3577,7 +3577,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureImageCustomImage { CustomImageResourceGroupName: *string, @@ -3623,7 +3623,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureImageGallery { GalleryName: *string, @@ -3697,7 +3697,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureImageMarketplaceImage { Offer: *string, @@ -3771,7 +3771,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureImportVm { OriginalVmName: *string, @@ -3845,7 +3845,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureLoadBalancer { BackendPoolNames: *[]*string, @@ -3933,7 +3933,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureLogin { UserName: *string, @@ -3993,7 +3993,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureManagedServiceIdentities { Name: *string, @@ -4039,7 +4039,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetwork { NetworkInterface: interface{}, @@ -4101,7 +4101,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterface { IsPrimary: interface{}, @@ -4267,7 +4267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurations { Name: *string, @@ -4313,7 +4313,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroups { Name: *string, @@ -4359,7 +4359,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup { Name: *string, @@ -4405,7 +4405,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterfacePublicIps { Name: *string, @@ -4451,7 +4451,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureOsDisk { Type: *string, @@ -4497,7 +4497,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureProximityPlacementGroups { Name: *string, @@ -4543,7 +4543,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSchedulingTask { CronExpression: *string, @@ -4603,7 +4603,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSecret { SourceVault: interface{}, @@ -4653,7 +4653,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSecretSourceVault { Name: *string, @@ -4699,7 +4699,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSecretVaultCertificates { CertificateStore: *string, @@ -4745,7 +4745,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSecurity { SecureBootEnabled: interface{}, @@ -4805,7 +4805,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSignal { Timeout: *f64, @@ -4851,7 +4851,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureStrategy { FallbackToOnDemand: interface{}, @@ -4859,7 +4859,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" DrainingTimeout: *f64, OptimizationWindows: *[]*string, PreferredLifeCycle: *string, - RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureStrategyRevertToSpot, + RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureStrategyRevertToSpot, } ``` @@ -4957,7 +4957,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureStrategyCapacityReservation { ShouldUtilize: interface{}, @@ -5019,7 +5019,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroups { CrgName: *string, @@ -5079,7 +5079,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureStrategyRevertToSpot { PerformAt: *string, @@ -5111,7 +5111,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureTag { TagKey: *string, @@ -5157,7 +5157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureUpdateState { State: *string, @@ -5191,7 +5191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureAttachDataDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureAttachDataDiskList ``` @@ -5351,7 +5351,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureAttachDataDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureAttachDataDiskOutputReference ``` @@ -5764,7 +5764,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureBootDiagnosticsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureBootDiagnosticsList ``` @@ -5924,7 +5924,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureBootDiagnosticsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureBootDiagnosticsOutputReference ``` @@ -6278,7 +6278,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDataDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureDataDiskList ``` @@ -6438,7 +6438,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDataDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureDataDiskOutputReference ``` @@ -6771,7 +6771,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDeleteList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureDeleteList ``` @@ -6931,7 +6931,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDeleteOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureDeleteOutputReference ``` @@ -7424,7 +7424,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDetachDataDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureDetachDataDiskList ``` @@ -7584,7 +7584,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDetachDataDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureDetachDataDiskOutputReference ``` @@ -7946,7 +7946,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureExtensionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureExtensionList ``` @@ -8106,7 +8106,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureExtensionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureExtensionOutputReference ``` @@ -8541,7 +8541,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureHealthOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureHealthOutputReference ``` @@ -8892,7 +8892,7 @@ func InternalValue() StatefulNodeAzureHealth #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageCustomImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureImageCustomImageList ``` @@ -9052,7 +9052,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageCustomImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureImageCustomImageOutputReference ``` @@ -9363,7 +9363,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageGalleryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureImageGalleryList ``` @@ -9523,7 +9523,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageGalleryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureImageGalleryOutputReference ``` @@ -9878,7 +9878,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageMarketplaceImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureImageMarketplaceImageList ``` @@ -10038,7 +10038,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageMarketplaceImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureImageMarketplaceImageOutputReference ``` @@ -10393,7 +10393,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureImageOutputReference ``` @@ -10768,7 +10768,7 @@ func InternalValue() StatefulNodeAzureImage #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImportVmList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureImportVmList ``` @@ -10928,7 +10928,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImportVmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureImportVmOutputReference ``` @@ -11297,7 +11297,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureLoadBalancerList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureLoadBalancerList ``` @@ -11457,7 +11457,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureLoadBalancerOutputReference ``` @@ -11841,7 +11841,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureLoginOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureLoginOutputReference ``` @@ -12170,7 +12170,7 @@ func InternalValue() StatefulNodeAzureLogin #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureManagedServiceIdentitiesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureManagedServiceIdentitiesList ``` @@ -12330,7 +12330,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureManagedServiceIdentitiesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureManagedServiceIdentitiesOutputReference ``` @@ -12641,7 +12641,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsList ``` @@ -12801,7 +12801,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsOutputReference ``` @@ -13112,7 +13112,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsList ``` @@ -13272,7 +13272,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsOutputReference ``` @@ -13583,7 +13583,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfaceList ``` @@ -13743,7 +13743,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupList ``` @@ -13903,7 +13903,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupOutputReference ``` @@ -14228,7 +14228,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfaceOutputReference ``` @@ -14823,7 +14823,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfacePublicIpsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfacePublicIpsList ``` @@ -14983,7 +14983,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfacePublicIpsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfacePublicIpsOutputReference ``` @@ -15294,7 +15294,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureNetworkOutputReference ``` @@ -15622,7 +15622,7 @@ func InternalValue() StatefulNodeAzureNetwork #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureOsDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureOsDiskOutputReference ``` @@ -15922,7 +15922,7 @@ func InternalValue() StatefulNodeAzureOsDisk #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureProximityPlacementGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureProximityPlacementGroupsList ``` @@ -16082,7 +16082,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureProximityPlacementGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureProximityPlacementGroupsOutputReference ``` @@ -16393,7 +16393,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSchedulingTaskList ``` @@ -16553,7 +16553,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSchedulingTaskOutputReference ``` @@ -16886,7 +16886,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSecretList ``` @@ -17046,7 +17046,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSecretOutputReference ``` @@ -17383,7 +17383,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretSourceVaultList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSecretSourceVaultList ``` @@ -17543,7 +17543,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretSourceVaultOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSecretSourceVaultOutputReference ``` @@ -17854,7 +17854,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretVaultCertificatesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSecretVaultCertificatesList ``` @@ -18014,7 +18014,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretVaultCertificatesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSecretVaultCertificatesOutputReference ``` @@ -18339,7 +18339,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecurityOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureSecurityOutputReference ``` @@ -18675,7 +18675,7 @@ func InternalValue() StatefulNodeAzureSecurity #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSignalList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSignalList ``` @@ -18835,7 +18835,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSignalOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSignalOutputReference ``` @@ -19146,7 +19146,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsList ``` @@ -19306,7 +19306,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsOutputReference ``` @@ -19646,7 +19646,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyCapacityReservationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureStrategyCapacityReservationList ``` @@ -19806,7 +19806,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyCapacityReservationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureStrategyCapacityReservationOutputReference ``` @@ -20159,7 +20159,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureStrategyOutputReference ``` @@ -20601,7 +20601,7 @@ func InternalValue() StatefulNodeAzureStrategy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyRevertToSpotOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureStrategyRevertToSpotOutputReference ``` @@ -20872,7 +20872,7 @@ func InternalValue() StatefulNodeAzureStrategyRevertToSpot #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureTagList ``` @@ -21032,7 +21032,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureTagOutputReference ``` @@ -21350,7 +21350,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureUpdateStateList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureUpdateStateList ``` @@ -21510,7 +21510,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureUpdateStateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureUpdateStateOutputReference ``` diff --git a/docs/subscription.go.md b/docs/subscription.go.md index be544c2f8..fa22890aa 100644 --- a/docs/subscription.go.md +++ b/docs/subscription.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/subscription" subscription.NewSubscription(scope Construct, id *string, config SubscriptionConfig) Subscription ``` @@ -392,7 +392,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/subscription" subscription.Subscription_IsConstruct(x interface{}) *bool ``` @@ -424,7 +424,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/subscription" subscription.Subscription_IsTerraformElement(x interface{}) *bool ``` @@ -438,7 +438,7 @@ subscription.Subscription_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/subscription" subscription.Subscription_IsTerraformResource(x interface{}) *bool ``` @@ -452,7 +452,7 @@ subscription.Subscription_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/subscription" subscription.Subscription_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -813,7 +813,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/subscription" &subscription.SubscriptionConfig { Connection: interface{}, diff --git a/src/account-aws/index.ts b/src/account-aws/index.ts index b4b4d8685..cef3fde58 100644 --- a/src/account-aws/index.ts +++ b/src/account-aws/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/account_aws // generated from terraform resource schema diff --git a/src/credentials-aws/index.ts b/src/credentials-aws/index.ts index 06b475e30..5a5dbba29 100644 --- a/src/credentials-aws/index.ts +++ b/src/credentials-aws/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/credentials_aws // generated from terraform resource schema diff --git a/src/data-integration/index.ts b/src/data-integration/index.ts index e3d68bef6..bb72773f6 100644 --- a/src/data-integration/index.ts +++ b/src/data-integration/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/data_integration // generated from terraform resource schema diff --git a/src/elastigroup-aws-beanstalk/index.ts b/src/elastigroup-aws-beanstalk/index.ts index 752474882..c6e7b7909 100644 --- a/src/elastigroup-aws-beanstalk/index.ts +++ b/src/elastigroup-aws-beanstalk/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/elastigroup_aws_beanstalk // generated from terraform resource schema diff --git a/src/elastigroup-aws-suspension/index.ts b/src/elastigroup-aws-suspension/index.ts index b20f9a9dc..a069983a9 100644 --- a/src/elastigroup-aws-suspension/index.ts +++ b/src/elastigroup-aws-suspension/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/elastigroup_aws_suspension // generated from terraform resource schema diff --git a/src/elastigroup-aws/index.ts b/src/elastigroup-aws/index.ts index 5f1f6bb50..5a52b09b0 100644 --- a/src/elastigroup-aws/index.ts +++ b/src/elastigroup-aws/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/elastigroup_aws // generated from terraform resource schema diff --git a/src/elastigroup-azure-v3/index.ts b/src/elastigroup-azure-v3/index.ts index 42ea552bc..0832e956b 100644 --- a/src/elastigroup-azure-v3/index.ts +++ b/src/elastigroup-azure-v3/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/elastigroup_azure_v3 // generated from terraform resource schema diff --git a/src/elastigroup-azure/index.ts b/src/elastigroup-azure/index.ts index 1d2c6ac32..9e341fc17 100644 --- a/src/elastigroup-azure/index.ts +++ b/src/elastigroup-azure/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/elastigroup_azure // generated from terraform resource schema diff --git a/src/elastigroup-gcp/index.ts b/src/elastigroup-gcp/index.ts index 5604c4629..24bc2e76d 100644 --- a/src/elastigroup-gcp/index.ts +++ b/src/elastigroup-gcp/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/elastigroup_gcp // generated from terraform resource schema diff --git a/src/elastigroup-gke/index.ts b/src/elastigroup-gke/index.ts index e96885f2d..6cf2f6862 100644 --- a/src/elastigroup-gke/index.ts +++ b/src/elastigroup-gke/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/elastigroup_gke // generated from terraform resource schema diff --git a/src/health-check/index.ts b/src/health-check/index.ts index 93de5c4e9..e760d5990 100644 --- a/src/health-check/index.ts +++ b/src/health-check/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/health_check // generated from terraform resource schema diff --git a/src/index.ts b/src/index.ts index 49cca39c1..24c8ab947 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // generated by cdktf get export * as accountAws from './account-aws'; export * as credentialsAws from './credentials-aws'; diff --git a/src/lazy-index.ts b/src/lazy-index.ts index c3ac3a0dc..db0e76149 100644 --- a/src/lazy-index.ts +++ b/src/lazy-index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // generated by cdktf get Object.defineProperty(exports, 'accountAws', { get: function () { return require('./account-aws'); } }); Object.defineProperty(exports, 'credentialsAws', { get: function () { return require('./credentials-aws'); } }); diff --git a/src/managed-instance-aws/index.ts b/src/managed-instance-aws/index.ts index 560c6a36b..7089f30e0 100644 --- a/src/managed-instance-aws/index.ts +++ b/src/managed-instance-aws/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/managed_instance_aws // generated from terraform resource schema diff --git a/src/mrscaler-aws/index.ts b/src/mrscaler-aws/index.ts index b16044667..73b1579d4 100644 --- a/src/mrscaler-aws/index.ts +++ b/src/mrscaler-aws/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/mrscaler_aws // generated from terraform resource schema diff --git a/src/ocean-aks-np-virtual-node-group/index.ts b/src/ocean-aks-np-virtual-node-group/index.ts index 7cdce293e..c8caaf438 100644 --- a/src/ocean-aks-np-virtual-node-group/index.ts +++ b/src/ocean-aks-np-virtual-node-group/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/ocean_aks_np_virtual_node_group // generated from terraform resource schema diff --git a/src/ocean-aks-np/index.ts b/src/ocean-aks-np/index.ts index 419bf72de..ce13f3d27 100644 --- a/src/ocean-aks-np/index.ts +++ b/src/ocean-aks-np/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/ocean_aks_np // generated from terraform resource schema diff --git a/src/ocean-aks-virtual-node-group/index.ts b/src/ocean-aks-virtual-node-group/index.ts index ac9c7ed3a..68e0ad317 100644 --- a/src/ocean-aks-virtual-node-group/index.ts +++ b/src/ocean-aks-virtual-node-group/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/ocean_aks_virtual_node_group // generated from terraform resource schema diff --git a/src/ocean-aks/index.ts b/src/ocean-aks/index.ts index 2d0187686..3a382adfd 100644 --- a/src/ocean-aks/index.ts +++ b/src/ocean-aks/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/ocean_aks // generated from terraform resource schema diff --git a/src/ocean-aws-extended-resource-definition/index.ts b/src/ocean-aws-extended-resource-definition/index.ts index 94994a592..3befc3aa5 100644 --- a/src/ocean-aws-extended-resource-definition/index.ts +++ b/src/ocean-aws-extended-resource-definition/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/ocean_aws_extended_resource_definition // generated from terraform resource schema diff --git a/src/ocean-aws-launch-spec/index.ts b/src/ocean-aws-launch-spec/index.ts index 37b74ef14..1ba8a71ae 100644 --- a/src/ocean-aws-launch-spec/index.ts +++ b/src/ocean-aws-launch-spec/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/ocean_aws_launch_spec // generated from terraform resource schema diff --git a/src/ocean-aws/index.ts b/src/ocean-aws/index.ts index 226cdfb7e..7815daafe 100644 --- a/src/ocean-aws/index.ts +++ b/src/ocean-aws/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/ocean_aws // generated from terraform resource schema diff --git a/src/ocean-ecs-launch-spec/index.ts b/src/ocean-ecs-launch-spec/index.ts index 59198ef34..4a9beff77 100644 --- a/src/ocean-ecs-launch-spec/index.ts +++ b/src/ocean-ecs-launch-spec/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/ocean_ecs_launch_spec // generated from terraform resource schema diff --git a/src/ocean-ecs/index.ts b/src/ocean-ecs/index.ts index d9c4a3ac1..3355858f9 100644 --- a/src/ocean-ecs/index.ts +++ b/src/ocean-ecs/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/ocean_ecs // generated from terraform resource schema diff --git a/src/ocean-gke-import/index.ts b/src/ocean-gke-import/index.ts index 0d1e555ac..b920997f3 100644 --- a/src/ocean-gke-import/index.ts +++ b/src/ocean-gke-import/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/ocean_gke_import // generated from terraform resource schema diff --git a/src/ocean-gke-launch-spec-import/index.ts b/src/ocean-gke-launch-spec-import/index.ts index 81b88088c..f4a85f617 100644 --- a/src/ocean-gke-launch-spec-import/index.ts +++ b/src/ocean-gke-launch-spec-import/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/ocean_gke_launch_spec_import // generated from terraform resource schema diff --git a/src/ocean-gke-launch-spec/index.ts b/src/ocean-gke-launch-spec/index.ts index bf33df6a7..c35d84c57 100644 --- a/src/ocean-gke-launch-spec/index.ts +++ b/src/ocean-gke-launch-spec/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/ocean_gke_launch_spec // generated from terraform resource schema diff --git a/src/ocean-spark-virtual-node-group/index.ts b/src/ocean-spark-virtual-node-group/index.ts index 4d6b87a4a..ea8745f11 100644 --- a/src/ocean-spark-virtual-node-group/index.ts +++ b/src/ocean-spark-virtual-node-group/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/ocean_spark_virtual_node_group // generated from terraform resource schema diff --git a/src/ocean-spark/index.ts b/src/ocean-spark/index.ts index bc2c7e058..efc4cfaa5 100644 --- a/src/ocean-spark/index.ts +++ b/src/ocean-spark/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/ocean_spark // generated from terraform resource schema diff --git a/src/organization-policy/index.ts b/src/organization-policy/index.ts index 81fb38e8a..43dcc1aca 100644 --- a/src/organization-policy/index.ts +++ b/src/organization-policy/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/organization_policy // generated from terraform resource schema diff --git a/src/organization-programmatic-user/index.ts b/src/organization-programmatic-user/index.ts index 13a5263fd..92a82a42d 100644 --- a/src/organization-programmatic-user/index.ts +++ b/src/organization-programmatic-user/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/organization_programmatic_user // generated from terraform resource schema diff --git a/src/organization-user-group/index.ts b/src/organization-user-group/index.ts index b1c8c1686..ee661fcf4 100644 --- a/src/organization-user-group/index.ts +++ b/src/organization-user-group/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/organization_user_group // generated from terraform resource schema diff --git a/src/organization-user/index.ts b/src/organization-user/index.ts index 783dbb4ea..6674a6bac 100644 --- a/src/organization-user/index.ts +++ b/src/organization-user/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/organization_user // generated from terraform resource schema diff --git a/src/provider/index.ts b/src/provider/index.ts index a46ff7ddf..953d2fe6f 100644 --- a/src/provider/index.ts +++ b/src/provider/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs // generated from terraform resource schema diff --git a/src/stateful-node-azure/index.ts b/src/stateful-node-azure/index.ts index 5a4321a1a..329c9f7b2 100644 --- a/src/stateful-node-azure/index.ts +++ b/src/stateful-node-azure/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/stateful_node_azure // generated from terraform resource schema diff --git a/src/subscription/index.ts b/src/subscription/index.ts index 220c3c90d..1d62a6761 100644 --- a/src/subscription/index.ts +++ b/src/subscription/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/spotinst/spotinst/1.159.0/docs/resources/subscription // generated from terraform resource schema