From 5daa61c8e4650e77fdc95fb02d253b7fdb6ddbdc Mon Sep 17 00:00:00 2001 From: github-team-tf-cdk Date: Mon, 4 Dec 2023 13:49:59 +0000 Subject: [PATCH 1/2] chore(deps): update by cdktf/cdktf-repository-manager@5980d8e --- docs/accountAws.go.md | 12 +- docs/credentialsAws.go.md | 12 +- docs/dataIntegration.go.md | 18 +- docs/elastigroupAws.go.md | 462 +++++++++--------- 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, 1350 insertions(+), 1530 deletions(-) diff --git a/docs/accountAws.go.md b/docs/accountAws.go.md index 0e5f07256..d9cda7872 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/v12/accountaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws" accountaws.NewAccountAws(scope Construct, id *string, config AccountAwsConfig) AccountAws ``` @@ -378,7 +378,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/accountaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws" accountaws.AccountAws_IsConstruct(x interface{}) *bool ``` @@ -410,7 +410,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/accountaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws" accountaws.AccountAws_IsTerraformElement(x interface{}) *bool ``` @@ -424,7 +424,7 @@ accountaws.AccountAws_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/accountaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws" accountaws.AccountAws_IsTerraformResource(x interface{}) *bool ``` @@ -438,7 +438,7 @@ accountaws.AccountAws_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/accountaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws" accountaws.AccountAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -711,7 +711,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/accountaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws" &accountaws.AccountAwsConfig { Connection: interface{}, diff --git a/docs/credentialsAws.go.md b/docs/credentialsAws.go.md index bfbca9660..383fc8ef6 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/v12/credentialsaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws" credentialsaws.NewCredentialsAws(scope Construct, id *string, config CredentialsAwsConfig) CredentialsAws ``` @@ -378,7 +378,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/credentialsaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws" credentialsaws.CredentialsAws_IsConstruct(x interface{}) *bool ``` @@ -410,7 +410,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/credentialsaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws" credentialsaws.CredentialsAws_IsTerraformElement(x interface{}) *bool ``` @@ -424,7 +424,7 @@ credentialsaws.CredentialsAws_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/credentialsaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws" credentialsaws.CredentialsAws_IsTerraformResource(x interface{}) *bool ``` @@ -438,7 +438,7 @@ credentialsaws.CredentialsAws_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/credentialsaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws" credentialsaws.CredentialsAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -733,7 +733,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/credentialsaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws" &credentialsaws.CredentialsAwsConfig { Connection: interface{}, diff --git a/docs/dataIntegration.go.md b/docs/dataIntegration.go.md index b5137ff9f..7ef29a78a 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/v12/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" dataintegration.NewDataIntegration(scope Construct, id *string, config DataIntegrationConfig) DataIntegration ``` @@ -405,7 +405,7 @@ func ResetStatus() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" dataintegration.DataIntegration_IsConstruct(x interface{}) *bool ``` @@ -437,7 +437,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" dataintegration.DataIntegration_IsTerraformElement(x interface{}) *bool ``` @@ -451,7 +451,7 @@ dataintegration.DataIntegration_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" dataintegration.DataIntegration_IsTerraformResource(x interface{}) *bool ``` @@ -465,7 +465,7 @@ dataintegration.DataIntegration_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" dataintegration.DataIntegration_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/v12/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" &dataintegration.DataIntegrationConfig { Connection: interface{}, @@ -794,7 +794,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/dataintegration Provisioners: *[]interface{}, Name: *string, Id: *string, - S3: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.dataIntegration.DataIntegrationS3, + S3: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.dataIntegration.DataIntegrationS3, Status: *string, } ``` @@ -945,7 +945,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" &dataintegration.DataIntegrationS3 { BucketName: *string, @@ -993,7 +993,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" dataintegration.NewDataIntegrationS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataIntegrationS3OutputReference ``` diff --git a/docs/elastigroupAws.go.md b/docs/elastigroupAws.go.md index b8de3d671..99fa3a4cf 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/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAws(scope Construct, id *string, config ElastigroupAwsConfig) ElastigroupAws ``` @@ -1366,7 +1366,7 @@ func ResetWaitForCapacityTimeout() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.ElastigroupAws_IsConstruct(x interface{}) *bool ``` @@ -1398,7 +1398,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.ElastigroupAws_IsTerraformElement(x interface{}) *bool ``` @@ -1412,7 +1412,7 @@ elastigroupaws.ElastigroupAws_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.ElastigroupAws_IsTerraformResource(x interface{}) *bool ``` @@ -1426,7 +1426,7 @@ elastigroupaws.ElastigroupAws_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.ElastigroupAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -3503,7 +3503,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsConfig { Connection: interface{}, @@ -3523,7 +3523,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" CapacityUnit: *string, ConsiderOdPricing: interface{}, CpuCredits: *string, - CpuOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsCpuOptions, + CpuOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsCpuOptions, Description: *string, DesiredCapacity: *f64, DrainingTimeout: *f64, @@ -3545,26 +3545,26 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" InstanceTypesPreferredSpot: *[]*string, InstanceTypesSpot: *[]*string, InstanceTypesWeights: interface{}, - IntegrationBeanstalk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationBeanstalk, - IntegrationCodedeploy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationCodedeploy, - IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationDockerSwarm, - IntegrationEcs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationEcs, - IntegrationGitlab: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationGitlab, - IntegrationKubernetes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationKubernetes, - IntegrationMesosphere: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationMesosphere, - IntegrationMultaiRuntime: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationMultaiRuntime, - IntegrationNomad: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationNomad, - IntegrationRancher: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationRancher, - IntegrationRoute53: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationRoute53, + IntegrationBeanstalk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalk, + IntegrationCodedeploy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationCodedeploy, + IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationDockerSwarm, + IntegrationEcs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationEcs, + IntegrationGitlab: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationGitlab, + IntegrationKubernetes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationKubernetes, + IntegrationMesosphere: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationMesosphere, + IntegrationMultaiRuntime: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationMultaiRuntime, + IntegrationNomad: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationNomad, + IntegrationRancher: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationRancher, + IntegrationRoute53: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationRoute53, Itf: interface{}, KeyName: *string, LifetimePeriod: *string, MaxSize: *f64, - MetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsMetadataOptions, + MetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsMetadataOptions, MinimumInstanceLifetime: *f64, MinSize: *f64, MultaiTargetSets: interface{}, - MultipleMetrics: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsMultipleMetrics, + MultipleMetrics: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsMultipleMetrics, NetworkInterface: interface{}, OndemandCount: *f64, OnDemandTypes: *[]*string, @@ -3577,7 +3577,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" Region: *string, ResourceRequirements: interface{}, ResourceTagSpecification: interface{}, - RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsRevertToSpot, + RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsRevertToSpot, ScalingDownPolicy: interface{}, ScalingStrategy: interface{}, ScalingTargetPolicy: interface{}, @@ -3586,12 +3586,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" ShutdownScript: *string, Signal: interface{}, SpotPercentage: *f64, - StatefulDeallocation: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsStatefulDeallocation, + StatefulDeallocation: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsStatefulDeallocation, StatefulInstanceAction: interface{}, SubnetIds: *[]*string, Tags: interface{}, TargetGroupArns: *[]*string, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsUpdatePolicy, UserData: *string, UtilizeCommitments: interface{}, UtilizeReservedInstances: interface{}, @@ -4852,7 +4852,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsCpuOptions { ThreadsPerCore: *f64, @@ -4884,7 +4884,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsEbsBlockDevice { DeviceName: *string, @@ -5028,7 +5028,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsEphemeralBlockDevice { DeviceName: *string, @@ -5074,7 +5074,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsImages { Image: interface{}, @@ -5108,7 +5108,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsImagesImage { Id: *string, @@ -5143,7 +5143,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/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsInstanceTypesWeights { InstanceType: *string, @@ -5189,12 +5189,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationBeanstalk { - DeploymentPreferences: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferences, + DeploymentPreferences: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferences, EnvironmentId: *string, - ManagedActions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActions, + ManagedActions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActions, } ``` @@ -5253,13 +5253,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferences { AutomaticRoll: interface{}, BatchSizePercentage: *f64, GracePeriod: *f64, - Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy, + Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy, } ``` @@ -5329,7 +5329,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy { Action: *string, @@ -5375,10 +5375,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationBeanstalkManagedActions { - PlatformUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate, + PlatformUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate, } ``` @@ -5409,7 +5409,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate { PerformAt: *string, @@ -5469,7 +5469,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationCodedeploy { CleanupOnFailure: interface{}, @@ -5531,7 +5531,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationCodedeployDeploymentGroups { ApplicationName: *string, @@ -5577,14 +5577,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationDockerSwarm { MasterHost: *string, MasterPort: *f64, AutoscaleCooldown: *f64, - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom, AutoscaleIsEnabled: interface{}, } ``` @@ -5683,7 +5683,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationDockerSwarmAutoscaleDown { EvaluationPeriods: *f64, @@ -5729,7 +5729,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom { CpuPerUnit: *f64, @@ -5789,18 +5789,18 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationEcs { ClusterName: *string, AutoscaleAttributes: interface{}, AutoscaleCooldown: *f64, - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleHeadroom, AutoscaleIsAutoConfig: interface{}, AutoscaleIsEnabled: interface{}, AutoscaleScaleDownNonServiceTasks: interface{}, - Batch: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationEcsBatch, + Batch: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationEcsBatch, } ``` @@ -5941,7 +5941,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationEcsAutoscaleAttributes { Key: *string, @@ -5987,7 +5987,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationEcsAutoscaleDown { EvaluationPeriods: *f64, @@ -6033,7 +6033,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationEcsAutoscaleHeadroom { CpuPerUnit: *f64, @@ -6093,7 +6093,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationEcsBatch { JobQueueNames: *[]*string, @@ -6125,10 +6125,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationGitlab { - Runner: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationGitlabRunner, + Runner: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationGitlabRunner, } ``` @@ -6159,7 +6159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationGitlabRunner { IsEnabled: interface{}, @@ -6191,13 +6191,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationKubernetes { ApiServer: *string, AutoscaleCooldown: *f64, - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom, AutoscaleIsAutoConfig: interface{}, AutoscaleIsEnabled: interface{}, AutoscaleLabels: interface{}, @@ -6355,7 +6355,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationKubernetesAutoscaleDown { EvaluationPeriods: *f64, @@ -6401,7 +6401,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom { CpuPerUnit: *f64, @@ -6461,7 +6461,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationKubernetesAutoscaleLabels { Key: *string, @@ -6507,7 +6507,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationMesosphere { ApiServer: *string, @@ -6539,7 +6539,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationMultaiRuntime { DeploymentId: *string, @@ -6571,7 +6571,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationNomad { MasterHost: *string, @@ -6579,8 +6579,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" AclToken: *string, AutoscaleConstraints: interface{}, AutoscaleCooldown: *f64, - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleHeadroom, AutoscaleIsEnabled: interface{}, } ``` @@ -6707,7 +6707,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationNomadAutoscaleConstraints { Key: *string, @@ -6753,7 +6753,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationNomadAutoscaleDown { EvaluationPeriods: *f64, @@ -6785,7 +6785,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationNomadAutoscaleHeadroom { CpuPerUnit: *f64, @@ -6845,7 +6845,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationRancher { AccessKey: *string, @@ -6919,7 +6919,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationRoute53 { Domains: interface{}, @@ -6953,7 +6953,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationRoute53Domains { HostedZoneId: *string, @@ -7029,7 +7029,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationRoute53DomainsRecordSets { Name: *string, @@ -7089,14 +7089,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsItf { FixedTargetGroups: interface{}, LoadBalancer: interface{}, TargetGroupConfig: interface{}, WeightStrategy: *string, - DefaultStaticTargetGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsItfDefaultStaticTargetGroup, + DefaultStaticTargetGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsItfDefaultStaticTargetGroup, MigrationHealthinessThreshold: *f64, } ``` @@ -7197,7 +7197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsItfDefaultStaticTargetGroup { Arn: *string, @@ -7243,7 +7243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsItfLoadBalancer { ListenerRule: interface{}, @@ -7291,11 +7291,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsItfLoadBalancerListenerRule { RuleArn: *string, - StaticTargetGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup, + StaticTargetGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup, } ``` @@ -7339,7 +7339,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup { Arn: *string, @@ -7385,7 +7385,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsItfTargetGroupConfig { HealthCheckPath: *string, @@ -7589,7 +7589,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsItfTargetGroupConfigMatcher { GrpcCode: *string, @@ -7635,7 +7635,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsItfTargetGroupConfigTags { TagKey: *string, @@ -7681,7 +7681,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsMetadataOptions { HttpTokens: *string, @@ -7741,7 +7741,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsMultaiTargetSets { BalancerId: *string, @@ -7787,7 +7787,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsMultipleMetrics { Expressions: interface{}, @@ -7837,7 +7837,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsMultipleMetricsExpressions { Expression: *string, @@ -7883,7 +7883,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsMultipleMetricsMetrics { MetricName: *string, @@ -8001,7 +8001,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsMultipleMetricsMetricsDimensions { Name: *string, @@ -8047,7 +8047,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsNetworkInterface { DeviceIndex: *string, @@ -8177,7 +8177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsResourceRequirements { RequiredMemoryMaximum: *f64, @@ -8321,7 +8321,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsResourceTagSpecification { ShouldTagAmis: interface{}, @@ -8395,7 +8395,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsRevertToSpot { PerformAt: *string, @@ -8441,7 +8441,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingDownPolicy { MetricName: *string, @@ -8757,7 +8757,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingDownPolicyDimensions { Name: *string, @@ -8803,10 +8803,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingDownPolicyStepAdjustments { - Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsScalingDownPolicyStepAdjustmentsAction, + Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsScalingDownPolicyStepAdjustmentsAction, Threshold: *f64, } ``` @@ -8851,7 +8851,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingDownPolicyStepAdjustmentsAction { Type: *string, @@ -8967,7 +8967,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingStrategy { TerminateAtEndOfBillingHour: interface{}, @@ -9013,7 +9013,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingTargetPolicy { MetricName: *string, @@ -9215,7 +9215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingTargetPolicyDimensions { Name: *string, @@ -9261,7 +9261,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingUpPolicy { MetricName: *string, @@ -9577,7 +9577,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingUpPolicyDimensions { Name: *string, @@ -9623,10 +9623,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingUpPolicyStepAdjustments { - Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsScalingUpPolicyStepAdjustmentsAction, + Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsScalingUpPolicyStepAdjustmentsAction, Threshold: *f64, } ``` @@ -9671,7 +9671,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingUpPolicyStepAdjustmentsAction { Type: *string, @@ -9787,7 +9787,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScheduledTask { TaskType: *string, @@ -10015,7 +10015,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsSignal { Name: *string, @@ -10061,7 +10061,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsStatefulDeallocation { ShouldDeleteImages: interface{}, @@ -10135,7 +10135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsStatefulInstanceAction { StatefulInstanceId: *string, @@ -10181,7 +10181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsTags { Key: *string, @@ -10227,13 +10227,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsUpdatePolicy { ShouldResumeStateful: interface{}, ShouldRoll: interface{}, AutoApplyTags: interface{}, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfig, } ``` @@ -10303,13 +10303,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsUpdatePolicyRollConfig { BatchSizePercentage: *f64, GracePeriod: *f64, HealthCheckType: *string, - Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategy, + Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategy, WaitForRollPercentage: *f64, WaitForRollTimeout: *f64, } @@ -10407,12 +10407,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsUpdatePolicyRollConfigStrategy { Action: *string, BatchMinHealthyPercentage: *f64, - OnFailure: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure, + OnFailure: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure, ShouldDrainInstances: interface{}, } ``` @@ -10483,7 +10483,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure { ActionType: *string, @@ -10573,7 +10573,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsCpuOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsCpuOptionsOutputReference ``` @@ -10844,7 +10844,7 @@ func InternalValue() ElastigroupAwsCpuOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsEbsBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsEbsBlockDeviceList ``` @@ -10987,7 +10987,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsEbsBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsEbsBlockDeviceOutputReference ``` @@ -11508,7 +11508,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsEphemeralBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsEphemeralBlockDeviceList ``` @@ -11651,7 +11651,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsEphemeralBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsEphemeralBlockDeviceOutputReference ``` @@ -11962,7 +11962,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsImagesImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsImagesImageList ``` @@ -12105,7 +12105,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsImagesImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsImagesImageOutputReference ``` @@ -12394,7 +12394,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsImagesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsImagesList ``` @@ -12537,7 +12537,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsImagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsImagesOutputReference ``` @@ -12839,7 +12839,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsInstanceTypesWeightsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsInstanceTypesWeightsList ``` @@ -12982,7 +12982,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsInstanceTypesWeightsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsInstanceTypesWeightsOutputReference ``` @@ -13293,7 +13293,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationBeanstalkDeploymentPreferencesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesOutputReference ``` @@ -13671,7 +13671,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalkDeploymentPreferences #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategyOutputReference ``` @@ -13978,7 +13978,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStra #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationBeanstalkManagedActionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkManagedActionsOutputReference ``` @@ -14269,7 +14269,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalkManagedActions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdateOutputReference ``` @@ -14605,7 +14605,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpd #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationBeanstalkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkOutputReference ``` @@ -14967,7 +14967,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalk #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationCodedeployDeploymentGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationCodedeployDeploymentGroupsList ``` @@ -15110,7 +15110,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationCodedeployDeploymentGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationCodedeployDeploymentGroupsOutputReference ``` @@ -15421,7 +15421,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationCodedeployOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationCodedeployOutputReference ``` @@ -15749,7 +15749,7 @@ func InternalValue() ElastigroupAwsIntegrationCodedeploy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationDockerSwarmAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationDockerSwarmAutoscaleDownOutputReference ``` @@ -16056,7 +16056,7 @@ func InternalValue() ElastigroupAwsIntegrationDockerSwarmAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroomOutputReference ``` @@ -16392,7 +16392,7 @@ func InternalValue() ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationDockerSwarmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationDockerSwarmOutputReference ``` @@ -16827,7 +16827,7 @@ func InternalValue() ElastigroupAwsIntegrationDockerSwarm #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsAutoscaleAttributesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationEcsAutoscaleAttributesList ``` @@ -16970,7 +16970,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsAutoscaleAttributesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationEcsAutoscaleAttributesOutputReference ``` @@ -17281,7 +17281,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationEcsAutoscaleDownOutputReference ``` @@ -17588,7 +17588,7 @@ func InternalValue() ElastigroupAwsIntegrationEcsAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationEcsAutoscaleHeadroomOutputReference ``` @@ -17924,7 +17924,7 @@ func InternalValue() ElastigroupAwsIntegrationEcsAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsBatchOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationEcsBatchOutputReference ``` @@ -18195,7 +18195,7 @@ func InternalValue() ElastigroupAwsIntegrationEcsBatch #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationEcsOutputReference ``` @@ -18750,7 +18750,7 @@ func InternalValue() ElastigroupAwsIntegrationEcs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationGitlabOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationGitlabOutputReference ``` @@ -19041,7 +19041,7 @@ func InternalValue() ElastigroupAwsIntegrationGitlab #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationGitlabRunnerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationGitlabRunnerOutputReference ``` @@ -19319,7 +19319,7 @@ func InternalValue() ElastigroupAwsIntegrationGitlabRunner #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationKubernetesAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationKubernetesAutoscaleDownOutputReference ``` @@ -19626,7 +19626,7 @@ func InternalValue() ElastigroupAwsIntegrationKubernetesAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationKubernetesAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationKubernetesAutoscaleHeadroomOutputReference ``` @@ -19962,7 +19962,7 @@ func InternalValue() ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationKubernetesAutoscaleLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationKubernetesAutoscaleLabelsList ``` @@ -20105,7 +20105,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationKubernetesAutoscaleLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationKubernetesAutoscaleLabelsOutputReference ``` @@ -20416,7 +20416,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationKubernetesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationKubernetesOutputReference ``` @@ -20994,7 +20994,7 @@ func InternalValue() ElastigroupAwsIntegrationKubernetes #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationMesosphereOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationMesosphereOutputReference ``` @@ -21265,7 +21265,7 @@ func InternalValue() ElastigroupAwsIntegrationMesosphere #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationMultaiRuntimeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationMultaiRuntimeOutputReference ``` @@ -21536,7 +21536,7 @@ func InternalValue() ElastigroupAwsIntegrationMultaiRuntime #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleConstraintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationNomadAutoscaleConstraintsList ``` @@ -21679,7 +21679,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference ``` @@ -21990,7 +21990,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationNomadAutoscaleDownOutputReference ``` @@ -22268,7 +22268,7 @@ func InternalValue() ElastigroupAwsIntegrationNomadAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationNomadAutoscaleHeadroomOutputReference ``` @@ -22604,7 +22604,7 @@ func InternalValue() ElastigroupAwsIntegrationNomadAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationNomadOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationNomadOutputReference ``` @@ -23110,7 +23110,7 @@ func InternalValue() ElastigroupAwsIntegrationNomad #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRancherOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationRancherOutputReference ``` @@ -23454,7 +23454,7 @@ func InternalValue() ElastigroupAwsIntegrationRancher #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRoute53DomainsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationRoute53DomainsList ``` @@ -23597,7 +23597,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRoute53DomainsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationRoute53DomainsOutputReference ``` @@ -23979,7 +23979,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRoute53DomainsRecordSetsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationRoute53DomainsRecordSetsList ``` @@ -24122,7 +24122,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRoute53DomainsRecordSetsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationRoute53DomainsRecordSetsOutputReference ``` @@ -24469,7 +24469,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRoute53OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationRoute53OutputReference ``` @@ -24753,7 +24753,7 @@ func InternalValue() ElastigroupAwsIntegrationRoute53 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfDefaultStaticTargetGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsItfDefaultStaticTargetGroupOutputReference ``` @@ -25046,7 +25046,7 @@ func InternalValue() ElastigroupAwsItfDefaultStaticTargetGroup #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfList ``` @@ -25189,7 +25189,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfLoadBalancerList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfLoadBalancerList ``` @@ -25332,7 +25332,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfLoadBalancerListenerRuleList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfLoadBalancerListenerRuleList ``` @@ -25475,7 +25475,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfLoadBalancerListenerRuleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfLoadBalancerListenerRuleOutputReference ``` @@ -25806,7 +25806,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroupOutputReference ``` @@ -26099,7 +26099,7 @@ func InternalValue() ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfLoadBalancerOutputReference ``` @@ -26423,7 +26423,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfOutputReference ``` @@ -26875,7 +26875,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfTargetGroupConfigList ``` @@ -27018,7 +27018,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigMatcherList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfTargetGroupConfigMatcherList ``` @@ -27161,7 +27161,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigMatcherOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfTargetGroupConfigMatcherOutputReference ``` @@ -27486,7 +27486,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfTargetGroupConfigOutputReference ``` @@ -28128,7 +28128,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfTargetGroupConfigTagsList ``` @@ -28271,7 +28271,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfTargetGroupConfigTagsOutputReference ``` @@ -28589,7 +28589,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsMetadataOptionsOutputReference ``` @@ -28918,7 +28918,7 @@ func InternalValue() ElastigroupAwsMetadataOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMultaiTargetSetsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsMultaiTargetSetsList ``` @@ -29061,7 +29061,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMultaiTargetSetsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsMultaiTargetSetsOutputReference ``` @@ -29372,7 +29372,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsExpressionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsMultipleMetricsExpressionsList ``` @@ -29515,7 +29515,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsExpressionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsMultipleMetricsExpressionsOutputReference ``` @@ -29826,7 +29826,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsMetricsDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsMultipleMetricsMetricsDimensionsList ``` @@ -29969,7 +29969,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsMetricsDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsMultipleMetricsMetricsDimensionsOutputReference ``` @@ -30287,7 +30287,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsMetricsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsMultipleMetricsMetricsList ``` @@ -30430,7 +30430,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsMetricsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsMultipleMetricsMetricsOutputReference ``` @@ -30892,7 +30892,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsMultipleMetricsOutputReference ``` @@ -31225,7 +31225,7 @@ func InternalValue() ElastigroupAwsMultipleMetrics #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsNetworkInterfaceList ``` @@ -31368,7 +31368,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsNetworkInterfaceOutputReference ``` @@ -31860,7 +31860,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsResourceRequirementsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsResourceRequirementsList ``` @@ -32003,7 +32003,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsResourceRequirementsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsResourceRequirementsOutputReference ``` @@ -32503,7 +32503,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsResourceTagSpecificationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsResourceTagSpecificationList ``` @@ -32646,7 +32646,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsResourceTagSpecificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsResourceTagSpecificationOutputReference ``` @@ -33029,7 +33029,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsRevertToSpotOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsRevertToSpotOutputReference ``` @@ -33329,7 +33329,7 @@ func InternalValue() ElastigroupAwsRevertToSpot #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingDownPolicyDimensionsList ``` @@ -33472,7 +33472,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingDownPolicyDimensionsOutputReference ``` @@ -33790,7 +33790,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingDownPolicyList ``` @@ -33933,7 +33933,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingDownPolicyOutputReference ``` @@ -34814,7 +34814,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyStepAdjustmentsActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsScalingDownPolicyStepAdjustmentsActionOutputReference ``` @@ -35259,7 +35259,7 @@ func InternalValue() ElastigroupAwsScalingDownPolicyStepAdjustmentsAction #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyStepAdjustmentsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingDownPolicyStepAdjustmentsList ``` @@ -35402,7 +35402,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyStepAdjustmentsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingDownPolicyStepAdjustmentsOutputReference ``` @@ -35726,7 +35726,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingStrategyList ``` @@ -35869,7 +35869,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingStrategyOutputReference ``` @@ -36194,7 +36194,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingTargetPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingTargetPolicyDimensionsList ``` @@ -36337,7 +36337,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingTargetPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingTargetPolicyDimensionsOutputReference ``` @@ -36655,7 +36655,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingTargetPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingTargetPolicyList ``` @@ -36798,7 +36798,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingTargetPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingTargetPolicyOutputReference ``` @@ -37427,7 +37427,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingUpPolicyDimensionsList ``` @@ -37570,7 +37570,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingUpPolicyDimensionsOutputReference ``` @@ -37888,7 +37888,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingUpPolicyList ``` @@ -38031,7 +38031,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingUpPolicyOutputReference ``` @@ -38912,7 +38912,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyStepAdjustmentsActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsScalingUpPolicyStepAdjustmentsActionOutputReference ``` @@ -39357,7 +39357,7 @@ func InternalValue() ElastigroupAwsScalingUpPolicyStepAdjustmentsAction #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyStepAdjustmentsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingUpPolicyStepAdjustmentsList ``` @@ -39500,7 +39500,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyStepAdjustmentsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingUpPolicyStepAdjustmentsOutputReference ``` @@ -39824,7 +39824,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScheduledTaskList ``` @@ -39967,7 +39967,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScheduledTaskOutputReference ``` @@ -40662,7 +40662,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsSignalList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsSignalList ``` @@ -40805,7 +40805,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsSignalOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsSignalOutputReference ``` @@ -41123,7 +41123,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsStatefulDeallocationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsStatefulDeallocationOutputReference ``` @@ -41488,7 +41488,7 @@ func InternalValue() ElastigroupAwsStatefulDeallocation #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsStatefulInstanceActionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsStatefulInstanceActionList ``` @@ -41631,7 +41631,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsStatefulInstanceActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsStatefulInstanceActionOutputReference ``` @@ -41942,7 +41942,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsTagsList ``` @@ -42085,7 +42085,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsTagsOutputReference ``` @@ -42410,7 +42410,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsUpdatePolicyOutputReference ``` @@ -42774,7 +42774,7 @@ func InternalValue() ElastigroupAwsUpdatePolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsUpdatePolicyRollConfigOutputReference ``` @@ -43203,7 +43203,7 @@ func InternalValue() ElastigroupAwsUpdatePolicyRollConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsUpdatePolicyRollConfigStrategyOnFailureOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailureOutputReference ``` @@ -43590,7 +43590,7 @@ func InternalValue() ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsUpdatePolicyRollConfigStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsUpdatePolicyRollConfigStrategyOutputReference ``` diff --git a/docs/elastigroupAwsBeanstalk.go.md b/docs/elastigroupAwsBeanstalk.go.md index 17b4c3449..de098be80 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/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalk(scope Construct, id *string, config ElastigroupAwsBeanstalkConfig) ElastigroupAwsBeanstalk ``` @@ -459,7 +459,7 @@ func ResetScheduledTask() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_IsConstruct(x interface{}) *bool ``` @@ -491,7 +491,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_IsTerraformElement(x interface{}) *bool ``` @@ -505,7 +505,7 @@ elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_IsTerraformElement(x interface{} ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_IsTerraformResource(x interface{}) *bool ``` @@ -519,7 +519,7 @@ elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_IsTerraformResource(x interface{ ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1056,7 +1056,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkConfig { Connection: interface{}, @@ -1075,10 +1075,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsb Region: *string, BeanstalkEnvironmentId: *string, BeanstalkEnvironmentName: *string, - DeploymentPreferences: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkDeploymentPreferences, + DeploymentPreferences: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkDeploymentPreferences, Id: *string, Maintenance: *string, - ManagedActions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActions, + ManagedActions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActions, ScheduledTask: interface{}, } ``` @@ -1363,7 +1363,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkDeploymentPreferences { AutomaticRoll: interface{}, @@ -1439,7 +1439,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkDeploymentPreferencesStrategy { Action: *string, @@ -1485,10 +1485,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkManagedActions { - PlatformUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActionsPlatformUpdate, + PlatformUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActionsPlatformUpdate, } ``` @@ -1519,7 +1519,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkManagedActionsPlatformUpdate { PerformAt: *string, @@ -1579,7 +1579,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkScheduledTask { TaskType: *string, @@ -1809,7 +1809,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkDeploymentPreferencesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsBeanstalkDeploymentPreferencesOutputReference ``` @@ -2187,7 +2187,7 @@ func InternalValue() ElastigroupAwsBeanstalkDeploymentPreferences #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkDeploymentPreferencesStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsBeanstalkDeploymentPreferencesStrategyList ``` @@ -2330,7 +2330,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkDeploymentPreferencesStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsBeanstalkDeploymentPreferencesStrategyOutputReference ``` @@ -2655,7 +2655,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkManagedActionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsBeanstalkManagedActionsOutputReference ``` @@ -2946,7 +2946,7 @@ func InternalValue() ElastigroupAwsBeanstalkManagedActions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkManagedActionsPlatformUpdateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsBeanstalkManagedActionsPlatformUpdateOutputReference ``` @@ -3282,7 +3282,7 @@ func InternalValue() ElastigroupAwsBeanstalkManagedActionsPlatformUpdate #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsBeanstalkScheduledTaskList ``` @@ -3425,7 +3425,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsBeanstalkScheduledTaskOutputReference ``` diff --git a/docs/elastigroupAwsSuspension.go.md b/docs/elastigroupAwsSuspension.go.md index 0257c4b82..efdd33bdd 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/v12/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" elastigroupawssuspension.NewElastigroupAwsSuspension(scope Construct, id *string, config ElastigroupAwsSuspensionConfig) ElastigroupAwsSuspension ``` @@ -391,7 +391,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" elastigroupawssuspension.ElastigroupAwsSuspension_IsConstruct(x interface{}) *bool ``` @@ -423,7 +423,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" elastigroupawssuspension.ElastigroupAwsSuspension_IsTerraformElement(x interface{}) *bool ``` @@ -437,7 +437,7 @@ elastigroupawssuspension.ElastigroupAwsSuspension_IsTerraformElement(x interface ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" elastigroupawssuspension.ElastigroupAwsSuspension_IsTerraformResource(x interface{}) *bool ``` @@ -451,7 +451,7 @@ elastigroupawssuspension.ElastigroupAwsSuspension_IsTerraformResource(x interfac ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" elastigroupawssuspension.ElastigroupAwsSuspension_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -746,7 +746,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" &elastigroupawssuspension.ElastigroupAwsSuspensionConfig { Connection: interface{}, @@ -895,7 +895,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/v12/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" &elastigroupawssuspension.ElastigroupAwsSuspensionSuspension { Name: *string, @@ -929,7 +929,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" elastigroupawssuspension.NewElastigroupAwsSuspensionSuspensionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsSuspensionSuspensionList ``` @@ -1072,7 +1072,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" elastigroupawssuspension.NewElastigroupAwsSuspensionSuspensionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsSuspensionSuspensionOutputReference ``` diff --git a/docs/elastigroupAzure.go.md b/docs/elastigroupAzure.go.md index 7c3cfa07f..124fda703 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/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzure(scope Construct, id *string, config ElastigroupAzureConfig) ElastigroupAzure ``` @@ -666,7 +666,7 @@ func ResetUserData() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.ElastigroupAzure_IsConstruct(x interface{}) *bool ``` @@ -698,7 +698,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.ElastigroupAzure_IsTerraformElement(x interface{}) *bool ``` @@ -712,7 +712,7 @@ elastigroupazure.ElastigroupAzure_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.ElastigroupAzure_IsTerraformResource(x interface{}) *bool ``` @@ -726,7 +726,7 @@ elastigroupazure.ElastigroupAzure_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.ElastigroupAzure_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1527,7 +1527,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureConfig { Connection: interface{}, @@ -1539,21 +1539,21 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazur Provisioners: *[]interface{}, LowPrioritySizes: *[]*string, Name: *string, - Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAzure.ElastigroupAzureNetwork, + Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureNetwork, OdSizes: *[]*string, Product: *string, Region: *string, ResourceGroupName: *string, - Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAzure.ElastigroupAzureStrategy, + Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureStrategy, CustomData: *string, DesiredCapacity: *f64, - HealthCheck: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAzure.ElastigroupAzureHealthCheck, + HealthCheck: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureHealthCheck, Id: *string, Image: interface{}, - IntegrationKubernetes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAzure.ElastigroupAzureIntegrationKubernetes, - IntegrationMultaiRuntime: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAzure.ElastigroupAzureIntegrationMultaiRuntime, + IntegrationKubernetes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureIntegrationKubernetes, + IntegrationMultaiRuntime: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureIntegrationMultaiRuntime, LoadBalancers: interface{}, - Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAzure.ElastigroupAzureLogin, + Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureLogin, ManagedServiceIdentities: interface{}, MaxSize: *f64, MinSize: *f64, @@ -1561,7 +1561,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazur ScalingUpPolicy: interface{}, ScheduledTask: interface{}, ShutdownScript: *string, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAzure.ElastigroupAzureUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureUpdatePolicy, UserData: *string, } ``` @@ -2022,7 +2022,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureHealthCheck { HealthCheckType: *string, @@ -2082,7 +2082,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureImage { Custom: interface{}, @@ -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/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureImageCustom { ImageName: *string, @@ -2178,7 +2178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureImageMarketplace { Offer: *string, @@ -2238,7 +2238,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureIntegrationKubernetes { ClusterIdentifier: *string, @@ -2270,7 +2270,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureIntegrationMultaiRuntime { DeploymentId: *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/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureLoadBalancers { Type: *string, @@ -2376,7 +2376,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureLogin { UserName: *string, @@ -2436,7 +2436,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureManagedServiceIdentities { Name: *string, @@ -2482,7 +2482,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureNetwork { ResourceGroupName: *string, @@ -2572,7 +2572,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureNetworkAdditionalIpConfigs { Name: *string, @@ -2618,7 +2618,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureScalingDownPolicy { MetricName: *string, @@ -2890,7 +2890,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureScalingDownPolicyDimensions { Name: *string, @@ -2936,7 +2936,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureScalingUpPolicy { MetricName: *string, @@ -3208,7 +3208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureScalingUpPolicyDimensions { Name: *string, @@ -3254,7 +3254,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureScheduledTask { CronExpression: *string, @@ -3412,7 +3412,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureStrategy { DrainingTimeout: *f64, @@ -3472,11 +3472,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureUpdatePolicy { ShouldRoll: interface{}, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAzure.ElastigroupAzureUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureUpdatePolicyRollConfig, } ``` @@ -3520,7 +3520,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -3582,7 +3582,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureHealthCheckOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureHealthCheckOutputReference ``` @@ -3911,7 +3911,7 @@ func InternalValue() ElastigroupAzureHealthCheck #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureImageCustomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureImageCustomList ``` @@ -4054,7 +4054,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureImageCustomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureImageCustomOutputReference ``` @@ -4365,7 +4365,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureImageList ``` @@ -4508,7 +4508,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureImageMarketplaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureImageMarketplaceList ``` @@ -4651,7 +4651,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureImageMarketplaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureImageMarketplaceOutputReference ``` @@ -4984,7 +4984,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureImageOutputReference ``` @@ -5335,7 +5335,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureIntegrationKubernetesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureIntegrationKubernetesOutputReference ``` @@ -5606,7 +5606,7 @@ func InternalValue() ElastigroupAzureIntegrationKubernetes #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureIntegrationMultaiRuntimeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureIntegrationMultaiRuntimeOutputReference ``` @@ -5877,7 +5877,7 @@ func InternalValue() ElastigroupAzureIntegrationMultaiRuntime #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureLoadBalancersList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureLoadBalancersList ``` @@ -6020,7 +6020,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureLoadBalancersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureLoadBalancersOutputReference ``` @@ -6396,7 +6396,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureLoginOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureLoginOutputReference ``` @@ -6725,7 +6725,7 @@ func InternalValue() ElastigroupAzureLogin #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureManagedServiceIdentitiesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureManagedServiceIdentitiesList ``` @@ -6868,7 +6868,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureManagedServiceIdentitiesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureManagedServiceIdentitiesOutputReference ``` @@ -7179,7 +7179,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureNetworkAdditionalIpConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureNetworkAdditionalIpConfigsList ``` @@ -7322,7 +7322,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureNetworkAdditionalIpConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureNetworkAdditionalIpConfigsOutputReference ``` @@ -7640,7 +7640,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureNetworkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureNetworkOutputReference ``` @@ -8026,7 +8026,7 @@ func InternalValue() ElastigroupAzureNetwork #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingDownPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureScalingDownPolicyDimensionsList ``` @@ -8169,7 +8169,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingDownPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureScalingDownPolicyDimensionsOutputReference ``` @@ -8487,7 +8487,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureScalingDownPolicyList ``` @@ -8630,7 +8630,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureScalingDownPolicyOutputReference ``` @@ -9404,7 +9404,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingUpPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureScalingUpPolicyDimensionsList ``` @@ -9547,7 +9547,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingUpPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureScalingUpPolicyDimensionsOutputReference ``` @@ -9865,7 +9865,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureScalingUpPolicyList ``` @@ -10008,7 +10008,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureScalingUpPolicyOutputReference ``` @@ -10782,7 +10782,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureScheduledTaskList ``` @@ -10925,7 +10925,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureScheduledTaskOutputReference ``` @@ -11468,7 +11468,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureStrategyOutputReference ``` @@ -11804,7 +11804,7 @@ func InternalValue() ElastigroupAzureStrategy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureUpdatePolicyOutputReference ``` @@ -12117,7 +12117,7 @@ func InternalValue() ElastigroupAzureUpdatePolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/elastigroupAzureV3.go.md b/docs/elastigroupAzureV3.go.md index abe7ec189..17b3b73fb 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/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3(scope Construct, id *string, config ElastigroupAzureV3Config) ElastigroupAzureV3 ``` @@ -520,7 +520,7 @@ func ResetTags() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.ElastigroupAzureV3_IsConstruct(x interface{}) *bool ``` @@ -552,7 +552,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.ElastigroupAzureV3_IsTerraformElement(x interface{}) *bool ``` @@ -566,7 +566,7 @@ elastigroupazurev3.ElastigroupAzureV3_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.ElastigroupAzureV3_IsTerraformResource(x interface{}) *bool ``` @@ -580,7 +580,7 @@ elastigroupazurev3.ElastigroupAzureV3_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.ElastigroupAzureV3_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1249,7 +1249,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3Config { Connection: interface{}, @@ -1261,7 +1261,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazur Provisioners: *[]interface{}, FallbackToOnDemand: interface{}, Name: *string, - Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAzureV3.ElastigroupAzureV3Network, + Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3Network, OdSizes: *[]*string, Os: *string, Region: *string, @@ -1272,7 +1272,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazur DrainingTimeout: *f64, Id: *string, Image: interface{}, - Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAzureV3.ElastigroupAzureV3Login, + Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3Login, ManagedServiceIdentity: interface{}, MaxSize: *f64, MinSize: *f64, @@ -1644,7 +1644,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3Image { Custom: interface{}, @@ -1694,7 +1694,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3ImageCustom { ImageName: *string, @@ -1740,7 +1740,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3ImageMarketplace { Offer: *string, @@ -1814,7 +1814,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3Login { UserName: *string, @@ -1874,7 +1874,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3ManagedServiceIdentity { Name: *string, @@ -1920,7 +1920,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3Network { NetworkInterfaces: interface{}, @@ -1982,7 +1982,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3NetworkNetworkInterfaces { AssignPublicIp: interface{}, @@ -2074,7 +2074,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigs { Name: *string, @@ -2120,7 +2120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroup { Name: *string, @@ -2166,7 +2166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3Tags { Key: *string, @@ -2214,7 +2214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageCustomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ImageCustomList ``` @@ -2357,7 +2357,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageCustomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ImageCustomOutputReference ``` @@ -2668,7 +2668,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ImageList ``` @@ -2811,7 +2811,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageMarketplaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ImageMarketplaceList ``` @@ -2954,7 +2954,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageMarketplaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ImageMarketplaceOutputReference ``` @@ -3309,7 +3309,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ImageOutputReference ``` @@ -3660,7 +3660,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3LoginOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3LoginOutputReference ``` @@ -3989,7 +3989,7 @@ func InternalValue() ElastigroupAzureV3Login #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ManagedServiceIdentityList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ManagedServiceIdentityList ``` @@ -4132,7 +4132,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ManagedServiceIdentityOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ManagedServiceIdentityOutputReference ``` @@ -4443,7 +4443,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsList ``` @@ -4586,7 +4586,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsOutputReference ``` @@ -4904,7 +4904,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupList ``` @@ -5047,7 +5047,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupOutputReference ``` @@ -5358,7 +5358,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesList ``` @@ -5501,7 +5501,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesOutputReference ``` @@ -5918,7 +5918,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3NetworkOutputReference ``` @@ -6246,7 +6246,7 @@ func InternalValue() ElastigroupAzureV3Network #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3TagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3TagsList ``` @@ -6389,7 +6389,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3TagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3TagsOutputReference ``` diff --git a/docs/elastigroupGcp.go.md b/docs/elastigroupGcp.go.md index 0af38388d..5502c472c 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/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcp(scope Construct, id *string, config ElastigroupGcpConfig) ElastigroupGcp ``` @@ -785,7 +785,7 @@ func ResetUnhealthyDuration() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.ElastigroupGcp_IsConstruct(x interface{}) *bool ``` @@ -817,7 +817,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.ElastigroupGcp_IsTerraformElement(x interface{}) *bool ``` @@ -831,7 +831,7 @@ elastigroupgcp.ElastigroupGcp_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.ElastigroupGcp_IsTerraformResource(x interface{}) *bool ``` @@ -845,7 +845,7 @@ elastigroupgcp.ElastigroupGcp_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.ElastigroupGcp_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1888,7 +1888,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpBackendServices { ServiceName: *string, @@ -1964,7 +1964,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpBackendServicesNamedPorts { Name: *string, @@ -2010,7 +2010,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpConfig { Connection: interface{}, @@ -2037,8 +2037,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" InstanceTypesCustom: interface{}, InstanceTypesOndemand: *string, InstanceTypesPreemptible: *[]*string, - IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupGcp.ElastigroupGcpIntegrationDockerSwarm, - IntegrationGke: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupGcp.ElastigroupGcpIntegrationGke, + IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGcp.ElastigroupGcpIntegrationDockerSwarm, + IntegrationGke: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGcp.ElastigroupGcpIntegrationGke, IpForwarding: interface{}, Labels: interface{}, MaxSize: *f64, @@ -2659,7 +2659,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpDisk { AutoDelete: interface{}, @@ -2791,7 +2791,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpDiskInitializeParams { SourceImage: *string, @@ -2851,7 +2851,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpGpu { Count: *f64, @@ -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/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpInstanceTypesCustom { MemoryGib: *f64, @@ -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/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpIntegrationDockerSwarm { MasterHost: *string, @@ -2989,12 +2989,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpIntegrationGke { AutoscaleCooldown: *f64, - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleHeadroom, AutoscaleIsAutoConfig: interface{}, AutoscaleIsEnabled: interface{}, AutoscaleLabels: interface{}, @@ -3139,7 +3139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpIntegrationGkeAutoscaleDown { EvaluationPeriods: *f64, @@ -3171,7 +3171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpIntegrationGkeAutoscaleHeadroom { CpuPerUnit: *f64, @@ -3231,7 +3231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpIntegrationGkeAutoscaleLabels { Key: *string, @@ -3277,7 +3277,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpLabels { Key: *string, @@ -3323,7 +3323,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpMetadata { Key: *string, @@ -3369,7 +3369,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpNetworkInterface { Network: *string, @@ -3433,7 +3433,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpNetworkInterfaceAccessConfigs { Name: *string, @@ -3479,7 +3479,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpNetworkInterfaceAliasIpRanges { IpCidrRange: *string, @@ -3525,7 +3525,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpScalingDownPolicy { MetricName: *string, @@ -3741,7 +3741,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpScalingDownPolicyDimensions { Name: *string, @@ -3787,7 +3787,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpScalingUpPolicy { MetricName: *string, @@ -4003,7 +4003,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpScalingUpPolicyDimensions { Name: *string, @@ -4049,7 +4049,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpScheduledTask { TaskType: *string, @@ -4151,7 +4151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpSubnets { Region: *string, @@ -4199,7 +4199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpBackendServicesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpBackendServicesList ``` @@ -4342,7 +4342,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpBackendServicesNamedPortsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpBackendServicesNamedPortsList ``` @@ -4485,7 +4485,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpBackendServicesNamedPortsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpBackendServicesNamedPortsOutputReference ``` @@ -4796,7 +4796,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpBackendServicesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpBackendServicesOutputReference ``` @@ -5185,7 +5185,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpDiskInitializeParamsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpDiskInitializeParamsList ``` @@ -5328,7 +5328,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpDiskInitializeParamsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpDiskInitializeParamsOutputReference ``` @@ -5675,7 +5675,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpDiskList ``` @@ -5818,7 +5818,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpDiskOutputReference ``` @@ -6330,7 +6330,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpGpuList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpGpuList ``` @@ -6473,7 +6473,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpGpuOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpGpuOutputReference ``` @@ -6784,7 +6784,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpInstanceTypesCustomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpInstanceTypesCustomList ``` @@ -6927,7 +6927,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpInstanceTypesCustomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpInstanceTypesCustomOutputReference ``` @@ -7238,7 +7238,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationDockerSwarmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGcpIntegrationDockerSwarmOutputReference ``` @@ -7531,7 +7531,7 @@ func InternalValue() ElastigroupGcpIntegrationDockerSwarm #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationGkeAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGcpIntegrationGkeAutoscaleDownOutputReference ``` @@ -7809,7 +7809,7 @@ func InternalValue() ElastigroupGcpIntegrationGkeAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationGkeAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGcpIntegrationGkeAutoscaleHeadroomOutputReference ``` @@ -8145,7 +8145,7 @@ func InternalValue() ElastigroupGcpIntegrationGkeAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationGkeAutoscaleLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpIntegrationGkeAutoscaleLabelsList ``` @@ -8288,7 +8288,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationGkeAutoscaleLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpIntegrationGkeAutoscaleLabelsOutputReference ``` @@ -8599,7 +8599,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationGkeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGcpIntegrationGkeOutputReference ``` @@ -9148,7 +9148,7 @@ func InternalValue() ElastigroupGcpIntegrationGke #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpLabelsList ``` @@ -9291,7 +9291,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpLabelsOutputReference ``` @@ -9602,7 +9602,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpMetadataList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpMetadataList ``` @@ -9745,7 +9745,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpMetadataOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpMetadataOutputReference ``` @@ -10056,7 +10056,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceAccessConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpNetworkInterfaceAccessConfigsList ``` @@ -10199,7 +10199,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceAccessConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpNetworkInterfaceAccessConfigsOutputReference ``` @@ -10524,7 +10524,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceAliasIpRangesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpNetworkInterfaceAliasIpRangesList ``` @@ -10667,7 +10667,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceAliasIpRangesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpNetworkInterfaceAliasIpRangesOutputReference ``` @@ -10978,7 +10978,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpNetworkInterfaceList ``` @@ -11121,7 +11121,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpNetworkInterfaceOutputReference ``` @@ -11494,7 +11494,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingDownPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScalingDownPolicyDimensionsList ``` @@ -11637,7 +11637,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingDownPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScalingDownPolicyDimensionsOutputReference ``` @@ -11955,7 +11955,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScalingDownPolicyList ``` @@ -12098,7 +12098,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScalingDownPolicyOutputReference ``` @@ -12749,7 +12749,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingUpPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScalingUpPolicyDimensionsList ``` @@ -12892,7 +12892,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingUpPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScalingUpPolicyDimensionsOutputReference ``` @@ -13210,7 +13210,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScalingUpPolicyList ``` @@ -13353,7 +13353,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScalingUpPolicyOutputReference ``` @@ -14004,7 +14004,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScheduledTaskList ``` @@ -14147,7 +14147,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScheduledTaskOutputReference ``` @@ -14581,7 +14581,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpSubnetsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpSubnetsList ``` @@ -14724,7 +14724,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpSubnetsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpSubnetsOutputReference ``` diff --git a/docs/elastigroupGke.go.md b/docs/elastigroupGke.go.md index e5dcca7fa..5451ebda5 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/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGke(scope Construct, id *string, config ElastigroupGkeConfig) ElastigroupGke ``` @@ -717,7 +717,7 @@ func ResetTags() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.ElastigroupGke_IsConstruct(x interface{}) *bool ``` @@ -749,7 +749,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.ElastigroupGke_IsTerraformElement(x interface{}) *bool ``` @@ -763,7 +763,7 @@ elastigroupgke.ElastigroupGke_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.ElastigroupGke_IsTerraformResource(x interface{}) *bool ``` @@ -777,7 +777,7 @@ elastigroupgke.ElastigroupGke_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.ElastigroupGke_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1710,7 +1710,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeBackendServices { ServiceName: *string, @@ -1786,7 +1786,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeBackendServicesNamedPorts { Name: *string, @@ -1832,7 +1832,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeConfig { Connection: interface{}, @@ -1856,8 +1856,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" InstanceTypesCustom: interface{}, InstanceTypesOndemand: *string, InstanceTypesPreemptible: *[]*string, - IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupGke.ElastigroupGkeIntegrationDockerSwarm, - IntegrationGke: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupGke.ElastigroupGkeIntegrationGke, + IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGke.ElastigroupGkeIntegrationDockerSwarm, + IntegrationGke: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGke.ElastigroupGkeIntegrationGke, IpForwarding: interface{}, Labels: interface{}, MaxSize: *f64, @@ -2407,7 +2407,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeDisk { AutoDelete: interface{}, @@ -2539,7 +2539,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeDiskInitializeParams { SourceImage: *string, @@ -2599,7 +2599,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeGpu { Count: *f64, @@ -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/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeInstanceTypesCustom { MemoryGib: *f64, @@ -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/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeIntegrationDockerSwarm { MasterHost: *string, @@ -2737,12 +2737,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeIntegrationGke { AutoscaleCooldown: *f64, - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleHeadroom, AutoscaleIsAutoConfig: interface{}, AutoscaleIsEnabled: interface{}, AutoscaleLabels: interface{}, @@ -2887,7 +2887,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeIntegrationGkeAutoscaleDown { EvaluationPeriods: *f64, @@ -2919,7 +2919,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeIntegrationGkeAutoscaleHeadroom { CpuPerUnit: *f64, @@ -2979,7 +2979,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeIntegrationGkeAutoscaleLabels { Key: *string, @@ -3025,7 +3025,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeLabels { Key: *string, @@ -3071,7 +3071,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeMetadata { Key: *string, @@ -3117,7 +3117,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeNetworkInterface { Network: *string, @@ -3181,7 +3181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeNetworkInterfaceAccessConfigs { Name: *string, @@ -3227,7 +3227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeNetworkInterfaceAliasIpRanges { IpCidrRange: *string, @@ -3273,7 +3273,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeScalingDownPolicy { MetricName: *string, @@ -3489,7 +3489,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeScalingDownPolicyDimensions { Name: *string, @@ -3535,7 +3535,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeScalingUpPolicy { MetricName: *string, @@ -3751,7 +3751,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeScalingUpPolicyDimensions { Name: *string, @@ -3799,7 +3799,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeBackendServicesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeBackendServicesList ``` @@ -3942,7 +3942,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeBackendServicesNamedPortsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeBackendServicesNamedPortsList ``` @@ -4085,7 +4085,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeBackendServicesNamedPortsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeBackendServicesNamedPortsOutputReference ``` @@ -4396,7 +4396,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeBackendServicesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeBackendServicesOutputReference ``` @@ -4785,7 +4785,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeDiskInitializeParamsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeDiskInitializeParamsList ``` @@ -4928,7 +4928,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeDiskInitializeParamsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeDiskInitializeParamsOutputReference ``` @@ -5275,7 +5275,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeDiskList ``` @@ -5418,7 +5418,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeDiskOutputReference ``` @@ -5930,7 +5930,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeGpuList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeGpuList ``` @@ -6073,7 +6073,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeGpuOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeGpuOutputReference ``` @@ -6384,7 +6384,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeInstanceTypesCustomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeInstanceTypesCustomList ``` @@ -6527,7 +6527,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeInstanceTypesCustomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeInstanceTypesCustomOutputReference ``` @@ -6838,7 +6838,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationDockerSwarmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGkeIntegrationDockerSwarmOutputReference ``` @@ -7131,7 +7131,7 @@ func InternalValue() ElastigroupGkeIntegrationDockerSwarm #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationGkeAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGkeIntegrationGkeAutoscaleDownOutputReference ``` @@ -7409,7 +7409,7 @@ func InternalValue() ElastigroupGkeIntegrationGkeAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationGkeAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGkeIntegrationGkeAutoscaleHeadroomOutputReference ``` @@ -7745,7 +7745,7 @@ func InternalValue() ElastigroupGkeIntegrationGkeAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationGkeAutoscaleLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeIntegrationGkeAutoscaleLabelsList ``` @@ -7888,7 +7888,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationGkeAutoscaleLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeIntegrationGkeAutoscaleLabelsOutputReference ``` @@ -8199,7 +8199,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationGkeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGkeIntegrationGkeOutputReference ``` @@ -8748,7 +8748,7 @@ func InternalValue() ElastigroupGkeIntegrationGke #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeLabelsList ``` @@ -8891,7 +8891,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeLabelsOutputReference ``` @@ -9202,7 +9202,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeMetadataList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeMetadataList ``` @@ -9345,7 +9345,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeMetadataOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeMetadataOutputReference ``` @@ -9656,7 +9656,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceAccessConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeNetworkInterfaceAccessConfigsList ``` @@ -9799,7 +9799,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceAccessConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeNetworkInterfaceAccessConfigsOutputReference ``` @@ -10124,7 +10124,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceAliasIpRangesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeNetworkInterfaceAliasIpRangesList ``` @@ -10267,7 +10267,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceAliasIpRangesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeNetworkInterfaceAliasIpRangesOutputReference ``` @@ -10578,7 +10578,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeNetworkInterfaceList ``` @@ -10721,7 +10721,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeNetworkInterfaceOutputReference ``` @@ -11094,7 +11094,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingDownPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeScalingDownPolicyDimensionsList ``` @@ -11237,7 +11237,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingDownPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeScalingDownPolicyDimensionsOutputReference ``` @@ -11555,7 +11555,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeScalingDownPolicyList ``` @@ -11698,7 +11698,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeScalingDownPolicyOutputReference ``` @@ -12349,7 +12349,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingUpPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeScalingUpPolicyDimensionsList ``` @@ -12492,7 +12492,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingUpPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeScalingUpPolicyDimensionsOutputReference ``` @@ -12810,7 +12810,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeScalingUpPolicyList ``` @@ -12953,7 +12953,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeScalingUpPolicyOutputReference ``` diff --git a/docs/healthCheck.go.md b/docs/healthCheck.go.md index 3f39e9155..04eb1cd92 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/v12/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" healthcheck.NewHealthCheck(scope Construct, id *string, config HealthCheckConfig) HealthCheck ``` @@ -412,7 +412,7 @@ func ResetProxyPort() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" healthcheck.HealthCheck_IsConstruct(x interface{}) *bool ``` @@ -444,7 +444,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" healthcheck.HealthCheck_IsTerraformElement(x interface{}) *bool ``` @@ -458,7 +458,7 @@ healthcheck.HealthCheck_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" healthcheck.HealthCheck_IsTerraformResource(x interface{}) *bool ``` @@ -472,7 +472,7 @@ healthcheck.HealthCheck_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" healthcheck.HealthCheck_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -833,7 +833,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" &healthcheck.HealthCheckCheck { Healthy: *f64, @@ -977,7 +977,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" &healthcheck.HealthCheckConfig { Connection: interface{}, @@ -989,7 +989,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/healthcheck" Provisioners: *[]interface{}, ProxyAddress: *string, ResourceId: *string, - Check: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.healthCheck.HealthCheckCheck, + Check: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.healthCheck.HealthCheckCheck, Id: *string, Name: *string, ProxyPort: *f64, @@ -1170,7 +1170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" healthcheck.NewHealthCheckCheckOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) HealthCheckCheckOutputReference ``` diff --git a/docs/managedInstanceAws.go.md b/docs/managedInstanceAws.go.md index febe888d0..715cb3c7e 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/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAws(scope Construct, id *string, config ManagedInstanceAwsConfig) ManagedInstanceAws ``` @@ -774,7 +774,7 @@ func ResetUtilizeReservedInstances() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.ManagedInstanceAws_IsConstruct(x interface{}) *bool ``` @@ -806,7 +806,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.ManagedInstanceAws_IsTerraformElement(x interface{}) *bool ``` @@ -820,7 +820,7 @@ managedinstanceaws.ManagedInstanceAws_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.ManagedInstanceAws_IsTerraformResource(x interface{}) *bool ``` @@ -834,7 +834,7 @@ managedinstanceaws.ManagedInstanceAws_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.ManagedInstanceAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -2075,11 +2075,11 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsBlockDeviceMappings { DeviceName: *string, - Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.managedInstanceAws.ManagedInstanceAwsBlockDeviceMappingsEbs, + Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.managedInstanceAws.ManagedInstanceAwsBlockDeviceMappingsEbs, } ``` @@ -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/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsBlockDeviceMappingsEbs { DeleteOnTermination: interface{}, @@ -2211,7 +2211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsConfig { Connection: interface{}, @@ -2243,11 +2243,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstance HealthCheckType: *string, IamInstanceProfile: *string, Id: *string, - IntegrationRoute53: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.managedInstanceAws.ManagedInstanceAwsIntegrationRoute53, + IntegrationRoute53: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.managedInstanceAws.ManagedInstanceAwsIntegrationRoute53, KeyPair: *string, LifeCycle: *string, LoadBalancers: interface{}, - ManagedInstanceAction: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.managedInstanceAws.ManagedInstanceAwsManagedInstanceAction, + ManagedInstanceAction: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.managedInstanceAws.ManagedInstanceAwsManagedInstanceAction, MinimumInstanceLifetime: *f64, NetworkInterface: interface{}, OptimizationWindows: *[]*string, @@ -2259,7 +2259,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstance PrivateIp: *string, Region: *string, ResourceTagSpecification: interface{}, - RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.managedInstanceAws.ManagedInstanceAwsRevertToSpot, + RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.managedInstanceAws.ManagedInstanceAwsRevertToSpot, ScheduledTask: interface{}, SecurityGroupIds: *[]*string, ShutdownScript: *string, @@ -2980,7 +2980,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsDelete { AmiBackupShouldDeleteImages: interface{}, @@ -3082,7 +3082,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsIntegrationRoute53 { Domains: interface{}, @@ -3116,7 +3116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsIntegrationRoute53Domains { HostedZoneId: *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/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsIntegrationRoute53DomainsRecordSets { Name: *string, @@ -3252,7 +3252,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsLoadBalancers { Type: *string, @@ -3368,7 +3368,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsManagedInstanceAction { Type: *string, @@ -3400,7 +3400,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsNetworkInterface { DeviceIndex: *string, @@ -3460,7 +3460,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsResourceTagSpecification { ShouldTagAmis: interface{}, @@ -3534,7 +3534,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsRevertToSpot { PerformAt: *string, @@ -3566,7 +3566,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsScheduledTask { TaskType: *string, @@ -3654,7 +3654,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsTags { Key: *string, @@ -3702,7 +3702,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsBlockDeviceMappingsEbsOutputReference ``` @@ -4096,7 +4096,7 @@ func InternalValue() ManagedInstanceAwsBlockDeviceMappingsEbs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsBlockDeviceMappingsList ``` @@ -4239,7 +4239,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsBlockDeviceMappingsOutputReference ``` @@ -4570,7 +4570,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsDeleteList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsDeleteList ``` @@ -4713,7 +4713,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsDeleteOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsDeleteOutputReference ``` @@ -5154,7 +5154,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53DomainsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsIntegrationRoute53DomainsList ``` @@ -5297,7 +5297,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53DomainsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsIntegrationRoute53DomainsOutputReference ``` @@ -5679,7 +5679,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53DomainsRecordSetsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsIntegrationRoute53DomainsRecordSetsList ``` @@ -5822,7 +5822,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53DomainsRecordSetsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsIntegrationRoute53DomainsRecordSetsOutputReference ``` @@ -6169,7 +6169,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsIntegrationRoute53OutputReference ``` @@ -6453,7 +6453,7 @@ func InternalValue() ManagedInstanceAwsIntegrationRoute53 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsLoadBalancersList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsLoadBalancersList ``` @@ -6596,7 +6596,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsLoadBalancersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsLoadBalancersOutputReference ``` @@ -7059,7 +7059,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsManagedInstanceActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsManagedInstanceActionOutputReference ``` @@ -7330,7 +7330,7 @@ func InternalValue() ManagedInstanceAwsManagedInstanceAction #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsNetworkInterfaceList ``` @@ -7473,7 +7473,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsNetworkInterfaceOutputReference ``` @@ -7820,7 +7820,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsResourceTagSpecificationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsResourceTagSpecificationList ``` @@ -7963,7 +7963,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsResourceTagSpecificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsResourceTagSpecificationOutputReference ``` @@ -8346,7 +8346,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsRevertToSpotOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsRevertToSpotOutputReference ``` @@ -8617,7 +8617,7 @@ func InternalValue() ManagedInstanceAwsRevertToSpot #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsScheduledTaskList ``` @@ -8760,7 +8760,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsScheduledTaskOutputReference ``` @@ -9165,7 +9165,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsTagsList ``` @@ -9308,7 +9308,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsTagsOutputReference ``` diff --git a/docs/mrscalerAws.go.md b/docs/mrscalerAws.go.md index d7117c5e5..9f428f646 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/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAws(scope Construct, id *string, config MrscalerAwsConfig) MrscalerAws ``` @@ -992,7 +992,7 @@ func ResetVisibleToAllUsers() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.MrscalerAws_IsConstruct(x interface{}) *bool ``` @@ -1024,7 +1024,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.MrscalerAws_IsTerraformElement(x interface{}) *bool ``` @@ -1038,7 +1038,7 @@ mrscaleraws.MrscalerAws_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.MrscalerAws_IsTerraformResource(x interface{}) *bool ``` @@ -1052,7 +1052,7 @@ mrscaleraws.MrscalerAws_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.MrscalerAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -2634,7 +2634,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsApplications { Name: *string, @@ -2694,7 +2694,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsBootstrapActionsFile { Bucket: *string, @@ -2740,7 +2740,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsConfig { Connection: interface{}, @@ -2787,7 +2787,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" MasterInstanceTypes: *[]*string, MasterLifecycle: *string, MasterTarget: *f64, - ProvisioningTimeout: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.mrscalerAws.MrscalerAwsProvisioningTimeout, + ProvisioningTimeout: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.mrscalerAws.MrscalerAwsProvisioningTimeout, Region: *string, ReleaseLabel: *string, RepoUpgradeOnBoot: *string, @@ -3731,7 +3731,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsConfigurationsFile { Bucket: *string, @@ -3777,7 +3777,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsCoreEbsBlockDevice { SizeInGb: *f64, @@ -3851,7 +3851,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsCoreScalingDownPolicy { MetricName: *string, @@ -4121,7 +4121,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsCoreScalingUpPolicy { MetricName: *string, @@ -4391,7 +4391,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsInstanceWeights { InstanceType: *string, @@ -4437,7 +4437,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsMasterEbsBlockDevice { SizeInGb: *f64, @@ -4511,7 +4511,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsProvisioningTimeout { Timeout: *f64, @@ -4557,7 +4557,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsScheduledTask { Cron: *string, @@ -4673,7 +4673,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsStepsFile { Bucket: *string, @@ -4719,7 +4719,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsTags { Key: *string, @@ -4765,7 +4765,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsTaskEbsBlockDevice { SizeInGb: *f64, @@ -4839,7 +4839,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsTaskScalingDownPolicy { MetricName: *string, @@ -5109,7 +5109,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsTaskScalingUpPolicy { MetricName: *string, @@ -5379,7 +5379,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsTerminationPolicies { Statements: interface{}, @@ -5413,7 +5413,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsTerminationPoliciesStatements { MetricName: *string, @@ -5545,7 +5545,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsApplicationsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsApplicationsList ``` @@ -5688,7 +5688,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsApplicationsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsApplicationsOutputReference ``` @@ -6035,7 +6035,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsBootstrapActionsFileList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsBootstrapActionsFileList ``` @@ -6178,7 +6178,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsBootstrapActionsFileOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsBootstrapActionsFileOutputReference ``` @@ -6489,7 +6489,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsConfigurationsFileList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsConfigurationsFileList ``` @@ -6632,7 +6632,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsConfigurationsFileOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsConfigurationsFileOutputReference ``` @@ -6943,7 +6943,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreEbsBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsCoreEbsBlockDeviceList ``` @@ -7086,7 +7086,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreEbsBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsCoreEbsBlockDeviceOutputReference ``` @@ -7455,7 +7455,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsCoreScalingDownPolicyList ``` @@ -7598,7 +7598,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsCoreScalingDownPolicyOutputReference ``` @@ -8352,7 +8352,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsCoreScalingUpPolicyList ``` @@ -8495,7 +8495,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsCoreScalingUpPolicyOutputReference ``` @@ -9249,7 +9249,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsInstanceWeightsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsInstanceWeightsList ``` @@ -9392,7 +9392,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsInstanceWeightsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsInstanceWeightsOutputReference ``` @@ -9703,7 +9703,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsMasterEbsBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsMasterEbsBlockDeviceList ``` @@ -9846,7 +9846,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsMasterEbsBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsMasterEbsBlockDeviceOutputReference ``` @@ -10215,7 +10215,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsProvisioningTimeoutOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) MrscalerAwsProvisioningTimeoutOutputReference ``` @@ -10508,7 +10508,7 @@ func InternalValue() MrscalerAwsProvisioningTimeout #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsScheduledTaskList ``` @@ -10651,7 +10651,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsScheduledTaskOutputReference ``` @@ -11100,7 +11100,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsStepsFileList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsStepsFileList ``` @@ -11243,7 +11243,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsStepsFileOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsStepsFileOutputReference ``` @@ -11554,7 +11554,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTagsList ``` @@ -11697,7 +11697,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTagsOutputReference ``` @@ -12008,7 +12008,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskEbsBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTaskEbsBlockDeviceList ``` @@ -12151,7 +12151,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskEbsBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTaskEbsBlockDeviceOutputReference ``` @@ -12520,7 +12520,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTaskScalingDownPolicyList ``` @@ -12663,7 +12663,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTaskScalingDownPolicyOutputReference ``` @@ -13417,7 +13417,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTaskScalingUpPolicyList ``` @@ -13560,7 +13560,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTaskScalingUpPolicyOutputReference ``` @@ -14314,7 +14314,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTerminationPoliciesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTerminationPoliciesList ``` @@ -14457,7 +14457,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTerminationPoliciesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTerminationPoliciesOutputReference ``` @@ -14759,7 +14759,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTerminationPoliciesStatementsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTerminationPoliciesStatementsList ``` @@ -14902,7 +14902,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTerminationPoliciesStatementsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTerminationPoliciesStatementsOutputReference ``` diff --git a/docs/oceanAks.go.md b/docs/oceanAks.go.md index 411181a76..10f123898 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/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAks(scope Construct, id *string, config OceanAksConfig) OceanAks ``` @@ -640,7 +640,7 @@ func ResetZones() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.OceanAks_IsConstruct(x interface{}) *bool ``` @@ -672,7 +672,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.OceanAks_IsTerraformElement(x interface{}) *bool ``` @@ -686,7 +686,7 @@ oceanaks.OceanAks_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.OceanAks_IsTerraformResource(x interface{}) *bool ``` @@ -700,7 +700,7 @@ oceanaks.OceanAks_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.OceanAks_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1435,13 +1435,13 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksAutoscaler { - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAks.OceanAksAutoscalerAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAks.OceanAksAutoscalerAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksAutoscalerAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksAutoscalerAutoscaleHeadroom, AutoscaleIsEnabled: interface{}, - ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAks.OceanAksAutoscalerResourceLimits, + ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksAutoscalerResourceLimits, } ``` @@ -1515,7 +1515,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksAutoscalerAutoscaleDown { MaxScaleDownPercentage: *f64, @@ -1547,10 +1547,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksAutoscalerAutoscaleHeadroom { - Automatic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAks.OceanAksAutoscalerAutoscaleHeadroomAutomatic, + Automatic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksAutoscalerAutoscaleHeadroomAutomatic, } ``` @@ -1581,7 +1581,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksAutoscalerAutoscaleHeadroomAutomatic { IsEnabled: interface{}, @@ -1627,7 +1627,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksAutoscalerResourceLimits { MaxMemoryGib: *f64, @@ -1673,7 +1673,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksConfig { Connection: interface{}, @@ -1688,18 +1688,18 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" AksResourceGroupName: *string, Name: *string, SshPublicKey: *string, - Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAks.OceanAksAutoscaler, + Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksAutoscaler, ControllerClusterId: *string, CustomData: *string, Extension: interface{}, - Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAks.OceanAksHealth, + Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksHealth, Id: *string, Image: interface{}, LoadBalancer: interface{}, ManagedServiceIdentity: interface{}, MaxPods: *f64, - Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAks.OceanAksNetwork, - OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAks.OceanAksOsDisk, + Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksNetwork, + OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksOsDisk, ResourceGroupName: *string, Strategy: interface{}, Tag: interface{}, @@ -2122,7 +2122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksExtension { ApiVersion: *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/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksHealth { GracePeriod: *f64, @@ -2242,7 +2242,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksImage { Marketplace: interface{}, @@ -2276,7 +2276,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksImageMarketplace { Offer: *string, @@ -2350,7 +2350,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksLoadBalancer { BackendPoolNames: *[]*string, @@ -2438,7 +2438,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksManagedServiceIdentity { Name: *string, @@ -2484,7 +2484,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksNetwork { NetworkInterface: interface{}, @@ -2546,13 +2546,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksNetworkNetworkInterface { AdditionalIpConfig: interface{}, AssignPublicIp: interface{}, IsPrimary: interface{}, - SecurityGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAks.OceanAksNetworkNetworkInterfaceSecurityGroup, + SecurityGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksNetworkNetworkInterfaceSecurityGroup, SubnetName: *string, } ``` @@ -2638,7 +2638,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksNetworkNetworkInterfaceAdditionalIpConfig { Name: *string, @@ -2684,7 +2684,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksNetworkNetworkInterfaceSecurityGroup { Name: *string, @@ -2730,7 +2730,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksOsDisk { SizeGb: *f64, @@ -2776,7 +2776,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksStrategy { FallbackToOndemand: interface{}, @@ -2822,7 +2822,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksTag { Key: *string, @@ -2868,7 +2868,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksVmSizes { Whitelist: *[]*string, @@ -2902,7 +2902,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksAutoscalerAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerAutoscaleDownOutputReference ``` @@ -3180,7 +3180,7 @@ func InternalValue() OceanAksAutoscalerAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksAutoscalerAutoscaleHeadroomAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerAutoscaleHeadroomAutomaticOutputReference ``` @@ -3487,7 +3487,7 @@ func InternalValue() OceanAksAutoscalerAutoscaleHeadroomAutomatic #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksAutoscalerAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerAutoscaleHeadroomOutputReference ``` @@ -3778,7 +3778,7 @@ func InternalValue() OceanAksAutoscalerAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerOutputReference ``` @@ -4182,7 +4182,7 @@ func InternalValue() OceanAksAutoscaler #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerResourceLimitsOutputReference ``` @@ -4489,7 +4489,7 @@ func InternalValue() OceanAksAutoscalerResourceLimits #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksExtensionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksExtensionList ``` @@ -4632,7 +4632,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksExtensionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksExtensionOutputReference ``` @@ -5044,7 +5044,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksHealthOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksHealthOutputReference ``` @@ -5322,7 +5322,7 @@ func InternalValue() OceanAksHealth #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksImageList ``` @@ -5465,7 +5465,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksImageMarketplaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksImageMarketplaceList ``` @@ -5608,7 +5608,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksImageMarketplaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksImageMarketplaceOutputReference ``` @@ -5991,7 +5991,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksImageOutputReference ``` @@ -6300,7 +6300,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksLoadBalancerList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksLoadBalancerList ``` @@ -6443,7 +6443,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksLoadBalancerOutputReference ``` @@ -6855,7 +6855,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksManagedServiceIdentityList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksManagedServiceIdentityList ``` @@ -6998,7 +6998,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksManagedServiceIdentityOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksManagedServiceIdentityOutputReference ``` @@ -7309,7 +7309,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksNetworkNetworkInterfaceAdditionalIpConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNetworkNetworkInterfaceAdditionalIpConfigList ``` @@ -7452,7 +7452,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksNetworkNetworkInterfaceAdditionalIpConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNetworkNetworkInterfaceAdditionalIpConfigOutputReference ``` @@ -7777,7 +7777,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksNetworkNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNetworkNetworkInterfaceList ``` @@ -7920,7 +7920,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksNetworkNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNetworkNetworkInterfaceOutputReference ``` @@ -8358,7 +8358,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksNetworkNetworkInterfaceSecurityGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNetworkNetworkInterfaceSecurityGroupOutputReference ``` @@ -8665,7 +8665,7 @@ func InternalValue() OceanAksNetworkNetworkInterfaceSecurityGroup #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksNetworkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNetworkOutputReference ``` @@ -9014,7 +9014,7 @@ func InternalValue() OceanAksNetwork #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksOsDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksOsDiskOutputReference ``` @@ -9314,7 +9314,7 @@ func InternalValue() OceanAksOsDisk #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksStrategyList ``` @@ -9457,7 +9457,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksStrategyOutputReference ``` @@ -9782,7 +9782,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksTagList ``` @@ -9925,7 +9925,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksTagOutputReference ``` @@ -10250,7 +10250,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksVmSizesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVmSizesList ``` @@ -10393,7 +10393,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksVmSizesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVmSizesOutputReference ``` diff --git a/docs/oceanAksNp.go.md b/docs/oceanAksNp.go.md index 2a26ca3a2..e208a696f 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/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNp(scope Construct, id *string, config OceanAksNpConfig) OceanAksNp ``` @@ -603,7 +603,7 @@ func ResetVnetSubnetIds() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.OceanAksNp_IsConstruct(x interface{}) *bool ``` @@ -635,7 +635,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.OceanAksNp_IsTerraformElement(x interface{}) *bool ``` @@ -649,7 +649,7 @@ oceanaksnp.OceanAksNp_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.OceanAksNp_IsTerraformResource(x interface{}) *bool ``` @@ -663,7 +663,7 @@ oceanaksnp.OceanAksNp_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.OceanAksNp_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1530,13 +1530,13 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpAutoscaler { - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAksNp.OceanAksNpAutoscalerAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscalerAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroom, AutoscaleIsEnabled: interface{}, - ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAksNp.OceanAksNpAutoscalerResourceLimits, + ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscalerResourceLimits, } ``` @@ -1610,7 +1610,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpAutoscalerAutoscaleDown { MaxScaleDownPercentage: *f64, @@ -1642,10 +1642,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpAutoscalerAutoscaleHeadroom { - Automatic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroomAutomatic, + Automatic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroomAutomatic, } ``` @@ -1676,7 +1676,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpAutoscalerAutoscaleHeadroomAutomatic { Percentage: *f64, @@ -1708,7 +1708,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpAutoscalerResourceLimits { MaxMemoryGib: *f64, @@ -1754,7 +1754,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpConfig { Connection: interface{}, @@ -1771,12 +1771,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" AvailabilityZones: *[]*string, ControllerClusterId: *string, Name: *string, - Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAksNp.OceanAksNpAutoscaler, + Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscaler, EnableNodePublicIp: interface{}, FallbackToOndemand: interface{}, - Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAksNp.OceanAksNpFilters, + Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpFilters, Headrooms: interface{}, - Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAksNp.OceanAksNpHealth, + Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpHealth, Id: *string, KubernetesVersion: *string, Labels: *map[string]*string, @@ -1788,7 +1788,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" OsSku: *string, OsType: *string, PodSubnetIds: *[]*string, - Scheduling: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAksNp.OceanAksNpScheduling, + Scheduling: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpScheduling, SpotPercentage: *f64, Tags: *map[string]*string, Taints: interface{}, @@ -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/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpFilters { AcceleratedNetworking: *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/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpHeadrooms { CpuPerUnit: *f64, @@ -2565,7 +2565,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpHealth { GracePeriod: *f64, @@ -2597,10 +2597,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpScheduling { - ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAksNp.OceanAksNpSchedulingShutdownHours, + ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpSchedulingShutdownHours, } ``` @@ -2631,7 +2631,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpSchedulingShutdownHours { TimeWindows: *[]*string, @@ -2677,7 +2677,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpTaints { Effect: *string, @@ -2739,7 +2739,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpAutoscalerAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerAutoscaleDownOutputReference ``` @@ -3017,7 +3017,7 @@ func InternalValue() OceanAksNpAutoscalerAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpAutoscalerAutoscaleHeadroomAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerAutoscaleHeadroomAutomaticOutputReference ``` @@ -3295,7 +3295,7 @@ func InternalValue() OceanAksNpAutoscalerAutoscaleHeadroomAutomatic #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpAutoscalerAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerAutoscaleHeadroomOutputReference ``` @@ -3586,7 +3586,7 @@ func InternalValue() OceanAksNpAutoscalerAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerOutputReference ``` @@ -3990,7 +3990,7 @@ func InternalValue() OceanAksNpAutoscaler #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerResourceLimitsOutputReference ``` @@ -4297,7 +4297,7 @@ func InternalValue() OceanAksNpAutoscalerResourceLimits #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpFiltersOutputReference ``` @@ -4952,7 +4952,7 @@ func InternalValue() OceanAksNpFilters #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpHeadroomsList ``` @@ -5095,7 +5095,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpHeadroomsOutputReference ``` @@ -5478,7 +5478,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpHealthOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpHealthOutputReference ``` @@ -5756,7 +5756,7 @@ func InternalValue() OceanAksNpHealth #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpSchedulingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpSchedulingOutputReference ``` @@ -6047,7 +6047,7 @@ func InternalValue() OceanAksNpScheduling #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpSchedulingShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpSchedulingShutdownHoursOutputReference ``` @@ -6347,7 +6347,7 @@ func InternalValue() OceanAksNpSchedulingShutdownHours #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpTaintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpTaintsList ``` @@ -6490,7 +6490,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpTaintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpTaintsOutputReference ``` diff --git a/docs/oceanAksNpVirtualNodeGroup.go.md b/docs/oceanAksNpVirtualNodeGroup.go.md index 1d2250297..9fee9fbb8 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/v12/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroup(scope Construct, id *string, config OceanAksNpVirtualNodeGroupConfig) OceanAksNpVirtualNodeGroup ``` @@ -550,7 +550,7 @@ func ResetVnetSubnetIds() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsConstruct(x interface{}) *bool ``` @@ -582,7 +582,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsTerraformElement(x interface{}) *bool ``` @@ -596,7 +596,7 @@ oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsTerraformElement(x inter ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsTerraformResource(x interface{}) *bool ``` @@ -610,7 +610,7 @@ oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsTerraformResource(x inte ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1323,7 +1323,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupConfig { Connection: interface{}, @@ -1338,7 +1338,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtu AvailabilityZones: *[]*string, EnableNodePublicIp: interface{}, FallbackToOndemand: interface{}, - Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupFilters, + Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupFilters, Headrooms: interface{}, Id: *string, KubernetesVersion: *string, @@ -1742,7 +1742,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupFilters { AcceleratedNetworking: *string, @@ -1956,7 +1956,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupHeadrooms { CpuPerUnit: *f64, @@ -2030,7 +2030,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupTaints { Effect: *string, @@ -2092,7 +2092,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpVirtualNodeGroupFiltersOutputReference ``` @@ -2747,7 +2747,7 @@ func InternalValue() OceanAksNpVirtualNodeGroupFilters #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpVirtualNodeGroupHeadroomsList ``` @@ -2890,7 +2890,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpVirtualNodeGroupHeadroomsOutputReference ``` @@ -3273,7 +3273,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupTaintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpVirtualNodeGroupTaintsList ``` @@ -3416,7 +3416,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupTaintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpVirtualNodeGroupTaintsOutputReference ``` diff --git a/docs/oceanAksVirtualNodeGroup.go.md b/docs/oceanAksVirtualNodeGroup.go.md index a09d58638..b7fa546be 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/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroup(scope Construct, id *string, config OceanAksVirtualNodeGroupConfig) OceanAksVirtualNodeGroup ``` @@ -485,7 +485,7 @@ func ResetZones() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_IsConstruct(x interface{}) *bool ``` @@ -517,7 +517,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_IsTerraformElement(x interface{}) *bool ``` @@ -531,7 +531,7 @@ oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_IsTerraformElement(x interface ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_IsTerraformResource(x interface{}) *bool ``` @@ -545,7 +545,7 @@ oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_IsTerraformResource(x interfac ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -972,7 +972,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupAutoscale { AutoHeadroomPercentage: *f64, @@ -1020,7 +1020,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroom { NumOfUnits: *f64, @@ -1094,7 +1094,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupConfig { Connection: interface{}, @@ -1335,7 +1335,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupLabel { Key: *string, @@ -1381,11 +1381,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupLaunchSpecification { MaxPods: *f64, - OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAksVirtualNodeGroup.OceanAksVirtualNodeGroupLaunchSpecificationOsDisk, + OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksVirtualNodeGroup.OceanAksVirtualNodeGroupLaunchSpecificationOsDisk, Tag: interface{}, } ``` @@ -1445,7 +1445,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupLaunchSpecificationOsDisk { SizeGb: *f64, @@ -1505,7 +1505,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupLaunchSpecificationTag { Key: *string, @@ -1551,7 +1551,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupResourceLimits { MaxInstanceCount: *f64, @@ -1583,7 +1583,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupTaint { Effect: *string, @@ -1645,7 +1645,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroomList ``` @@ -1788,7 +1788,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroomOutputReference ``` @@ -2164,7 +2164,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupAutoscaleList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupAutoscaleList ``` @@ -2307,7 +2307,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupAutoscaleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupAutoscaleOutputReference ``` @@ -2645,7 +2645,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLabelList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupLabelList ``` @@ -2788,7 +2788,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLabelOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupLabelOutputReference ``` @@ -3106,7 +3106,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupLaunchSpecificationList ``` @@ -3249,7 +3249,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationOsDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksVirtualNodeGroupLaunchSpecificationOsDiskOutputReference ``` @@ -3578,7 +3578,7 @@ func InternalValue() OceanAksVirtualNodeGroupLaunchSpecificationOsDisk #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupLaunchSpecificationOutputReference ``` @@ -3958,7 +3958,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupLaunchSpecificationTagList ``` @@ -4101,7 +4101,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupLaunchSpecificationTagOutputReference ``` @@ -4426,7 +4426,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupResourceLimitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupResourceLimitsList ``` @@ -4569,7 +4569,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupResourceLimitsOutputReference ``` @@ -4865,7 +4865,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupTaintList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupTaintList ``` @@ -5008,7 +5008,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupTaintOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupTaintOutputReference ``` diff --git a/docs/oceanAws.go.md b/docs/oceanAws.go.md index bb7363ec1..d869d1c4f 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/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAws(scope Construct, id *string, config OceanAwsConfig) OceanAws ``` @@ -773,7 +773,7 @@ func ResetWhitelist() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.OceanAws_IsConstruct(x interface{}) *bool ``` @@ -805,7 +805,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.OceanAws_IsTerraformElement(x interface{}) *bool ``` @@ -819,7 +819,7 @@ oceanaws.OceanAws_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.OceanAws_IsTerraformResource(x interface{}) *bool ``` @@ -833,7 +833,7 @@ oceanaws.OceanAws_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.OceanAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1920,18 +1920,18 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsAutoscaler { AutoHeadroomPercentage: *f64, AutoscaleCooldown: *f64, - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsAutoscalerAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsAutoscalerAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsAutoscalerAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsAutoscalerAutoscaleHeadroom, AutoscaleIsAutoConfig: interface{}, AutoscaleIsEnabled: interface{}, EnableAutomaticAndManualHeadroom: interface{}, ExtendedResourceDefinitions: *[]*string, - ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsAutoscalerResourceLimits, + ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsAutoscalerResourceLimits, } ``` @@ -2070,7 +2070,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsAutoscalerAutoscaleDown { EvaluationPeriods: *f64, @@ -2116,7 +2116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsAutoscalerAutoscaleHeadroom { CpuPerUnit: *f64, @@ -2190,7 +2190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsAutoscalerResourceLimits { MaxMemoryGib: *f64, @@ -2236,11 +2236,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsBlockDeviceMappings { DeviceName: *string, - Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsBlockDeviceMappingsEbs, + Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsBlockDeviceMappingsEbs, } ``` @@ -2284,12 +2284,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsBlockDeviceMappingsEbs { DeleteOnTermination: interface{}, - DynamicIops: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicIops, - DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize, + DynamicIops: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicIops, + DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize, Encrypted: interface{}, Iops: *f64, KmsKeyId: *string, @@ -2446,7 +2446,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsBlockDeviceMappingsEbsDynamicIops { BaseSize: *f64, @@ -2506,7 +2506,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize { BaseSize: *f64, @@ -2566,7 +2566,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsClusterOrientation { AvailabilityVsCost: *string, @@ -2598,7 +2598,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsConfig { Connection: interface{}, @@ -2612,7 +2612,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" SubnetIds: *[]*string, AssociateIpv6Address: interface{}, AssociatePublicIpAddress: interface{}, - Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsAutoscaler, + Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsAutoscaler, Blacklist: *[]*string, BlockDeviceMappings: interface{}, ClusterOrientation: interface{}, @@ -2621,15 +2621,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" DrainingTimeout: *f64, EbsOptimized: interface{}, FallbackToOndemand: interface{}, - Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsFilters, + Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsFilters, GracePeriod: *f64, IamInstanceProfile: *string, Id: *string, ImageId: *string, - InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsInstanceMetadataOptions, + InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsInstanceMetadataOptions, KeyName: *string, LoadBalancers: interface{}, - Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsLogging, + Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsLogging, MaxSize: *f64, MinSize: *f64, Monitoring: interface{}, @@ -2641,7 +2641,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" SpotPercentage: *f64, SpreadNodesBy: *string, Tags: interface{}, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsUpdatePolicy, UseAsTemplateOnly: interface{}, UserData: *string, UtilizeCommitments: interface{}, @@ -3271,7 +3271,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsFilters { Architectures: *[]*string, @@ -3555,7 +3555,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsInstanceMetadataOptions { HttpTokens: *string, @@ -3601,7 +3601,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsLoadBalancers { Arn: *string, @@ -3661,10 +3661,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsLogging { - Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsLoggingExport, + Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsLoggingExport, } ``` @@ -3695,7 +3695,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsLoggingExport { S3: interface{}, @@ -3729,7 +3729,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsLoggingExportS3 { Id: *string, @@ -3764,7 +3764,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/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsResourceTagSpecification { ShouldTagVolumes: interface{}, @@ -3796,10 +3796,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsScheduledTask { - ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsScheduledTaskShutdownHours, + ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsScheduledTaskShutdownHours, Tasks: interface{}, } ``` @@ -3846,7 +3846,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsScheduledTaskShutdownHours { TimeWindows: *[]*string, @@ -3892,7 +3892,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsScheduledTaskTasks { CronExpression: *string, @@ -3952,7 +3952,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsTags { Key: *string, @@ -3998,13 +3998,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsUpdatePolicy { ShouldRoll: interface{}, AutoApplyTags: interface{}, ConditionedRoll: interface{}, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsUpdatePolicyRollConfig, } ``` @@ -4074,7 +4074,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -4150,7 +4150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsAutoscalerAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsAutoscalerAutoscaleDownOutputReference ``` @@ -4457,7 +4457,7 @@ func InternalValue() OceanAwsAutoscalerAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsAutoscalerAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsAutoscalerAutoscaleHeadroomOutputReference ``` @@ -4822,7 +4822,7 @@ func InternalValue() OceanAwsAutoscalerAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsAutoscalerOutputReference ``` @@ -5371,7 +5371,7 @@ func InternalValue() OceanAwsAutoscaler #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsAutoscalerResourceLimitsOutputReference ``` @@ -5678,7 +5678,7 @@ func InternalValue() OceanAwsAutoscalerResourceLimits #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsBlockDeviceMappingsEbsDynamicIopsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsBlockDeviceMappingsEbsDynamicIopsOutputReference ``` @@ -5993,7 +5993,7 @@ func InternalValue() OceanAwsBlockDeviceMappingsEbsDynamicIops #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference ``` @@ -6308,7 +6308,7 @@ func InternalValue() OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsBlockDeviceMappingsEbsOutputReference ``` @@ -6873,7 +6873,7 @@ func InternalValue() OceanAwsBlockDeviceMappingsEbs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsBlockDeviceMappingsList ``` @@ -7016,7 +7016,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsBlockDeviceMappingsOutputReference ``` @@ -7354,7 +7354,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsClusterOrientationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsClusterOrientationList ``` @@ -7497,7 +7497,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsClusterOrientationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsClusterOrientationOutputReference ``` @@ -7793,7 +7793,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsFiltersOutputReference ``` @@ -8593,7 +8593,7 @@ func InternalValue() OceanAwsFilters #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsInstanceMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsInstanceMetadataOptionsOutputReference ``` @@ -8893,7 +8893,7 @@ func InternalValue() OceanAwsInstanceMetadataOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsLoadBalancersList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLoadBalancersList ``` @@ -9036,7 +9036,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsLoadBalancersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLoadBalancersOutputReference ``` @@ -9390,7 +9390,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsLoggingExportOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLoggingExportOutputReference ``` @@ -9681,7 +9681,7 @@ func InternalValue() OceanAwsLoggingExport #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsLoggingExportS3List(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLoggingExportS3List ``` @@ -9824,7 +9824,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsLoggingExportS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLoggingExportS3OutputReference ``` @@ -10113,7 +10113,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsLoggingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLoggingOutputReference ``` @@ -10404,7 +10404,7 @@ func InternalValue() OceanAwsLogging #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsResourceTagSpecificationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsResourceTagSpecificationList ``` @@ -10547,7 +10547,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsResourceTagSpecificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsResourceTagSpecificationOutputReference ``` @@ -10843,7 +10843,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsScheduledTaskList ``` @@ -10986,7 +10986,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsScheduledTaskOutputReference ``` @@ -11337,7 +11337,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsScheduledTaskShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsScheduledTaskShutdownHoursOutputReference ``` @@ -11637,7 +11637,7 @@ func InternalValue() OceanAwsScheduledTaskShutdownHours #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsScheduledTaskTasksList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsScheduledTaskTasksList ``` @@ -11780,7 +11780,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsScheduledTaskTasksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsScheduledTaskTasksOutputReference ``` @@ -12113,7 +12113,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsTagsList ``` @@ -12256,7 +12256,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsTagsOutputReference ``` @@ -12567,7 +12567,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsUpdatePolicyOutputReference ``` @@ -12938,7 +12938,7 @@ func InternalValue() OceanAwsUpdatePolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/oceanAwsExtendedResourceDefinition.go.md b/docs/oceanAwsExtendedResourceDefinition.go.md index 0109decfd..388e7537a 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/v12/oceanawsextendedresourcedefinition" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition" oceanawsextendedresourcedefinition.NewOceanAwsExtendedResourceDefinition(scope Construct, id *string, config OceanAwsExtendedResourceDefinitionConfig) OceanAwsExtendedResourceDefinition ``` @@ -378,7 +378,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawsextendedresourcedefinition" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition" oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_IsConstruct(x interface{}) *bool ``` @@ -410,7 +410,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawsextendedresourcedefinition" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition" oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_IsTerraformElement(x interface{}) *bool ``` @@ -424,7 +424,7 @@ oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_IsTerrafor ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawsextendedresourcedefinition" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition" oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_IsTerraformResource(x interface{}) *bool ``` @@ -438,7 +438,7 @@ oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_IsTerrafor ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawsextendedresourcedefinition" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition" oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -733,7 +733,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawsextendedresourcedefinition" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition" &oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinitionConfig { Connection: interface{}, diff --git a/docs/oceanAwsLaunchSpec.go.md b/docs/oceanAwsLaunchSpec.go.md index 84c244144..3ed603e35 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/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpec(scope Construct, id *string, config OceanAwsLaunchSpecConfig) OceanAwsLaunchSpec ``` @@ -815,7 +815,7 @@ func ResetUserData() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.OceanAwsLaunchSpec_IsConstruct(x interface{}) *bool ``` @@ -847,7 +847,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.OceanAwsLaunchSpec_IsTerraformElement(x interface{}) *bool ``` @@ -861,7 +861,7 @@ oceanawslaunchspec.OceanAwsLaunchSpec_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.OceanAwsLaunchSpec_IsTerraformResource(x interface{}) *bool ``` @@ -875,7 +875,7 @@ oceanawslaunchspec.OceanAwsLaunchSpec_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.OceanAwsLaunchSpec_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1786,7 +1786,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecAutoscaleDown { MaxScaleDownPercentage: *f64, @@ -1818,7 +1818,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecAutoscaleHeadrooms { NumOfUnits: *f64, @@ -1892,7 +1892,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecAutoscaleHeadroomsAutomatic { AutoHeadroomPercentage: *f64, @@ -1924,11 +1924,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecBlockDeviceMappings { DeviceName: *string, - Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbs, + Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbs, NoDevice: *string, VirtualName: *string, } @@ -2000,11 +2000,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecBlockDeviceMappingsEbs { DeleteOnTermination: interface{}, - DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize, + DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize, Encrypted: interface{}, Iops: *f64, KmsKeyId: *string, @@ -2146,7 +2146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize { BaseSize: *f64, @@ -2206,7 +2206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecConfig { Connection: interface{}, @@ -2222,30 +2222,30 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchs AutoscaleHeadrooms: interface{}, AutoscaleHeadroomsAutomatic: interface{}, BlockDeviceMappings: interface{}, - CreateOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAwsLaunchSpec.OceanAwsLaunchSpecCreateOptions, - DeleteOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAwsLaunchSpec.OceanAwsLaunchSpecDeleteOptions, + CreateOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecCreateOptions, + DeleteOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecDeleteOptions, ElasticIpPool: interface{}, IamInstanceProfile: *string, Id: *string, ImageId: *string, Images: interface{}, - InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceMetadataOptions, + InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceMetadataOptions, InstanceTypes: *[]*string, - InstanceTypesFilters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceTypesFilters, + InstanceTypesFilters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceTypesFilters, Labels: interface{}, Name: *string, PreferredSpotTypes: *[]*string, ResourceLimits: interface{}, RestrictScaleDown: interface{}, RootVolumeSize: *f64, - SchedulingShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAwsLaunchSpec.OceanAwsLaunchSpecSchedulingShutdownHours, + SchedulingShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecSchedulingShutdownHours, SchedulingTask: interface{}, SecurityGroups: *[]*string, Strategy: interface{}, SubnetIds: *[]*string, Tags: interface{}, Taints: interface{}, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicy, UserData: *string, } ``` @@ -2781,7 +2781,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecCreateOptions { InitialNodes: *f64, @@ -2813,7 +2813,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecDeleteOptions { ForceDelete: interface{}, @@ -2859,10 +2859,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecElasticIpPool { - TagSelector: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAwsLaunchSpec.OceanAwsLaunchSpecElasticIpPoolTagSelector, + TagSelector: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecElasticIpPoolTagSelector, } ``` @@ -2893,7 +2893,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecElasticIpPoolTagSelector { TagKey: *string, @@ -2939,7 +2939,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecImages { ImageId: *string, @@ -2971,7 +2971,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecInstanceMetadataOptions { HttpTokens: *string, @@ -3017,7 +3017,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecInstanceTypesFilters { Categories: *[]*string, @@ -3287,7 +3287,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecLabels { Key: *string, @@ -3333,7 +3333,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecResourceLimits { MaxInstanceCount: *f64, @@ -3379,7 +3379,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecSchedulingShutdownHours { TimeWindows: *[]*string, @@ -3425,7 +3425,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecSchedulingTask { CronExpression: *string, @@ -3501,7 +3501,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecSchedulingTaskTaskHeadroom { NumOfUnits: *f64, @@ -3575,7 +3575,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecStrategy { SpotPercentage: *f64, @@ -3607,7 +3607,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecTags { Key: *string, @@ -3653,7 +3653,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecTaints { Effect: *string, @@ -3713,11 +3713,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecUpdatePolicy { ShouldRoll: interface{}, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicyRollConfig, } ``` @@ -3761,7 +3761,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -3795,7 +3795,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleDownList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecAutoscaleDownList ``` @@ -3938,7 +3938,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecAutoscaleDownOutputReference ``` @@ -4234,7 +4234,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleHeadroomsAutomaticList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecAutoscaleHeadroomsAutomaticList ``` @@ -4377,7 +4377,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleHeadroomsAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecAutoscaleHeadroomsAutomaticOutputReference ``` @@ -4673,7 +4673,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecAutoscaleHeadroomsList ``` @@ -4816,7 +4816,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecAutoscaleHeadroomsOutputReference ``` @@ -5192,7 +5192,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference ``` @@ -5507,7 +5507,7 @@ func InternalValue() OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecBlockDeviceMappingsEbsOutputReference ``` @@ -6030,7 +6030,7 @@ func InternalValue() OceanAwsLaunchSpecBlockDeviceMappingsEbs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecBlockDeviceMappingsList ``` @@ -6173,7 +6173,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecBlockDeviceMappingsOutputReference ``` @@ -6569,7 +6569,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecCreateOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecCreateOptionsOutputReference ``` @@ -6847,7 +6847,7 @@ func InternalValue() OceanAwsLaunchSpecCreateOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecDeleteOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecDeleteOptionsOutputReference ``` @@ -7147,7 +7147,7 @@ func InternalValue() OceanAwsLaunchSpecDeleteOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecElasticIpPoolList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecElasticIpPoolList ``` @@ -7290,7 +7290,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecElasticIpPoolOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecElasticIpPoolOutputReference ``` @@ -7599,7 +7599,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecElasticIpPoolTagSelectorOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecElasticIpPoolTagSelectorOutputReference ``` @@ -7899,7 +7899,7 @@ func InternalValue() OceanAwsLaunchSpecElasticIpPoolTagSelector #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecImagesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecImagesList ``` @@ -8042,7 +8042,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecImagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecImagesOutputReference ``` @@ -8338,7 +8338,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecInstanceMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecInstanceMetadataOptionsOutputReference ``` @@ -8638,7 +8638,7 @@ func InternalValue() OceanAwsLaunchSpecInstanceMetadataOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecInstanceTypesFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecInstanceTypesFiltersOutputReference ``` @@ -9409,7 +9409,7 @@ func InternalValue() OceanAwsLaunchSpecInstanceTypesFilters #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecLabelsList ``` @@ -9552,7 +9552,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecLabelsOutputReference ``` @@ -9863,7 +9863,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecResourceLimitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecResourceLimitsList ``` @@ -10006,7 +10006,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecResourceLimitsOutputReference ``` @@ -10331,7 +10331,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecSchedulingShutdownHoursOutputReference ``` @@ -10631,7 +10631,7 @@ func InternalValue() OceanAwsLaunchSpecSchedulingShutdownHours #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecSchedulingTaskList ``` @@ -10774,7 +10774,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecSchedulingTaskOutputReference ``` @@ -11149,7 +11149,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingTaskTaskHeadroomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecSchedulingTaskTaskHeadroomList ``` @@ -11292,7 +11292,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingTaskTaskHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecSchedulingTaskTaskHeadroomOutputReference ``` @@ -11668,7 +11668,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecStrategyList ``` @@ -11811,7 +11811,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecStrategyOutputReference ``` @@ -12107,7 +12107,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecTagsList ``` @@ -12250,7 +12250,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecTagsOutputReference ``` @@ -12561,7 +12561,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecTaintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecTaintsList ``` @@ -12704,7 +12704,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecTaintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecTaintsOutputReference ``` @@ -13037,7 +13037,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecUpdatePolicyOutputReference ``` @@ -13350,7 +13350,7 @@ func InternalValue() OceanAwsLaunchSpecUpdatePolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/oceanEcs.go.md b/docs/oceanEcs.go.md index f160f9ff8..4f43bf267 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/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcs(scope Construct, id *string, config OceanEcsConfig) OceanEcs ``` @@ -697,7 +697,7 @@ func ResetWhitelist() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.OceanEcs_IsConstruct(x interface{}) *bool ``` @@ -729,7 +729,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.OceanEcs_IsTerraformElement(x interface{}) *bool ``` @@ -743,7 +743,7 @@ oceanecs.OceanEcs_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.OceanEcs_IsTerraformResource(x interface{}) *bool ``` @@ -757,7 +757,7 @@ oceanecs.OceanEcs_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.OceanEcs_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1712,17 +1712,17 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsAutoscaler { AutoHeadroomPercentage: *f64, Cooldown: *f64, - Down: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsAutoscalerDown, + Down: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsAutoscalerDown, EnableAutomaticAndManualHeadroom: interface{}, - Headroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsAutoscalerHeadroom, + Headroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsAutoscalerHeadroom, IsAutoConfig: interface{}, IsEnabled: interface{}, - ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsAutoscalerResourceLimits, + ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsAutoscalerResourceLimits, ShouldScaleDownNonServiceTasks: interface{}, } ``` @@ -1862,7 +1862,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsAutoscalerDown { MaxScaleDownPercentage: *f64, @@ -1894,7 +1894,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsAutoscalerHeadroom { CpuPerUnit: *f64, @@ -1954,7 +1954,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsAutoscalerResourceLimits { MaxMemoryGib: *f64, @@ -2000,11 +2000,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsBlockDeviceMappings { DeviceName: *string, - Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsBlockDeviceMappingsEbs, + Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsBlockDeviceMappingsEbs, NoDevice: *string, VirtualName: *string, } @@ -2076,11 +2076,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsBlockDeviceMappingsEbs { DeleteOnTermination: interface{}, - DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize, + DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize, Encrypted: interface{}, Iops: *f64, KmsKeyId: *string, @@ -2222,7 +2222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize { BaseSize: *f64, @@ -2282,7 +2282,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsClusterOrientation { AvailabilityVsCost: *string, @@ -2314,7 +2314,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsConfig { Connection: interface{}, @@ -2330,28 +2330,28 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" SecurityGroupIds: *[]*string, SubnetIds: *[]*string, AssociatePublicIpAddress: interface{}, - Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsAutoscaler, + Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsAutoscaler, Blacklist: *[]*string, BlockDeviceMappings: interface{}, ClusterOrientation: interface{}, DesiredCapacity: *f64, DrainingTimeout: *f64, EbsOptimized: interface{}, - Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsFilters, + Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsFilters, IamInstanceProfile: *string, Id: *string, ImageId: *string, - InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsInstanceMetadataOptions, + InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsInstanceMetadataOptions, KeyPair: *string, - Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsLogging, + Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsLogging, MaxSize: *f64, MinSize: *f64, Monitoring: interface{}, - OptimizeImages: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsOptimizeImages, + OptimizeImages: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsOptimizeImages, ScheduledTask: interface{}, SpotPercentage: *f64, Tags: interface{}, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsUpdatePolicy, UseAsTemplateOnly: interface{}, UserData: *string, UtilizeCommitments: interface{}, @@ -2901,7 +2901,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsFilters { Architectures: *[]*string, @@ -3185,7 +3185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsInstanceMetadataOptions { HttpTokens: *string, @@ -3231,10 +3231,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsLogging { - Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsLoggingExport, + Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsLoggingExport, } ``` @@ -3265,7 +3265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsLoggingExport { S3: interface{}, @@ -3299,7 +3299,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsLoggingExportS3 { Id: *string, @@ -3334,7 +3334,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/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsOptimizeImages { PerformAt: *string, @@ -3394,10 +3394,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsScheduledTask { - ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsScheduledTaskShutdownHours, + ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsScheduledTaskShutdownHours, Tasks: interface{}, } ``` @@ -3444,7 +3444,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsScheduledTaskShutdownHours { TimeWindows: *[]*string, @@ -3490,7 +3490,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsScheduledTaskTasks { CronExpression: *string, @@ -3550,7 +3550,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsTags { Key: *string, @@ -3596,13 +3596,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsUpdatePolicy { ShouldRoll: interface{}, AutoApplyTags: interface{}, ConditionedRoll: interface{}, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsUpdatePolicyRollConfig, } ``` @@ -3672,7 +3672,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -3720,7 +3720,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsAutoscalerDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsAutoscalerDownOutputReference ``` @@ -3998,7 +3998,7 @@ func InternalValue() OceanEcsAutoscalerDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsAutoscalerHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsAutoscalerHeadroomOutputReference ``` @@ -4334,7 +4334,7 @@ func InternalValue() OceanEcsAutoscalerHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsAutoscalerOutputReference ``` @@ -4883,7 +4883,7 @@ func InternalValue() OceanEcsAutoscaler #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsAutoscalerResourceLimitsOutputReference ``` @@ -5190,7 +5190,7 @@ func InternalValue() OceanEcsAutoscalerResourceLimits #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference ``` @@ -5505,7 +5505,7 @@ func InternalValue() OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsBlockDeviceMappingsEbsOutputReference ``` @@ -6028,7 +6028,7 @@ func InternalValue() OceanEcsBlockDeviceMappingsEbs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsBlockDeviceMappingsList ``` @@ -6171,7 +6171,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsBlockDeviceMappingsOutputReference ``` @@ -6560,7 +6560,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsClusterOrientationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsClusterOrientationList ``` @@ -6703,7 +6703,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsClusterOrientationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsClusterOrientationOutputReference ``` @@ -6999,7 +6999,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsFiltersOutputReference ``` @@ -7799,7 +7799,7 @@ func InternalValue() OceanEcsFilters #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsInstanceMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsInstanceMetadataOptionsOutputReference ``` @@ -8099,7 +8099,7 @@ func InternalValue() OceanEcsInstanceMetadataOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsLoggingExportOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLoggingExportOutputReference ``` @@ -8390,7 +8390,7 @@ func InternalValue() OceanEcsLoggingExport #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsLoggingExportS3List(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLoggingExportS3List ``` @@ -8533,7 +8533,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsLoggingExportS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLoggingExportS3OutputReference ``` @@ -8822,7 +8822,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsLoggingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLoggingOutputReference ``` @@ -9113,7 +9113,7 @@ func InternalValue() OceanEcsLogging #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsOptimizeImagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsOptimizeImagesOutputReference ``` @@ -9435,7 +9435,7 @@ func InternalValue() OceanEcsOptimizeImages #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsScheduledTaskList ``` @@ -9578,7 +9578,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsScheduledTaskOutputReference ``` @@ -9929,7 +9929,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsScheduledTaskShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsScheduledTaskShutdownHoursOutputReference ``` @@ -10229,7 +10229,7 @@ func InternalValue() OceanEcsScheduledTaskShutdownHours #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsScheduledTaskTasksList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsScheduledTaskTasksList ``` @@ -10372,7 +10372,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsScheduledTaskTasksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsScheduledTaskTasksOutputReference ``` @@ -10705,7 +10705,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsTagsList ``` @@ -10848,7 +10848,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsTagsOutputReference ``` @@ -11159,7 +11159,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsUpdatePolicyOutputReference ``` @@ -11530,7 +11530,7 @@ func InternalValue() OceanEcsUpdatePolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/oceanEcsLaunchSpec.go.md b/docs/oceanEcsLaunchSpec.go.md index a207500c0..3fb49b33a 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/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpec(scope Construct, id *string, config OceanEcsLaunchSpecConfig) OceanEcsLaunchSpec ``` @@ -594,7 +594,7 @@ func ResetUserData() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.OceanEcsLaunchSpec_IsConstruct(x interface{}) *bool ``` @@ -626,7 +626,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.OceanEcsLaunchSpec_IsTerraformElement(x interface{}) *bool ``` @@ -640,7 +640,7 @@ oceanecslaunchspec.OceanEcsLaunchSpec_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.OceanEcsLaunchSpec_IsTerraformResource(x interface{}) *bool ``` @@ -654,7 +654,7 @@ oceanecslaunchspec.OceanEcsLaunchSpec_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.OceanEcsLaunchSpec_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1301,7 +1301,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecAttributes { Key: *string, @@ -1347,7 +1347,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecAutoscaleHeadrooms { NumOfUnits: *f64, @@ -1407,11 +1407,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecBlockDeviceMappings { DeviceName: *string, - Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbs, + Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbs, NoDevice: *string, VirtualName: *string, } @@ -1483,11 +1483,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecBlockDeviceMappingsEbs { DeleteOnTermination: interface{}, - DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize, + DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize, Encrypted: interface{}, Iops: *f64, KmsKeyId: *string, @@ -1629,7 +1629,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize { BaseSize: *f64, @@ -1689,7 +1689,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecConfig { Connection: interface{}, @@ -1708,7 +1708,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchs Id: *string, ImageId: *string, Images: interface{}, - InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcsLaunchSpec.OceanEcsLaunchSpecInstanceMetadataOptions, + InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecInstanceMetadataOptions, InstanceTypes: *[]*string, PreferredSpotTypes: *[]*string, RestrictScaleDown: interface{}, @@ -2076,7 +2076,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecImages { ImageId: *string, @@ -2108,7 +2108,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecInstanceMetadataOptions { HttpTokens: *string, @@ -2154,7 +2154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecSchedulingTask { CronExpression: *string, @@ -2230,7 +2230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecSchedulingTaskTaskHeadroom { NumOfUnits: *f64, @@ -2290,7 +2290,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecStrategy { SpotPercentage: *f64, @@ -2322,7 +2322,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecTags { Key: *string, @@ -2370,7 +2370,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecAttributesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecAttributesList ``` @@ -2513,7 +2513,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecAttributesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecAttributesOutputReference ``` @@ -2824,7 +2824,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecAutoscaleHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecAutoscaleHeadroomsList ``` @@ -2967,7 +2967,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecAutoscaleHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecAutoscaleHeadroomsOutputReference ``` @@ -3314,7 +3314,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference ``` @@ -3629,7 +3629,7 @@ func InternalValue() OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLaunchSpecBlockDeviceMappingsEbsOutputReference ``` @@ -4152,7 +4152,7 @@ func InternalValue() OceanEcsLaunchSpecBlockDeviceMappingsEbs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecBlockDeviceMappingsList ``` @@ -4295,7 +4295,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecBlockDeviceMappingsOutputReference ``` @@ -4684,7 +4684,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecImagesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecImagesList ``` @@ -4827,7 +4827,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecImagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecImagesOutputReference ``` @@ -5123,7 +5123,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecInstanceMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLaunchSpecInstanceMetadataOptionsOutputReference ``` @@ -5423,7 +5423,7 @@ func InternalValue() OceanEcsLaunchSpecInstanceMetadataOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecSchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecSchedulingTaskList ``` @@ -5566,7 +5566,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecSchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecSchedulingTaskOutputReference ``` @@ -5941,7 +5941,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecSchedulingTaskTaskHeadroomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecSchedulingTaskTaskHeadroomList ``` @@ -6084,7 +6084,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecSchedulingTaskTaskHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecSchedulingTaskTaskHeadroomOutputReference ``` @@ -6431,7 +6431,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecStrategyList ``` @@ -6574,7 +6574,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecStrategyOutputReference ``` @@ -6870,7 +6870,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecTagsList ``` @@ -7013,7 +7013,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecTagsOutputReference ``` diff --git a/docs/oceanGkeImport.go.md b/docs/oceanGkeImport.go.md index 1ce2de6f9..61dcdd2b0 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/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImport(scope Construct, id *string, config OceanGkeImportConfig) OceanGkeImport ``` @@ -554,7 +554,7 @@ func ResetWhitelist() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.OceanGkeImport_IsConstruct(x interface{}) *bool ``` @@ -586,7 +586,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.OceanGkeImport_IsTerraformElement(x interface{}) *bool ``` @@ -600,7 +600,7 @@ oceangkeimport.OceanGkeImport_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.OceanGkeImport_IsTerraformResource(x interface{}) *bool ``` @@ -614,7 +614,7 @@ oceangkeimport.OceanGkeImport_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.OceanGkeImport_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1228,17 +1228,17 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportAutoscaler { AutoHeadroomPercentage: *f64, Cooldown: *f64, - Down: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeImport.OceanGkeImportAutoscalerDown, + Down: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportAutoscalerDown, EnableAutomaticAndManualHeadroom: interface{}, - Headroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeImport.OceanGkeImportAutoscalerHeadroom, + Headroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportAutoscalerHeadroom, IsAutoConfig: interface{}, IsEnabled: interface{}, - ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeImport.OceanGkeImportAutoscalerResourceLimits, + ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportAutoscalerResourceLimits, } ``` @@ -1364,7 +1364,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportAutoscalerDown { EvaluationPeriods: *f64, @@ -1410,7 +1410,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportAutoscalerHeadroom { CpuPerUnit: *f64, @@ -1484,7 +1484,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportAutoscalerResourceLimits { MaxMemoryGib: *f64, @@ -1530,7 +1530,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportBackendServices { ServiceName: *string, @@ -1606,7 +1606,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportBackendServicesNamedPorts { Name: *string, @@ -1652,7 +1652,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportConfig { Connection: interface{}, @@ -1664,7 +1664,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" Provisioners: *[]interface{}, ClusterName: *string, Location: *string, - Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeImport.OceanGkeImportAutoscaler, + Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportAutoscaler, BackendServices: interface{}, Blacklist: *[]*string, ControllerClusterId: *string, @@ -1674,9 +1674,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" MinSize: *f64, RootVolumeType: *string, ScheduledTask: interface{}, - ShieldedInstanceConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeImport.OceanGkeImportShieldedInstanceConfig, + ShieldedInstanceConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportShieldedInstanceConfig, Strategy: interface{}, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeImport.OceanGkeImportUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportUpdatePolicy, UseAsTemplateOnly: interface{}, Whitelist: *[]*string, } @@ -2007,10 +2007,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportScheduledTask { - ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeImport.OceanGkeImportScheduledTaskShutdownHours, + ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportScheduledTaskShutdownHours, Tasks: interface{}, } ``` @@ -2057,7 +2057,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportScheduledTaskShutdownHours { TimeWindows: *[]*string, @@ -2103,13 +2103,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportScheduledTaskTasks { CronExpression: *string, IsEnabled: interface{}, TaskType: *string, - TaskParameters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParameters, + TaskParameters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParameters, } ``` @@ -2179,10 +2179,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportScheduledTaskTasksTaskParameters { - ClusterRoll: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll, + ClusterRoll: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll, } ``` @@ -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/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll { BatchMinHealthyPercentage: *f64, @@ -2287,7 +2287,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportShieldedInstanceConfig { EnableIntegrityMonitoring: interface{}, @@ -2333,7 +2333,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportStrategy { DrainingTimeout: *f64, @@ -2393,12 +2393,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportUpdatePolicy { ShouldRoll: interface{}, ConditionedRoll: interface{}, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeImport.OceanGkeImportUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportUpdatePolicyRollConfig, } ``` @@ -2455,7 +2455,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -2531,7 +2531,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportAutoscalerDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportAutoscalerDownOutputReference ``` @@ -2838,7 +2838,7 @@ func InternalValue() OceanGkeImportAutoscalerDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportAutoscalerHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportAutoscalerHeadroomOutputReference ``` @@ -3203,7 +3203,7 @@ func InternalValue() OceanGkeImportAutoscalerHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportAutoscalerOutputReference ``` @@ -3723,7 +3723,7 @@ func InternalValue() OceanGkeImportAutoscaler #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportAutoscalerResourceLimitsOutputReference ``` @@ -4030,7 +4030,7 @@ func InternalValue() OceanGkeImportAutoscalerResourceLimits #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportBackendServicesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportBackendServicesList ``` @@ -4173,7 +4173,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportBackendServicesNamedPortsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportBackendServicesNamedPortsList ``` @@ -4316,7 +4316,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportBackendServicesNamedPortsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportBackendServicesNamedPortsOutputReference ``` @@ -4627,7 +4627,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportBackendServicesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportBackendServicesOutputReference ``` @@ -5016,7 +5016,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportScheduledTaskList ``` @@ -5159,7 +5159,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportScheduledTaskOutputReference ``` @@ -5510,7 +5510,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportScheduledTaskShutdownHoursOutputReference ``` @@ -5810,7 +5810,7 @@ func InternalValue() OceanGkeImportScheduledTaskShutdownHours #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskTasksList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportScheduledTaskTasksList ``` @@ -5953,7 +5953,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskTasksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportScheduledTaskTasksOutputReference ``` @@ -6328,7 +6328,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskTasksTaskParametersClusterRollOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportScheduledTaskTasksTaskParametersClusterRollOutputReference ``` @@ -6693,7 +6693,7 @@ func InternalValue() OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskTasksTaskParametersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportScheduledTaskTasksTaskParametersOutputReference ``` @@ -6984,7 +6984,7 @@ func InternalValue() OceanGkeImportScheduledTaskTasksTaskParameters #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportShieldedInstanceConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportShieldedInstanceConfigOutputReference ``` @@ -7291,7 +7291,7 @@ func InternalValue() OceanGkeImportShieldedInstanceConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportStrategyList ``` @@ -7434,7 +7434,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportStrategyOutputReference ``` @@ -7788,7 +7788,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportUpdatePolicyOutputReference ``` @@ -8130,7 +8130,7 @@ func InternalValue() OceanGkeImportUpdatePolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/oceanGkeLaunchSpec.go.md b/docs/oceanGkeLaunchSpec.go.md index 3021ae01d..3af4ddf8a 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/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpec(scope Construct, id *string, config OceanGkeLaunchSpecConfig) OceanGkeLaunchSpec ``` @@ -681,7 +681,7 @@ func ResetUpdatePolicy() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.OceanGkeLaunchSpec_IsConstruct(x interface{}) *bool ``` @@ -713,7 +713,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.OceanGkeLaunchSpec_IsTerraformElement(x interface{}) *bool ``` @@ -727,7 +727,7 @@ oceangkelaunchspec.OceanGkeLaunchSpec_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.OceanGkeLaunchSpec_IsTerraformResource(x interface{}) *bool ``` @@ -741,7 +741,7 @@ oceangkelaunchspec.OceanGkeLaunchSpec_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.OceanGkeLaunchSpec_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1476,7 +1476,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecAutoscaleHeadrooms { NumOfUnits: *f64, @@ -1550,7 +1550,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecAutoscaleHeadroomsAutomatic { AutoHeadroomPercentage: *f64, @@ -1582,7 +1582,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecConfig { Connection: interface{}, @@ -1602,19 +1602,19 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchs Name: *string, NetworkInterfaces: interface{}, NodePoolName: *string, - ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeLaunchSpec.OceanGkeLaunchSpecResourceLimits, + ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecResourceLimits, RestrictScaleDown: interface{}, RootVolumeSize: *f64, RootVolumeType: *string, SchedulingTask: interface{}, ServiceAccount: *string, - ShieldedInstanceConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeLaunchSpec.OceanGkeLaunchSpecShieldedInstanceConfig, + ShieldedInstanceConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecShieldedInstanceConfig, SourceImage: *string, - Storage: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeLaunchSpec.OceanGkeLaunchSpecStorage, + Storage: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecStorage, Strategy: interface{}, Tags: *[]*string, Taints: interface{}, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicy, } ``` @@ -2033,7 +2033,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecLabels { Key: *string, @@ -2079,7 +2079,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecMetadata { Key: *string, @@ -2125,7 +2125,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecNetworkInterfaces { Network: *string, @@ -2203,7 +2203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecNetworkInterfacesAccessConfigs { Name: *string, @@ -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/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecNetworkInterfacesAliasIpRanges { IpCidrRange: *string, @@ -2295,7 +2295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecResourceLimits { MaxInstanceCount: *f64, @@ -2341,7 +2341,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecSchedulingTask { CronExpression: *string, @@ -2417,7 +2417,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecSchedulingTaskTaskHeadroom { NumOfUnits: *f64, @@ -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/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecShieldedInstanceConfig { EnableIntegrityMonitoring: interface{}, @@ -2537,7 +2537,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecStorage { LocalSsdCount: *f64, @@ -2569,7 +2569,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecStrategy { PreemptiblePercentage: *f64, @@ -2601,7 +2601,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecTaints { Effect: *string, @@ -2661,11 +2661,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecUpdatePolicy { ShouldRoll: interface{}, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicyRollConfig, } ``` @@ -2709,7 +2709,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -2743,7 +2743,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecAutoscaleHeadroomsAutomaticList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecAutoscaleHeadroomsAutomaticList ``` @@ -2886,7 +2886,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecAutoscaleHeadroomsAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecAutoscaleHeadroomsAutomaticOutputReference ``` @@ -3182,7 +3182,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecAutoscaleHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecAutoscaleHeadroomsList ``` @@ -3325,7 +3325,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecAutoscaleHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecAutoscaleHeadroomsOutputReference ``` @@ -3701,7 +3701,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecLabelsList ``` @@ -3844,7 +3844,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecLabelsOutputReference ``` @@ -4169,7 +4169,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecMetadataList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecMetadataList ``` @@ -4312,7 +4312,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecMetadataOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecMetadataOutputReference ``` @@ -4637,7 +4637,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesAccessConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecNetworkInterfacesAccessConfigsList ``` @@ -4780,7 +4780,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesAccessConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecNetworkInterfacesAccessConfigsOutputReference ``` @@ -5105,7 +5105,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesAliasIpRangesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecNetworkInterfacesAliasIpRangesList ``` @@ -5248,7 +5248,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesAliasIpRangesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecNetworkInterfacesAliasIpRangesOutputReference ``` @@ -5559,7 +5559,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecNetworkInterfacesList ``` @@ -5702,7 +5702,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecNetworkInterfacesOutputReference ``` @@ -6104,7 +6104,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecResourceLimitsOutputReference ``` @@ -6411,7 +6411,7 @@ func InternalValue() OceanGkeLaunchSpecResourceLimits #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecSchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecSchedulingTaskList ``` @@ -6554,7 +6554,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecSchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecSchedulingTaskOutputReference ``` @@ -6929,7 +6929,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecSchedulingTaskTaskHeadroomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecSchedulingTaskTaskHeadroomList ``` @@ -7072,7 +7072,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecSchedulingTaskTaskHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecSchedulingTaskTaskHeadroomOutputReference ``` @@ -7448,7 +7448,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecShieldedInstanceConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecShieldedInstanceConfigOutputReference ``` @@ -7755,7 +7755,7 @@ func InternalValue() OceanGkeLaunchSpecShieldedInstanceConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecStorageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecStorageOutputReference ``` @@ -8033,7 +8033,7 @@ func InternalValue() OceanGkeLaunchSpecStorage #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecStrategyList ``` @@ -8176,7 +8176,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecStrategyOutputReference ``` @@ -8472,7 +8472,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecTaintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecTaintsList ``` @@ -8615,7 +8615,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecTaintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecTaintsOutputReference ``` @@ -8969,7 +8969,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecUpdatePolicyOutputReference ``` @@ -9282,7 +9282,7 @@ func InternalValue() OceanGkeLaunchSpecUpdatePolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/oceanGkeLaunchSpecImport.go.md b/docs/oceanGkeLaunchSpecImport.go.md index 28521e479..1b9413b59 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/v12/oceangkelaunchspecimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport" oceangkelaunchspecimport.NewOceanGkeLaunchSpecImport(scope Construct, id *string, config OceanGkeLaunchSpecImportConfig) OceanGkeLaunchSpecImport ``` @@ -378,7 +378,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspecimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport" oceangkelaunchspecimport.OceanGkeLaunchSpecImport_IsConstruct(x interface{}) *bool ``` @@ -410,7 +410,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspecimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport" oceangkelaunchspecimport.OceanGkeLaunchSpecImport_IsTerraformElement(x interface{}) *bool ``` @@ -424,7 +424,7 @@ oceangkelaunchspecimport.OceanGkeLaunchSpecImport_IsTerraformElement(x interface ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspecimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport" oceangkelaunchspecimport.OceanGkeLaunchSpecImport_IsTerraformResource(x interface{}) *bool ``` @@ -438,7 +438,7 @@ oceangkelaunchspecimport.OceanGkeLaunchSpecImport_IsTerraformResource(x interfac ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspecimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport" oceangkelaunchspecimport.OceanGkeLaunchSpecImport_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -733,7 +733,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspecimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport" &oceangkelaunchspecimport.OceanGkeLaunchSpecImportConfig { Connection: interface{}, diff --git a/docs/oceanSpark.go.md b/docs/oceanSpark.go.md index 881be7b7d..f14e2b8f2 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/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSpark(scope Construct, id *string, config OceanSparkConfig) OceanSpark ``` @@ -478,7 +478,7 @@ func ResetWebhook() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.OceanSpark_IsConstruct(x interface{}) *bool ``` @@ -510,7 +510,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.OceanSpark_IsTerraformElement(x interface{}) *bool ``` @@ -524,7 +524,7 @@ oceanspark.OceanSpark_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.OceanSpark_IsTerraformResource(x interface{}) *bool ``` @@ -538,7 +538,7 @@ oceanspark.OceanSpark_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.OceanSpark_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -921,7 +921,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkCompute { CreateVngs: interface{}, @@ -967,7 +967,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkConfig { Connection: interface{}, @@ -978,12 +978,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider, Provisioners: *[]interface{}, OceanClusterId: *string, - Compute: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanSpark.OceanSparkCompute, + Compute: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkCompute, Id: *string, - Ingress: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanSpark.OceanSparkIngress, - LogCollection: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanSpark.OceanSparkLogCollection, - Spark: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanSpark.OceanSparkSpark, - Webhook: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanSpark.OceanSparkWebhook, + Ingress: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkIngress, + LogCollection: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkLogCollection, + Spark: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkSpark, + Webhook: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkWebhook, } ``` @@ -1180,13 +1180,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkIngress { - Controller: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanSpark.OceanSparkIngressController, - CustomEndpoint: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanSpark.OceanSparkIngressCustomEndpoint, - LoadBalancer: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanSpark.OceanSparkIngressLoadBalancer, - PrivateLink: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanSpark.OceanSparkIngressPrivateLink, + Controller: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkIngressController, + CustomEndpoint: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkIngressCustomEndpoint, + LoadBalancer: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkIngressLoadBalancer, + PrivateLink: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkIngressPrivateLink, ServiceAnnotations: *map[string]*string, } ``` @@ -1276,7 +1276,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkIngressController { Managed: interface{}, @@ -1308,7 +1308,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkIngressCustomEndpoint { Address: *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/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkIngressLoadBalancer { Managed: interface{}, @@ -1414,7 +1414,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkIngressPrivateLink { Enabled: interface{}, @@ -1460,7 +1460,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkLogCollection { CollectAppLogs: interface{}, @@ -1492,7 +1492,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkSpark { AdditionalAppNamespaces: *[]*string, @@ -1524,7 +1524,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkWebhook { HostNetworkPorts: *[]*f64, @@ -1572,7 +1572,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSparkComputeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkComputeOutputReference ``` @@ -1879,7 +1879,7 @@ func InternalValue() OceanSparkCompute #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSparkIngressControllerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressControllerOutputReference ``` @@ -2157,7 +2157,7 @@ func InternalValue() OceanSparkIngressController #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSparkIngressCustomEndpointOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressCustomEndpointOutputReference ``` @@ -2464,7 +2464,7 @@ func InternalValue() OceanSparkIngressCustomEndpoint #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSparkIngressLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressLoadBalancerOutputReference ``` @@ -2800,7 +2800,7 @@ func InternalValue() OceanSparkIngressLoadBalancer #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSparkIngressOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressOutputReference ``` @@ -3246,7 +3246,7 @@ func InternalValue() OceanSparkIngress #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSparkIngressPrivateLinkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressPrivateLinkOutputReference ``` @@ -3553,7 +3553,7 @@ func InternalValue() OceanSparkIngressPrivateLink #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSparkLogCollectionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkLogCollectionOutputReference ``` @@ -3831,7 +3831,7 @@ func InternalValue() OceanSparkLogCollection #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSparkSparkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkSparkOutputReference ``` @@ -4109,7 +4109,7 @@ func InternalValue() OceanSparkSpark #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSparkWebhookOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkWebhookOutputReference ``` diff --git a/docs/oceanSparkVirtualNodeGroup.go.md b/docs/oceanSparkVirtualNodeGroup.go.md index 81b79308b..bde7de935 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/v12/oceansparkvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup" oceansparkvirtualnodegroup.NewOceanSparkVirtualNodeGroup(scope Construct, id *string, config OceanSparkVirtualNodeGroupConfig) OceanSparkVirtualNodeGroup ``` @@ -378,7 +378,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceansparkvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup" oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_IsConstruct(x interface{}) *bool ``` @@ -410,7 +410,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceansparkvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup" oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_IsTerraformElement(x interface{}) *bool ``` @@ -424,7 +424,7 @@ oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_IsTerraformElement(x inter ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceansparkvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup" oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_IsTerraformResource(x interface{}) *bool ``` @@ -438,7 +438,7 @@ oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_IsTerraformResource(x inte ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceansparkvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup" oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -733,7 +733,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceansparkvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup" &oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroupConfig { Connection: interface{}, diff --git a/docs/organizationPolicy.go.md b/docs/organizationPolicy.go.md index 37370024f..ac52f934d 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/v12/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" organizationpolicy.NewOrganizationPolicy(scope Construct, id *string, config OrganizationPolicyConfig) OrganizationPolicy ``` @@ -398,7 +398,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" organizationpolicy.OrganizationPolicy_IsConstruct(x interface{}) *bool ``` @@ -430,7 +430,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" organizationpolicy.OrganizationPolicy_IsTerraformElement(x interface{}) *bool ``` @@ -444,7 +444,7 @@ organizationpolicy.OrganizationPolicy_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" organizationpolicy.OrganizationPolicy_IsTerraformResource(x interface{}) *bool ``` @@ -458,7 +458,7 @@ organizationpolicy.OrganizationPolicy_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" organizationpolicy.OrganizationPolicy_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -775,7 +775,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" &organizationpolicy.OrganizationPolicyConfig { Connection: interface{}, @@ -938,7 +938,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/v12/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" &organizationpolicy.OrganizationPolicyPolicyContent { Statements: interface{}, @@ -972,7 +972,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" &organizationpolicy.OrganizationPolicyPolicyContentStatements { Actions: *[]*string, @@ -1034,7 +1034,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" organizationpolicy.NewOrganizationPolicyPolicyContentList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationPolicyPolicyContentList ``` @@ -1177,7 +1177,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" organizationpolicy.NewOrganizationPolicyPolicyContentOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OrganizationPolicyPolicyContentOutputReference ``` @@ -1479,7 +1479,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" organizationpolicy.NewOrganizationPolicyPolicyContentStatementsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationPolicyPolicyContentStatementsList ``` @@ -1622,7 +1622,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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 2c82347a0..9c579b65e 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/v12/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" organizationprogrammaticuser.NewOrganizationProgrammaticUser(scope Construct, id *string, config OrganizationProgrammaticUserConfig) OrganizationProgrammaticUser ``` @@ -432,7 +432,7 @@ func ResetUserGroupIds() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" organizationprogrammaticuser.OrganizationProgrammaticUser_IsConstruct(x interface{}) *bool ``` @@ -464,7 +464,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" organizationprogrammaticuser.OrganizationProgrammaticUser_IsTerraformElement(x interface{}) *bool ``` @@ -478,7 +478,7 @@ organizationprogrammaticuser.OrganizationProgrammaticUser_IsTerraformElement(x i ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" organizationprogrammaticuser.OrganizationProgrammaticUser_IsTerraformResource(x interface{}) *bool ``` @@ -492,7 +492,7 @@ organizationprogrammaticuser.OrganizationProgrammaticUser_IsTerraformResource(x ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" organizationprogrammaticuser.OrganizationProgrammaticUser_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -853,7 +853,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" &organizationprogrammaticuser.OrganizationProgrammaticUserAccounts { AccountId: *string, @@ -899,7 +899,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" &organizationprogrammaticuser.OrganizationProgrammaticUserConfig { Connection: interface{}, @@ -1092,7 +1092,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" &organizationprogrammaticuser.OrganizationProgrammaticUserPolicies { PolicyAccountIds: *[]*string, @@ -1140,7 +1140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" organizationprogrammaticuser.NewOrganizationProgrammaticUserAccountsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationProgrammaticUserAccountsList ``` @@ -1283,7 +1283,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" organizationprogrammaticuser.NewOrganizationProgrammaticUserAccountsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OrganizationProgrammaticUserAccountsOutputReference ``` @@ -1594,7 +1594,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" organizationprogrammaticuser.NewOrganizationProgrammaticUserPoliciesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationProgrammaticUserPoliciesList ``` @@ -1737,7 +1737,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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 c1980df53..a0fc41b2c 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/v12/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser" organizationuser.NewOrganizationUser(scope Construct, id *string, config OrganizationUserConfig) OrganizationUser ``` @@ -419,7 +419,7 @@ func ResetUserGroupIds() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser" organizationuser.OrganizationUser_IsConstruct(x interface{}) *bool ``` @@ -451,7 +451,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser" organizationuser.OrganizationUser_IsTerraformElement(x interface{}) *bool ``` @@ -465,7 +465,7 @@ organizationuser.OrganizationUser_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser" organizationuser.OrganizationUser_IsTerraformResource(x interface{}) *bool ``` @@ -479,7 +479,7 @@ organizationuser.OrganizationUser_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser" organizationuser.OrganizationUser_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -884,7 +884,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser" &organizationuser.OrganizationUserConfig { Connection: interface{}, @@ -1103,7 +1103,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser" &organizationuser.OrganizationUserPolicies { PolicyAccountIds: *[]*string, @@ -1151,7 +1151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser" organizationuser.NewOrganizationUserPoliciesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationUserPoliciesList ``` @@ -1294,7 +1294,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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 ba6816d3f..e7984504a 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/v12/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup" organizationusergroup.NewOrganizationUserGroup(scope Construct, id *string, config OrganizationUserGroupConfig) OrganizationUserGroup ``` @@ -412,7 +412,7 @@ func ResetUserIds() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup" organizationusergroup.OrganizationUserGroup_IsConstruct(x interface{}) *bool ``` @@ -444,7 +444,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup" organizationusergroup.OrganizationUserGroup_IsTerraformElement(x interface{}) *bool ``` @@ -458,7 +458,7 @@ organizationusergroup.OrganizationUserGroup_IsTerraformElement(x interface{}) *b ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup" organizationusergroup.OrganizationUserGroup_IsTerraformResource(x interface{}) *bool ``` @@ -472,7 +472,7 @@ organizationusergroup.OrganizationUserGroup_IsTerraformResource(x interface{}) * ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup" organizationusergroup.OrganizationUserGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -811,7 +811,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup" &organizationusergroup.OrganizationUserGroupConfig { Connection: interface{}, @@ -988,7 +988,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup" &organizationusergroup.OrganizationUserGroupPolicies { AccountIds: *[]*string, @@ -1036,7 +1036,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup" organizationusergroup.NewOrganizationUserGroupPoliciesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationUserGroupPoliciesList ``` @@ -1179,7 +1179,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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 f95383f34..b7cac7720 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/v12/provider" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider" provider.NewSpotinstProvider(scope Construct, id *string, config SpotinstProviderConfig) SpotinstProvider ``` @@ -165,7 +165,7 @@ func ResetToken() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/provider" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider" provider.SpotinstProvider_IsConstruct(x interface{}) *bool ``` @@ -197,7 +197,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/provider" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider" provider.SpotinstProvider_IsTerraformElement(x interface{}) *bool ``` @@ -211,7 +211,7 @@ provider.SpotinstProvider_IsTerraformElement(x interface{}) *bool ##### `IsTerraformProvider` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/provider" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider" provider.SpotinstProvider_IsTerraformProvider(x interface{}) *bool ``` @@ -225,7 +225,7 @@ provider.SpotinstProvider_IsTerraformProvider(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/provider" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider" provider.SpotinstProvider_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -476,7 +476,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/provider" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider" &provider.SpotinstProviderConfig { Account: *string, diff --git a/docs/statefulNodeAzure.go.md b/docs/statefulNodeAzure.go.md index 430abe846..d16441d12 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/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzure(scope Construct, id *string, config StatefulNodeAzureConfig) StatefulNodeAzure ``` @@ -888,7 +888,7 @@ func ResetZones() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.StatefulNodeAzure_IsConstruct(x interface{}) *bool ``` @@ -920,7 +920,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.StatefulNodeAzure_IsTerraformElement(x interface{}) *bool ``` @@ -934,7 +934,7 @@ statefulnodeazure.StatefulNodeAzure_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.StatefulNodeAzure_IsTerraformResource(x interface{}) *bool ``` @@ -948,7 +948,7 @@ statefulnodeazure.StatefulNodeAzure_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.StatefulNodeAzure_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -2123,7 +2123,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureAttachDataDisk { DataDiskName: *string, @@ -2225,7 +2225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureBootDiagnostics { IsEnabled: interface{}, @@ -2285,7 +2285,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureConfig { Connection: interface{}, @@ -2304,7 +2304,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazu ShouldPersistNetwork: interface{}, ShouldPersistOsDisk: interface{}, SpotSizes: *[]*string, - Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.statefulNodeAzure.StatefulNodeAzureStrategy, + Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureStrategy, AttachDataDisk: interface{}, BootDiagnostics: interface{}, CustomData: *string, @@ -2314,22 +2314,22 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazu Description: *string, DetachDataDisk: interface{}, Extension: interface{}, - Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.statefulNodeAzure.StatefulNodeAzureHealth, + Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureHealth, Id: *string, - Image: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.statefulNodeAzure.StatefulNodeAzureImage, + Image: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureImage, ImportVm: interface{}, LoadBalancer: interface{}, - Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.statefulNodeAzure.StatefulNodeAzureLogin, + Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureLogin, ManagedServiceIdentities: interface{}, - Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.statefulNodeAzure.StatefulNodeAzureNetwork, - OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.statefulNodeAzure.StatefulNodeAzureOsDisk, + Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureNetwork, + OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureOsDisk, OsDiskPersistenceMode: *string, PreferredSpotSizes: *[]*string, PreferredZone: *string, ProximityPlacementGroups: interface{}, SchedulingTask: interface{}, Secret: interface{}, - Security: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.statefulNodeAzure.StatefulNodeAzureSecurity, + Security: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureSecurity, ShouldPersistVm: interface{}, ShutdownScript: *string, Signal: interface{}, @@ -3036,7 +3036,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureDataDisk { Lun: *f64, @@ -3096,7 +3096,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureDelete { DiskShouldDeallocate: interface{}, @@ -3240,7 +3240,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureDetachDataDisk { DataDiskName: *string, @@ -3314,7 +3314,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureExtension { ApiVersion: *string, @@ -3430,7 +3430,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureHealth { AutoHealing: interface{}, @@ -3504,7 +3504,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureImage { CustomImage: interface{}, @@ -3570,7 +3570,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureImageCustomImage { CustomImageResourceGroupName: *string, @@ -3616,7 +3616,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureImageGallery { GalleryName: *string, @@ -3690,7 +3690,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureImageMarketplaceImage { Offer: *string, @@ -3764,7 +3764,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureImportVm { OriginalVmName: *string, @@ -3838,7 +3838,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureLoadBalancer { BackendPoolNames: *[]*string, @@ -3926,7 +3926,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureLogin { UserName: *string, @@ -3986,7 +3986,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureManagedServiceIdentities { Name: *string, @@ -4032,7 +4032,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetwork { NetworkInterface: interface{}, @@ -4094,7 +4094,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterface { IsPrimary: interface{}, @@ -4260,7 +4260,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurations { Name: *string, @@ -4306,7 +4306,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroups { Name: *string, @@ -4352,7 +4352,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup { Name: *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/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterfacePublicIps { Name: *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/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureOsDisk { Type: *string, @@ -4490,7 +4490,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureProximityPlacementGroups { Name: *string, @@ -4536,7 +4536,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSchedulingTask { CronExpression: *string, @@ -4596,7 +4596,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSecret { SourceVault: interface{}, @@ -4646,7 +4646,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSecretSourceVault { Name: *string, @@ -4692,7 +4692,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSecretVaultCertificates { CertificateStore: *string, @@ -4738,7 +4738,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSecurity { SecureBootEnabled: interface{}, @@ -4798,7 +4798,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSignal { Timeout: *f64, @@ -4844,7 +4844,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureStrategy { FallbackToOnDemand: interface{}, @@ -4852,7 +4852,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazu DrainingTimeout: *f64, OptimizationWindows: *[]*string, PreferredLifeCycle: *string, - RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.statefulNodeAzure.StatefulNodeAzureStrategyRevertToSpot, + RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureStrategyRevertToSpot, } ``` @@ -4950,7 +4950,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureStrategyCapacityReservation { ShouldUtilize: interface{}, @@ -5012,7 +5012,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroups { CrgName: *string, @@ -5072,7 +5072,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureStrategyRevertToSpot { PerformAt: *string, @@ -5104,7 +5104,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureTag { TagKey: *string, @@ -5150,7 +5150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureUpdateState { State: *string, @@ -5184,7 +5184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureAttachDataDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureAttachDataDiskList ``` @@ -5327,7 +5327,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureAttachDataDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureAttachDataDiskOutputReference ``` @@ -5740,7 +5740,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureBootDiagnosticsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureBootDiagnosticsList ``` @@ -5883,7 +5883,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureBootDiagnosticsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureBootDiagnosticsOutputReference ``` @@ -6237,7 +6237,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDataDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureDataDiskList ``` @@ -6380,7 +6380,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDataDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureDataDiskOutputReference ``` @@ -6713,7 +6713,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDeleteList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureDeleteList ``` @@ -6856,7 +6856,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDeleteOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureDeleteOutputReference ``` @@ -7349,7 +7349,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDetachDataDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureDetachDataDiskList ``` @@ -7492,7 +7492,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDetachDataDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureDetachDataDiskOutputReference ``` @@ -7854,7 +7854,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureExtensionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureExtensionList ``` @@ -7997,7 +7997,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureExtensionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureExtensionOutputReference ``` @@ -8432,7 +8432,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureHealthOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureHealthOutputReference ``` @@ -8783,7 +8783,7 @@ func InternalValue() StatefulNodeAzureHealth #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageCustomImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureImageCustomImageList ``` @@ -8926,7 +8926,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageCustomImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureImageCustomImageOutputReference ``` @@ -9237,7 +9237,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageGalleryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureImageGalleryList ``` @@ -9380,7 +9380,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageGalleryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureImageGalleryOutputReference ``` @@ -9735,7 +9735,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageMarketplaceImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureImageMarketplaceImageList ``` @@ -9878,7 +9878,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageMarketplaceImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureImageMarketplaceImageOutputReference ``` @@ -10233,7 +10233,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureImageOutputReference ``` @@ -10608,7 +10608,7 @@ func InternalValue() StatefulNodeAzureImage #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImportVmList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureImportVmList ``` @@ -10751,7 +10751,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImportVmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureImportVmOutputReference ``` @@ -11120,7 +11120,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureLoadBalancerList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureLoadBalancerList ``` @@ -11263,7 +11263,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureLoadBalancerOutputReference ``` @@ -11647,7 +11647,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureLoginOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureLoginOutputReference ``` @@ -11976,7 +11976,7 @@ func InternalValue() StatefulNodeAzureLogin #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureManagedServiceIdentitiesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureManagedServiceIdentitiesList ``` @@ -12119,7 +12119,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureManagedServiceIdentitiesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureManagedServiceIdentitiesOutputReference ``` @@ -12430,7 +12430,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsList ``` @@ -12573,7 +12573,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsOutputReference ``` @@ -12884,7 +12884,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsList ``` @@ -13027,7 +13027,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsOutputReference ``` @@ -13338,7 +13338,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfaceList ``` @@ -13481,7 +13481,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupList ``` @@ -13624,7 +13624,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupOutputReference ``` @@ -13949,7 +13949,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfaceOutputReference ``` @@ -14544,7 +14544,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfacePublicIpsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfacePublicIpsList ``` @@ -14687,7 +14687,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfacePublicIpsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfacePublicIpsOutputReference ``` @@ -14998,7 +14998,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureNetworkOutputReference ``` @@ -15326,7 +15326,7 @@ func InternalValue() StatefulNodeAzureNetwork #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureOsDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureOsDiskOutputReference ``` @@ -15626,7 +15626,7 @@ func InternalValue() StatefulNodeAzureOsDisk #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureProximityPlacementGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureProximityPlacementGroupsList ``` @@ -15769,7 +15769,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureProximityPlacementGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureProximityPlacementGroupsOutputReference ``` @@ -16080,7 +16080,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSchedulingTaskList ``` @@ -16223,7 +16223,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSchedulingTaskOutputReference ``` @@ -16556,7 +16556,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSecretList ``` @@ -16699,7 +16699,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSecretOutputReference ``` @@ -17036,7 +17036,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretSourceVaultList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSecretSourceVaultList ``` @@ -17179,7 +17179,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretSourceVaultOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSecretSourceVaultOutputReference ``` @@ -17490,7 +17490,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretVaultCertificatesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSecretVaultCertificatesList ``` @@ -17633,7 +17633,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretVaultCertificatesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSecretVaultCertificatesOutputReference ``` @@ -17958,7 +17958,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecurityOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureSecurityOutputReference ``` @@ -18294,7 +18294,7 @@ func InternalValue() StatefulNodeAzureSecurity #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSignalList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSignalList ``` @@ -18437,7 +18437,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSignalOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSignalOutputReference ``` @@ -18748,7 +18748,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsList ``` @@ -18891,7 +18891,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsOutputReference ``` @@ -19231,7 +19231,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyCapacityReservationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureStrategyCapacityReservationList ``` @@ -19374,7 +19374,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyCapacityReservationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureStrategyCapacityReservationOutputReference ``` @@ -19727,7 +19727,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureStrategyOutputReference ``` @@ -20169,7 +20169,7 @@ func InternalValue() StatefulNodeAzureStrategy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyRevertToSpotOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureStrategyRevertToSpotOutputReference ``` @@ -20440,7 +20440,7 @@ func InternalValue() StatefulNodeAzureStrategyRevertToSpot #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureTagList ``` @@ -20583,7 +20583,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureTagOutputReference ``` @@ -20901,7 +20901,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureUpdateStateList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureUpdateStateList ``` @@ -21044,7 +21044,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureUpdateStateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureUpdateStateOutputReference ``` diff --git a/docs/subscription.go.md b/docs/subscription.go.md index 95039a869..4013be48e 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/v12/subscription" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription" subscription.NewSubscription(scope Construct, id *string, config SubscriptionConfig) Subscription ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/subscription" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription" subscription.Subscription_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/subscription" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription" subscription.Subscription_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ subscription.Subscription_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/subscription" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription" subscription.Subscription_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ subscription.Subscription_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/subscription" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription" subscription.Subscription_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -806,7 +806,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/subscription" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription" &subscription.SubscriptionConfig { Connection: interface{}, diff --git a/src/account-aws/index.ts b/src/account-aws/index.ts index ee14a597c..14b47158e 100644 --- a/src/account-aws/index.ts +++ b/src/account-aws/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 e31a99ebc..4dd7ec2b0 100644 --- a/src/credentials-aws/index.ts +++ b/src/credentials-aws/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 d8430fbc5..8ef6c855c 100644 --- a/src/data-integration/index.ts +++ b/src/data-integration/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 f53e3996b..b27a2a9bd 100644 --- a/src/elastigroup-aws-beanstalk/index.ts +++ b/src/elastigroup-aws-beanstalk/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 a5bbadaff..1cae8d7b4 100644 --- a/src/elastigroup-aws-suspension/index.ts +++ b/src/elastigroup-aws-suspension/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 223126216..f2a9db3ad 100644 --- a/src/elastigroup-aws/index.ts +++ b/src/elastigroup-aws/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 0ae076852..7fd3c2a58 100644 --- a/src/elastigroup-azure-v3/index.ts +++ b/src/elastigroup-azure-v3/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 f5ed65ade..c38c29963 100644 --- a/src/elastigroup-azure/index.ts +++ b/src/elastigroup-azure/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 3738bca4c..bc12d7579 100644 --- a/src/elastigroup-gcp/index.ts +++ b/src/elastigroup-gcp/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 4907ecbed..953f55531 100644 --- a/src/elastigroup-gke/index.ts +++ b/src/elastigroup-gke/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 6a70ff001..d8fa71670 100644 --- a/src/health-check/index.ts +++ b/src/health-check/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.0/docs/resources/health_check // generated from terraform resource schema diff --git a/src/index.ts b/src/index.ts index 24c8ab947..49cca39c1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,8 +1,3 @@ -/** - * 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 db0e76149..c3ac3a0dc 100644 --- a/src/lazy-index.ts +++ b/src/lazy-index.ts @@ -1,8 +1,3 @@ -/** - * 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 bb84fa42e..a06a090d5 100644 --- a/src/managed-instance-aws/index.ts +++ b/src/managed-instance-aws/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 184c9ae08..c129b9084 100644 --- a/src/mrscaler-aws/index.ts +++ b/src/mrscaler-aws/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 95468a148..c7ce727b2 100644 --- a/src/ocean-aks-np-virtual-node-group/index.ts +++ b/src/ocean-aks-np-virtual-node-group/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 99a91eebb..3b078e1a5 100644 --- a/src/ocean-aks-np/index.ts +++ b/src/ocean-aks-np/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 c6cfde699..ddd3115d4 100644 --- a/src/ocean-aks-virtual-node-group/index.ts +++ b/src/ocean-aks-virtual-node-group/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 a6dbe7f48..9d9ea8c6d 100644 --- a/src/ocean-aks/index.ts +++ b/src/ocean-aks/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 681dac707..138549681 100644 --- a/src/ocean-aws-extended-resource-definition/index.ts +++ b/src/ocean-aws-extended-resource-definition/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 8f52fd5b0..9496590cf 100644 --- a/src/ocean-aws-launch-spec/index.ts +++ b/src/ocean-aws-launch-spec/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 aad3614fa..499b6052a 100644 --- a/src/ocean-aws/index.ts +++ b/src/ocean-aws/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 ac918c941..dd17720fb 100644 --- a/src/ocean-ecs-launch-spec/index.ts +++ b/src/ocean-ecs-launch-spec/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 d693f1972..dfe9641c5 100644 --- a/src/ocean-ecs/index.ts +++ b/src/ocean-ecs/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 452d1f30f..b8570c482 100644 --- a/src/ocean-gke-import/index.ts +++ b/src/ocean-gke-import/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 675990007..cbc3d7fd3 100644 --- a/src/ocean-gke-launch-spec-import/index.ts +++ b/src/ocean-gke-launch-spec-import/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 d23c6a596..efa2bd089 100644 --- a/src/ocean-gke-launch-spec/index.ts +++ b/src/ocean-gke-launch-spec/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 373cfcefb..7d890684e 100644 --- a/src/ocean-spark-virtual-node-group/index.ts +++ b/src/ocean-spark-virtual-node-group/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 c597510e4..f3b697ea1 100644 --- a/src/ocean-spark/index.ts +++ b/src/ocean-spark/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 8383d4e95..7ae89c0c6 100644 --- a/src/organization-policy/index.ts +++ b/src/organization-policy/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 f2c683da0..1ebcef883 100644 --- a/src/organization-programmatic-user/index.ts +++ b/src/organization-programmatic-user/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 70e957835..dcab63904 100644 --- a/src/organization-user-group/index.ts +++ b/src/organization-user-group/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.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 d282b98ce..7b3605149 100644 --- a/src/organization-user/index.ts +++ b/src/organization-user/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.0/docs/resources/organization_user // generated from terraform resource schema diff --git a/src/provider/index.ts b/src/provider/index.ts index 580e814a6..b69db7f60 100644 --- a/src/provider/index.ts +++ b/src/provider/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.0/docs // generated from terraform resource schema diff --git a/src/stateful-node-azure/index.ts b/src/stateful-node-azure/index.ts index 92ed9bc30..07bb4b28b 100644 --- a/src/stateful-node-azure/index.ts +++ b/src/stateful-node-azure/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.0/docs/resources/stateful_node_azure // generated from terraform resource schema diff --git a/src/subscription/index.ts b/src/subscription/index.ts index 1dfb6414f..49eabd4aa 100644 --- a/src/subscription/index.ts +++ b/src/subscription/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.151.0/docs/resources/subscription // generated from terraform resource schema From b7e9e318e88ad11643ddb0c25005ef1a294859b1 Mon Sep 17 00:00:00 2001 From: team-tf-cdk Date: Mon, 4 Dec 2023 13:52:23 +0000 Subject: [PATCH 2/2] 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 | 462 +++++++++--------- 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, 1530 insertions(+), 1350 deletions(-) diff --git a/docs/accountAws.go.md b/docs/accountAws.go.md index d9cda7872..0e5f07256 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/v12/accountaws" accountaws.NewAccountAws(scope Construct, id *string, config AccountAwsConfig) AccountAws ``` @@ -378,7 +378,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/accountaws" accountaws.AccountAws_IsConstruct(x interface{}) *bool ``` @@ -410,7 +410,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/accountaws" accountaws.AccountAws_IsTerraformElement(x interface{}) *bool ``` @@ -424,7 +424,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/v12/accountaws" accountaws.AccountAws_IsTerraformResource(x interface{}) *bool ``` @@ -438,7 +438,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/v12/accountaws" accountaws.AccountAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -711,7 +711,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/v12/accountaws" &accountaws.AccountAwsConfig { Connection: interface{}, diff --git a/docs/credentialsAws.go.md b/docs/credentialsAws.go.md index 383fc8ef6..bfbca9660 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/v12/credentialsaws" credentialsaws.NewCredentialsAws(scope Construct, id *string, config CredentialsAwsConfig) CredentialsAws ``` @@ -378,7 +378,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/credentialsaws" credentialsaws.CredentialsAws_IsConstruct(x interface{}) *bool ``` @@ -410,7 +410,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/credentialsaws" credentialsaws.CredentialsAws_IsTerraformElement(x interface{}) *bool ``` @@ -424,7 +424,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/v12/credentialsaws" credentialsaws.CredentialsAws_IsTerraformResource(x interface{}) *bool ``` @@ -438,7 +438,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/v12/credentialsaws" credentialsaws.CredentialsAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -733,7 +733,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/v12/credentialsaws" &credentialsaws.CredentialsAwsConfig { Connection: interface{}, diff --git a/docs/dataIntegration.go.md b/docs/dataIntegration.go.md index 7ef29a78a..b5137ff9f 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/v12/dataintegration" dataintegration.NewDataIntegration(scope Construct, id *string, config DataIntegrationConfig) DataIntegration ``` @@ -405,7 +405,7 @@ func ResetStatus() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/dataintegration" dataintegration.DataIntegration_IsConstruct(x interface{}) *bool ``` @@ -437,7 +437,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/dataintegration" dataintegration.DataIntegration_IsTerraformElement(x interface{}) *bool ``` @@ -451,7 +451,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/v12/dataintegration" dataintegration.DataIntegration_IsTerraformResource(x interface{}) *bool ``` @@ -465,7 +465,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/v12/dataintegration" dataintegration.DataIntegration_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/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/dataintegration" &dataintegration.DataIntegrationConfig { Connection: interface{}, @@ -794,7 +794,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/v12.dataIntegration.DataIntegrationS3, Status: *string, } ``` @@ -945,7 +945,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/v12/dataintegration" &dataintegration.DataIntegrationS3 { BucketName: *string, @@ -993,7 +993,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/v12/dataintegration" dataintegration.NewDataIntegrationS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataIntegrationS3OutputReference ``` diff --git a/docs/elastigroupAws.go.md b/docs/elastigroupAws.go.md index 99fa3a4cf..b8de3d671 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/v12/elastigroupaws" elastigroupaws.NewElastigroupAws(scope Construct, id *string, config ElastigroupAwsConfig) ElastigroupAws ``` @@ -1366,7 +1366,7 @@ func ResetWaitForCapacityTimeout() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" elastigroupaws.ElastigroupAws_IsConstruct(x interface{}) *bool ``` @@ -1398,7 +1398,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" elastigroupaws.ElastigroupAws_IsTerraformElement(x interface{}) *bool ``` @@ -1412,7 +1412,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/v12/elastigroupaws" elastigroupaws.ElastigroupAws_IsTerraformResource(x interface{}) *bool ``` @@ -1426,7 +1426,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/v12/elastigroupaws" elastigroupaws.ElastigroupAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -3503,7 +3503,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsConfig { Connection: interface{}, @@ -3523,7 +3523,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/v12.elastigroupAws.ElastigroupAwsCpuOptions, Description: *string, DesiredCapacity: *f64, DrainingTimeout: *f64, @@ -3545,26 +3545,26 @@ 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/v12.elastigroupAws.ElastigroupAwsIntegrationBeanstalk, + IntegrationCodedeploy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationCodedeploy, + IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationDockerSwarm, + IntegrationEcs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationEcs, + IntegrationGitlab: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationGitlab, + IntegrationKubernetes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationKubernetes, + IntegrationMesosphere: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationMesosphere, + IntegrationMultaiRuntime: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationMultaiRuntime, + IntegrationNomad: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationNomad, + IntegrationRancher: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationRancher, + IntegrationRoute53: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationRoute53, Itf: interface{}, KeyName: *string, LifetimePeriod: *string, MaxSize: *f64, - MetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsMetadataOptions, + MetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.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/v12.elastigroupAws.ElastigroupAwsMultipleMetrics, NetworkInterface: interface{}, OndemandCount: *f64, OnDemandTypes: *[]*string, @@ -3577,7 +3577,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/v12.elastigroupAws.ElastigroupAwsRevertToSpot, ScalingDownPolicy: interface{}, ScalingStrategy: interface{}, ScalingTargetPolicy: interface{}, @@ -3586,12 +3586,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/v12.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/v12.elastigroupAws.ElastigroupAwsUpdatePolicy, UserData: *string, UtilizeCommitments: interface{}, UtilizeReservedInstances: interface{}, @@ -4852,7 +4852,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsCpuOptions { ThreadsPerCore: *f64, @@ -4884,7 +4884,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsEbsBlockDevice { DeviceName: *string, @@ -5028,7 +5028,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsEphemeralBlockDevice { DeviceName: *string, @@ -5074,7 +5074,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsImages { Image: interface{}, @@ -5108,7 +5108,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsImagesImage { Id: *string, @@ -5143,7 +5143,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsInstanceTypesWeights { InstanceType: *string, @@ -5189,12 +5189,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationBeanstalk { - DeploymentPreferences: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferences, + DeploymentPreferences: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferences, EnvironmentId: *string, - ManagedActions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActions, + ManagedActions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActions, } ``` @@ -5253,13 +5253,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/v12/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/v12.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy, } ``` @@ -5329,7 +5329,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy { Action: *string, @@ -5375,10 +5375,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationBeanstalkManagedActions { - PlatformUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate, + PlatformUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate, } ``` @@ -5409,7 +5409,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate { PerformAt: *string, @@ -5469,7 +5469,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationCodedeploy { CleanupOnFailure: interface{}, @@ -5531,7 +5531,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationCodedeployDeploymentGroups { ApplicationName: *string, @@ -5577,14 +5577,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/v12/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/v12.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom, AutoscaleIsEnabled: interface{}, } ``` @@ -5683,7 +5683,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationDockerSwarmAutoscaleDown { EvaluationPeriods: *f64, @@ -5729,7 +5729,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom { CpuPerUnit: *f64, @@ -5789,18 +5789,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/v12/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/v12.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.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/v12.elastigroupAws.ElastigroupAwsIntegrationEcsBatch, } ``` @@ -5941,7 +5941,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationEcsAutoscaleAttributes { Key: *string, @@ -5987,7 +5987,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationEcsAutoscaleDown { EvaluationPeriods: *f64, @@ -6033,7 +6033,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationEcsAutoscaleHeadroom { CpuPerUnit: *f64, @@ -6093,7 +6093,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationEcsBatch { JobQueueNames: *[]*string, @@ -6125,10 +6125,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationGitlab { - Runner: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationGitlabRunner, + Runner: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationGitlabRunner, } ``` @@ -6159,7 +6159,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationGitlabRunner { IsEnabled: interface{}, @@ -6191,13 +6191,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/v12/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/v12.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom, AutoscaleIsAutoConfig: interface{}, AutoscaleIsEnabled: interface{}, AutoscaleLabels: interface{}, @@ -6355,7 +6355,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationKubernetesAutoscaleDown { EvaluationPeriods: *f64, @@ -6401,7 +6401,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom { CpuPerUnit: *f64, @@ -6461,7 +6461,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationKubernetesAutoscaleLabels { Key: *string, @@ -6507,7 +6507,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationMesosphere { ApiServer: *string, @@ -6539,7 +6539,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationMultaiRuntime { DeploymentId: *string, @@ -6571,7 +6571,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationNomad { MasterHost: *string, @@ -6579,8 +6579,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/v12.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleHeadroom, AutoscaleIsEnabled: interface{}, } ``` @@ -6707,7 +6707,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationNomadAutoscaleConstraints { Key: *string, @@ -6753,7 +6753,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationNomadAutoscaleDown { EvaluationPeriods: *f64, @@ -6785,7 +6785,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationNomadAutoscaleHeadroom { CpuPerUnit: *f64, @@ -6845,7 +6845,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationRancher { AccessKey: *string, @@ -6919,7 +6919,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationRoute53 { Domains: interface{}, @@ -6953,7 +6953,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationRoute53Domains { HostedZoneId: *string, @@ -7029,7 +7029,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationRoute53DomainsRecordSets { Name: *string, @@ -7089,14 +7089,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/v12/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/v12.elastigroupAws.ElastigroupAwsItfDefaultStaticTargetGroup, MigrationHealthinessThreshold: *f64, } ``` @@ -7197,7 +7197,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsItfDefaultStaticTargetGroup { Arn: *string, @@ -7243,7 +7243,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsItfLoadBalancer { ListenerRule: interface{}, @@ -7291,11 +7291,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/v12/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/v12.elastigroupAws.ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup, } ``` @@ -7339,7 +7339,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup { Arn: *string, @@ -7385,7 +7385,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsItfTargetGroupConfig { HealthCheckPath: *string, @@ -7589,7 +7589,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsItfTargetGroupConfigMatcher { GrpcCode: *string, @@ -7635,7 +7635,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsItfTargetGroupConfigTags { TagKey: *string, @@ -7681,7 +7681,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsMetadataOptions { HttpTokens: *string, @@ -7741,7 +7741,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsMultaiTargetSets { BalancerId: *string, @@ -7787,7 +7787,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsMultipleMetrics { Expressions: interface{}, @@ -7837,7 +7837,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsMultipleMetricsExpressions { Expression: *string, @@ -7883,7 +7883,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsMultipleMetricsMetrics { MetricName: *string, @@ -8001,7 +8001,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsMultipleMetricsMetricsDimensions { Name: *string, @@ -8047,7 +8047,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsNetworkInterface { DeviceIndex: *string, @@ -8177,7 +8177,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsResourceRequirements { RequiredMemoryMaximum: *f64, @@ -8321,7 +8321,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsResourceTagSpecification { ShouldTagAmis: interface{}, @@ -8395,7 +8395,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsRevertToSpot { PerformAt: *string, @@ -8441,7 +8441,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingDownPolicy { MetricName: *string, @@ -8757,7 +8757,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingDownPolicyDimensions { Name: *string, @@ -8803,10 +8803,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingDownPolicyStepAdjustments { - Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsScalingDownPolicyStepAdjustmentsAction, + Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsScalingDownPolicyStepAdjustmentsAction, Threshold: *f64, } ``` @@ -8851,7 +8851,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingDownPolicyStepAdjustmentsAction { Type: *string, @@ -8967,7 +8967,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingStrategy { TerminateAtEndOfBillingHour: interface{}, @@ -9013,7 +9013,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingTargetPolicy { MetricName: *string, @@ -9215,7 +9215,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingTargetPolicyDimensions { Name: *string, @@ -9261,7 +9261,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingUpPolicy { MetricName: *string, @@ -9577,7 +9577,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingUpPolicyDimensions { Name: *string, @@ -9623,10 +9623,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingUpPolicyStepAdjustments { - Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsScalingUpPolicyStepAdjustmentsAction, + Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsScalingUpPolicyStepAdjustmentsAction, Threshold: *f64, } ``` @@ -9671,7 +9671,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingUpPolicyStepAdjustmentsAction { Type: *string, @@ -9787,7 +9787,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsScheduledTask { TaskType: *string, @@ -10015,7 +10015,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsSignal { Name: *string, @@ -10061,7 +10061,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsStatefulDeallocation { ShouldDeleteImages: interface{}, @@ -10135,7 +10135,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsStatefulInstanceAction { StatefulInstanceId: *string, @@ -10181,7 +10181,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsTags { Key: *string, @@ -10227,13 +10227,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/v12/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/v12.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfig, } ``` @@ -10303,13 +10303,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/v12/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/v12.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategy, WaitForRollPercentage: *f64, WaitForRollTimeout: *f64, } @@ -10407,12 +10407,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/v12/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/v12.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure, ShouldDrainInstances: interface{}, } ``` @@ -10483,7 +10483,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/v12/elastigroupaws" &elastigroupaws.ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure { ActionType: *string, @@ -10573,7 +10573,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsCpuOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsCpuOptionsOutputReference ``` @@ -10844,7 +10844,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsEbsBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsEbsBlockDeviceList ``` @@ -10987,7 +10987,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsEbsBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsEbsBlockDeviceOutputReference ``` @@ -11508,7 +11508,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsEphemeralBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsEphemeralBlockDeviceList ``` @@ -11651,7 +11651,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsEphemeralBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsEphemeralBlockDeviceOutputReference ``` @@ -11962,7 +11962,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsImagesImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsImagesImageList ``` @@ -12105,7 +12105,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsImagesImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsImagesImageOutputReference ``` @@ -12394,7 +12394,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsImagesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsImagesList ``` @@ -12537,7 +12537,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsImagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsImagesOutputReference ``` @@ -12839,7 +12839,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsInstanceTypesWeightsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsInstanceTypesWeightsList ``` @@ -12982,7 +12982,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsInstanceTypesWeightsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsInstanceTypesWeightsOutputReference ``` @@ -13293,7 +13293,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationBeanstalkDeploymentPreferencesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesOutputReference ``` @@ -13671,7 +13671,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategyOutputReference ``` @@ -13978,7 +13978,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationBeanstalkManagedActionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkManagedActionsOutputReference ``` @@ -14269,7 +14269,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdateOutputReference ``` @@ -14605,7 +14605,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationBeanstalkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkOutputReference ``` @@ -14967,7 +14967,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationCodedeployDeploymentGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationCodedeployDeploymentGroupsList ``` @@ -15110,7 +15110,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationCodedeployDeploymentGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationCodedeployDeploymentGroupsOutputReference ``` @@ -15421,7 +15421,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationCodedeployOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationCodedeployOutputReference ``` @@ -15749,7 +15749,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationDockerSwarmAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationDockerSwarmAutoscaleDownOutputReference ``` @@ -16056,7 +16056,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroomOutputReference ``` @@ -16392,7 +16392,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationDockerSwarmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationDockerSwarmOutputReference ``` @@ -16827,7 +16827,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsAutoscaleAttributesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationEcsAutoscaleAttributesList ``` @@ -16970,7 +16970,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsAutoscaleAttributesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationEcsAutoscaleAttributesOutputReference ``` @@ -17281,7 +17281,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationEcsAutoscaleDownOutputReference ``` @@ -17588,7 +17588,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationEcsAutoscaleHeadroomOutputReference ``` @@ -17924,7 +17924,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsBatchOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationEcsBatchOutputReference ``` @@ -18195,7 +18195,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationEcsOutputReference ``` @@ -18750,7 +18750,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationGitlabOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationGitlabOutputReference ``` @@ -19041,7 +19041,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationGitlabRunnerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationGitlabRunnerOutputReference ``` @@ -19319,7 +19319,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationKubernetesAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationKubernetesAutoscaleDownOutputReference ``` @@ -19626,7 +19626,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationKubernetesAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationKubernetesAutoscaleHeadroomOutputReference ``` @@ -19962,7 +19962,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationKubernetesAutoscaleLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationKubernetesAutoscaleLabelsList ``` @@ -20105,7 +20105,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationKubernetesAutoscaleLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationKubernetesAutoscaleLabelsOutputReference ``` @@ -20416,7 +20416,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationKubernetesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationKubernetesOutputReference ``` @@ -20994,7 +20994,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationMesosphereOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationMesosphereOutputReference ``` @@ -21265,7 +21265,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationMultaiRuntimeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationMultaiRuntimeOutputReference ``` @@ -21536,7 +21536,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleConstraintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationNomadAutoscaleConstraintsList ``` @@ -21679,7 +21679,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference ``` @@ -21990,7 +21990,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationNomadAutoscaleDownOutputReference ``` @@ -22268,7 +22268,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationNomadAutoscaleHeadroomOutputReference ``` @@ -22604,7 +22604,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationNomadOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationNomadOutputReference ``` @@ -23110,7 +23110,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRancherOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationRancherOutputReference ``` @@ -23454,7 +23454,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRoute53DomainsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationRoute53DomainsList ``` @@ -23597,7 +23597,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRoute53DomainsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationRoute53DomainsOutputReference ``` @@ -23979,7 +23979,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRoute53DomainsRecordSetsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationRoute53DomainsRecordSetsList ``` @@ -24122,7 +24122,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRoute53DomainsRecordSetsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationRoute53DomainsRecordSetsOutputReference ``` @@ -24469,7 +24469,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRoute53OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationRoute53OutputReference ``` @@ -24753,7 +24753,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsItfDefaultStaticTargetGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsItfDefaultStaticTargetGroupOutputReference ``` @@ -25046,7 +25046,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsItfList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfList ``` @@ -25189,7 +25189,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsItfLoadBalancerList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfLoadBalancerList ``` @@ -25332,7 +25332,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsItfLoadBalancerListenerRuleList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfLoadBalancerListenerRuleList ``` @@ -25475,7 +25475,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsItfLoadBalancerListenerRuleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfLoadBalancerListenerRuleOutputReference ``` @@ -25806,7 +25806,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroupOutputReference ``` @@ -26099,7 +26099,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsItfLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfLoadBalancerOutputReference ``` @@ -26423,7 +26423,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsItfOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfOutputReference ``` @@ -26875,7 +26875,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfTargetGroupConfigList ``` @@ -27018,7 +27018,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigMatcherList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfTargetGroupConfigMatcherList ``` @@ -27161,7 +27161,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigMatcherOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfTargetGroupConfigMatcherOutputReference ``` @@ -27486,7 +27486,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfTargetGroupConfigOutputReference ``` @@ -28128,7 +28128,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfTargetGroupConfigTagsList ``` @@ -28271,7 +28271,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfTargetGroupConfigTagsOutputReference ``` @@ -28589,7 +28589,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsMetadataOptionsOutputReference ``` @@ -28918,7 +28918,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsMultaiTargetSetsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsMultaiTargetSetsList ``` @@ -29061,7 +29061,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsMultaiTargetSetsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsMultaiTargetSetsOutputReference ``` @@ -29372,7 +29372,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsExpressionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsMultipleMetricsExpressionsList ``` @@ -29515,7 +29515,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsExpressionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsMultipleMetricsExpressionsOutputReference ``` @@ -29826,7 +29826,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsMetricsDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsMultipleMetricsMetricsDimensionsList ``` @@ -29969,7 +29969,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsMetricsDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsMultipleMetricsMetricsDimensionsOutputReference ``` @@ -30287,7 +30287,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsMetricsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsMultipleMetricsMetricsList ``` @@ -30430,7 +30430,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsMetricsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsMultipleMetricsMetricsOutputReference ``` @@ -30892,7 +30892,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsMultipleMetricsOutputReference ``` @@ -31225,7 +31225,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsNetworkInterfaceList ``` @@ -31368,7 +31368,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsNetworkInterfaceOutputReference ``` @@ -31860,7 +31860,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsResourceRequirementsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsResourceRequirementsList ``` @@ -32003,7 +32003,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsResourceRequirementsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsResourceRequirementsOutputReference ``` @@ -32503,7 +32503,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsResourceTagSpecificationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsResourceTagSpecificationList ``` @@ -32646,7 +32646,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsResourceTagSpecificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsResourceTagSpecificationOutputReference ``` @@ -33029,7 +33029,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsRevertToSpotOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsRevertToSpotOutputReference ``` @@ -33329,7 +33329,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingDownPolicyDimensionsList ``` @@ -33472,7 +33472,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingDownPolicyDimensionsOutputReference ``` @@ -33790,7 +33790,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingDownPolicyList ``` @@ -33933,7 +33933,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingDownPolicyOutputReference ``` @@ -34814,7 +34814,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyStepAdjustmentsActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsScalingDownPolicyStepAdjustmentsActionOutputReference ``` @@ -35259,7 +35259,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyStepAdjustmentsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingDownPolicyStepAdjustmentsList ``` @@ -35402,7 +35402,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyStepAdjustmentsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingDownPolicyStepAdjustmentsOutputReference ``` @@ -35726,7 +35726,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingStrategyList ``` @@ -35869,7 +35869,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingStrategyOutputReference ``` @@ -36194,7 +36194,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingTargetPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingTargetPolicyDimensionsList ``` @@ -36337,7 +36337,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingTargetPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingTargetPolicyDimensionsOutputReference ``` @@ -36655,7 +36655,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingTargetPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingTargetPolicyList ``` @@ -36798,7 +36798,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingTargetPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingTargetPolicyOutputReference ``` @@ -37427,7 +37427,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingUpPolicyDimensionsList ``` @@ -37570,7 +37570,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingUpPolicyDimensionsOutputReference ``` @@ -37888,7 +37888,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingUpPolicyList ``` @@ -38031,7 +38031,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingUpPolicyOutputReference ``` @@ -38912,7 +38912,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyStepAdjustmentsActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsScalingUpPolicyStepAdjustmentsActionOutputReference ``` @@ -39357,7 +39357,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyStepAdjustmentsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingUpPolicyStepAdjustmentsList ``` @@ -39500,7 +39500,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyStepAdjustmentsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingUpPolicyStepAdjustmentsOutputReference ``` @@ -39824,7 +39824,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScheduledTaskList ``` @@ -39967,7 +39967,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScheduledTaskOutputReference ``` @@ -40662,7 +40662,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsSignalList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsSignalList ``` @@ -40805,7 +40805,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsSignalOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsSignalOutputReference ``` @@ -41123,7 +41123,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsStatefulDeallocationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsStatefulDeallocationOutputReference ``` @@ -41488,7 +41488,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsStatefulInstanceActionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsStatefulInstanceActionList ``` @@ -41631,7 +41631,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsStatefulInstanceActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsStatefulInstanceActionOutputReference ``` @@ -41942,7 +41942,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsTagsList ``` @@ -42085,7 +42085,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsTagsOutputReference ``` @@ -42410,7 +42410,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsUpdatePolicyOutputReference ``` @@ -42774,7 +42774,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsUpdatePolicyRollConfigOutputReference ``` @@ -43203,7 +43203,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsUpdatePolicyRollConfigStrategyOnFailureOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailureOutputReference ``` @@ -43590,7 +43590,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/v12/elastigroupaws" elastigroupaws.NewElastigroupAwsUpdatePolicyRollConfigStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsUpdatePolicyRollConfigStrategyOutputReference ``` diff --git a/docs/elastigroupAwsBeanstalk.go.md b/docs/elastigroupAwsBeanstalk.go.md index de098be80..17b4c3449 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/v12/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalk(scope Construct, id *string, config ElastigroupAwsBeanstalkConfig) ElastigroupAwsBeanstalk ``` @@ -459,7 +459,7 @@ func ResetScheduledTask() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_IsConstruct(x interface{}) *bool ``` @@ -491,7 +491,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_IsTerraformElement(x interface{}) *bool ``` @@ -505,7 +505,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/v12/elastigroupawsbeanstalk" elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_IsTerraformResource(x interface{}) *bool ``` @@ -519,7 +519,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/v12/elastigroupawsbeanstalk" elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1056,7 +1056,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/v12/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkConfig { Connection: interface{}, @@ -1075,10 +1075,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/v12.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/v12.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActions, ScheduledTask: interface{}, } ``` @@ -1363,7 +1363,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/v12/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkDeploymentPreferences { AutomaticRoll: interface{}, @@ -1439,7 +1439,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/v12/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkDeploymentPreferencesStrategy { Action: *string, @@ -1485,10 +1485,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/v12/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkManagedActions { - PlatformUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActionsPlatformUpdate, + PlatformUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActionsPlatformUpdate, } ``` @@ -1519,7 +1519,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/v12/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkManagedActionsPlatformUpdate { PerformAt: *string, @@ -1579,7 +1579,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/v12/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkScheduledTask { TaskType: *string, @@ -1809,7 +1809,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/v12/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkDeploymentPreferencesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsBeanstalkDeploymentPreferencesOutputReference ``` @@ -2187,7 +2187,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/v12/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkDeploymentPreferencesStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsBeanstalkDeploymentPreferencesStrategyList ``` @@ -2330,7 +2330,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/v12/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkDeploymentPreferencesStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsBeanstalkDeploymentPreferencesStrategyOutputReference ``` @@ -2655,7 +2655,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/v12/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkManagedActionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsBeanstalkManagedActionsOutputReference ``` @@ -2946,7 +2946,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/v12/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkManagedActionsPlatformUpdateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsBeanstalkManagedActionsPlatformUpdateOutputReference ``` @@ -3282,7 +3282,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/v12/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsBeanstalkScheduledTaskList ``` @@ -3425,7 +3425,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/v12/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 efdd33bdd..0257c4b82 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/v12/elastigroupawssuspension" elastigroupawssuspension.NewElastigroupAwsSuspension(scope Construct, id *string, config ElastigroupAwsSuspensionConfig) ElastigroupAwsSuspension ``` @@ -391,7 +391,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawssuspension" elastigroupawssuspension.ElastigroupAwsSuspension_IsConstruct(x interface{}) *bool ``` @@ -423,7 +423,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawssuspension" elastigroupawssuspension.ElastigroupAwsSuspension_IsTerraformElement(x interface{}) *bool ``` @@ -437,7 +437,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/v12/elastigroupawssuspension" elastigroupawssuspension.ElastigroupAwsSuspension_IsTerraformResource(x interface{}) *bool ``` @@ -451,7 +451,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/v12/elastigroupawssuspension" elastigroupawssuspension.ElastigroupAwsSuspension_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -746,7 +746,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/v12/elastigroupawssuspension" &elastigroupawssuspension.ElastigroupAwsSuspensionConfig { Connection: interface{}, @@ -895,7 +895,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/v12/elastigroupawssuspension" &elastigroupawssuspension.ElastigroupAwsSuspensionSuspension { Name: *string, @@ -929,7 +929,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/v12/elastigroupawssuspension" elastigroupawssuspension.NewElastigroupAwsSuspensionSuspensionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsSuspensionSuspensionList ``` @@ -1072,7 +1072,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/v12/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 124fda703..7c3cfa07f 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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzure(scope Construct, id *string, config ElastigroupAzureConfig) ElastigroupAzure ``` @@ -666,7 +666,7 @@ func ResetUserData() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" elastigroupazure.ElastigroupAzure_IsConstruct(x interface{}) *bool ``` @@ -698,7 +698,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" elastigroupazure.ElastigroupAzure_IsTerraformElement(x interface{}) *bool ``` @@ -712,7 +712,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/v12/elastigroupazure" elastigroupazure.ElastigroupAzure_IsTerraformResource(x interface{}) *bool ``` @@ -726,7 +726,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/v12/elastigroupazure" elastigroupazure.ElastigroupAzure_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1527,7 +1527,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/v12/elastigroupazure" &elastigroupazure.ElastigroupAzureConfig { Connection: interface{}, @@ -1539,21 +1539,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/v12.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/v12.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/v12.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/v12.elastigroupAzure.ElastigroupAzureIntegrationKubernetes, + IntegrationMultaiRuntime: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAzure.ElastigroupAzureIntegrationMultaiRuntime, LoadBalancers: interface{}, - Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureLogin, + Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAzure.ElastigroupAzureLogin, ManagedServiceIdentities: interface{}, MaxSize: *f64, MinSize: *f64, @@ -1561,7 +1561,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/v12.elastigroupAzure.ElastigroupAzureUpdatePolicy, UserData: *string, } ``` @@ -2022,7 +2022,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/v12/elastigroupazure" &elastigroupazure.ElastigroupAzureHealthCheck { HealthCheckType: *string, @@ -2082,7 +2082,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/v12/elastigroupazure" &elastigroupazure.ElastigroupAzureImage { Custom: interface{}, @@ -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/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" &elastigroupazure.ElastigroupAzureImageCustom { ImageName: *string, @@ -2178,7 +2178,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/v12/elastigroupazure" &elastigroupazure.ElastigroupAzureImageMarketplace { Offer: *string, @@ -2238,7 +2238,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/v12/elastigroupazure" &elastigroupazure.ElastigroupAzureIntegrationKubernetes { ClusterIdentifier: *string, @@ -2270,7 +2270,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/v12/elastigroupazure" &elastigroupazure.ElastigroupAzureIntegrationMultaiRuntime { DeploymentId: *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/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" &elastigroupazure.ElastigroupAzureLoadBalancers { Type: *string, @@ -2376,7 +2376,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/v12/elastigroupazure" &elastigroupazure.ElastigroupAzureLogin { UserName: *string, @@ -2436,7 +2436,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/v12/elastigroupazure" &elastigroupazure.ElastigroupAzureManagedServiceIdentities { Name: *string, @@ -2482,7 +2482,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/v12/elastigroupazure" &elastigroupazure.ElastigroupAzureNetwork { ResourceGroupName: *string, @@ -2572,7 +2572,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/v12/elastigroupazure" &elastigroupazure.ElastigroupAzureNetworkAdditionalIpConfigs { Name: *string, @@ -2618,7 +2618,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/v12/elastigroupazure" &elastigroupazure.ElastigroupAzureScalingDownPolicy { MetricName: *string, @@ -2890,7 +2890,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/v12/elastigroupazure" &elastigroupazure.ElastigroupAzureScalingDownPolicyDimensions { Name: *string, @@ -2936,7 +2936,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/v12/elastigroupazure" &elastigroupazure.ElastigroupAzureScalingUpPolicy { MetricName: *string, @@ -3208,7 +3208,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/v12/elastigroupazure" &elastigroupazure.ElastigroupAzureScalingUpPolicyDimensions { Name: *string, @@ -3254,7 +3254,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/v12/elastigroupazure" &elastigroupazure.ElastigroupAzureScheduledTask { CronExpression: *string, @@ -3412,7 +3412,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/v12/elastigroupazure" &elastigroupazure.ElastigroupAzureStrategy { DrainingTimeout: *f64, @@ -3472,11 +3472,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/v12/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/v12.elastigroupAzure.ElastigroupAzureUpdatePolicyRollConfig, } ``` @@ -3520,7 +3520,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/v12/elastigroupazure" &elastigroupazure.ElastigroupAzureUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -3582,7 +3582,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureHealthCheckOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureHealthCheckOutputReference ``` @@ -3911,7 +3911,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureImageCustomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureImageCustomList ``` @@ -4054,7 +4054,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureImageCustomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureImageCustomOutputReference ``` @@ -4365,7 +4365,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureImageList ``` @@ -4508,7 +4508,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureImageMarketplaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureImageMarketplaceList ``` @@ -4651,7 +4651,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureImageMarketplaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureImageMarketplaceOutputReference ``` @@ -4984,7 +4984,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureImageOutputReference ``` @@ -5335,7 +5335,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureIntegrationKubernetesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureIntegrationKubernetesOutputReference ``` @@ -5606,7 +5606,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureIntegrationMultaiRuntimeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureIntegrationMultaiRuntimeOutputReference ``` @@ -5877,7 +5877,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureLoadBalancersList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureLoadBalancersList ``` @@ -6020,7 +6020,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureLoadBalancersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureLoadBalancersOutputReference ``` @@ -6396,7 +6396,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureLoginOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureLoginOutputReference ``` @@ -6725,7 +6725,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureManagedServiceIdentitiesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureManagedServiceIdentitiesList ``` @@ -6868,7 +6868,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureManagedServiceIdentitiesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureManagedServiceIdentitiesOutputReference ``` @@ -7179,7 +7179,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureNetworkAdditionalIpConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureNetworkAdditionalIpConfigsList ``` @@ -7322,7 +7322,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureNetworkAdditionalIpConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureNetworkAdditionalIpConfigsOutputReference ``` @@ -7640,7 +7640,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureNetworkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureNetworkOutputReference ``` @@ -8026,7 +8026,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingDownPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureScalingDownPolicyDimensionsList ``` @@ -8169,7 +8169,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingDownPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureScalingDownPolicyDimensionsOutputReference ``` @@ -8487,7 +8487,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureScalingDownPolicyList ``` @@ -8630,7 +8630,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureScalingDownPolicyOutputReference ``` @@ -9404,7 +9404,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingUpPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureScalingUpPolicyDimensionsList ``` @@ -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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingUpPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureScalingUpPolicyDimensionsOutputReference ``` @@ -9865,7 +9865,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureScalingUpPolicyList ``` @@ -10008,7 +10008,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureScalingUpPolicyOutputReference ``` @@ -10782,7 +10782,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureScheduledTaskList ``` @@ -10925,7 +10925,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureScheduledTaskOutputReference ``` @@ -11468,7 +11468,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureStrategyOutputReference ``` @@ -11804,7 +11804,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureUpdatePolicyOutputReference ``` @@ -12117,7 +12117,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/v12/elastigroupazure" elastigroupazure.NewElastigroupAzureUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/elastigroupAzureV3.go.md b/docs/elastigroupAzureV3.go.md index 17b3b73fb..abe7ec189 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/v12/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3(scope Construct, id *string, config ElastigroupAzureV3Config) ElastigroupAzureV3 ``` @@ -520,7 +520,7 @@ func ResetTags() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" elastigroupazurev3.ElastigroupAzureV3_IsConstruct(x interface{}) *bool ``` @@ -552,7 +552,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" elastigroupazurev3.ElastigroupAzureV3_IsTerraformElement(x interface{}) *bool ``` @@ -566,7 +566,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/v12/elastigroupazurev3" elastigroupazurev3.ElastigroupAzureV3_IsTerraformResource(x interface{}) *bool ``` @@ -580,7 +580,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/v12/elastigroupazurev3" elastigroupazurev3.ElastigroupAzureV3_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1249,7 +1249,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/v12/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3Config { Connection: interface{}, @@ -1261,7 +1261,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/v12.elastigroupAzureV3.ElastigroupAzureV3Network, OdSizes: *[]*string, Os: *string, Region: *string, @@ -1272,7 +1272,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/v12.elastigroupAzureV3.ElastigroupAzureV3Login, ManagedServiceIdentity: interface{}, MaxSize: *f64, MinSize: *f64, @@ -1644,7 +1644,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/v12/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3Image { Custom: interface{}, @@ -1694,7 +1694,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/v12/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3ImageCustom { ImageName: *string, @@ -1740,7 +1740,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/v12/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3ImageMarketplace { Offer: *string, @@ -1814,7 +1814,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/v12/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3Login { UserName: *string, @@ -1874,7 +1874,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/v12/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3ManagedServiceIdentity { Name: *string, @@ -1920,7 +1920,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/v12/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3Network { NetworkInterfaces: interface{}, @@ -1982,7 +1982,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/v12/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3NetworkNetworkInterfaces { AssignPublicIp: interface{}, @@ -2074,7 +2074,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/v12/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigs { Name: *string, @@ -2120,7 +2120,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/v12/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroup { Name: *string, @@ -2166,7 +2166,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/v12/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3Tags { Key: *string, @@ -2214,7 +2214,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/v12/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageCustomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ImageCustomList ``` @@ -2357,7 +2357,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/v12/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageCustomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ImageCustomOutputReference ``` @@ -2668,7 +2668,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/v12/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ImageList ``` @@ -2811,7 +2811,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/v12/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageMarketplaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ImageMarketplaceList ``` @@ -2954,7 +2954,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/v12/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageMarketplaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ImageMarketplaceOutputReference ``` @@ -3309,7 +3309,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/v12/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ImageOutputReference ``` @@ -3660,7 +3660,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/v12/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3LoginOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3LoginOutputReference ``` @@ -3989,7 +3989,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/v12/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ManagedServiceIdentityList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ManagedServiceIdentityList ``` @@ -4132,7 +4132,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/v12/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ManagedServiceIdentityOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ManagedServiceIdentityOutputReference ``` @@ -4443,7 +4443,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/v12/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsList ``` @@ -4586,7 +4586,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/v12/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsOutputReference ``` @@ -4904,7 +4904,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/v12/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupList ``` @@ -5047,7 +5047,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/v12/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupOutputReference ``` @@ -5358,7 +5358,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/v12/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesList ``` @@ -5501,7 +5501,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/v12/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesOutputReference ``` @@ -5918,7 +5918,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/v12/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3NetworkOutputReference ``` @@ -6246,7 +6246,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/v12/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3TagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3TagsList ``` @@ -6389,7 +6389,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/v12/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 5502c472c..0af38388d 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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcp(scope Construct, id *string, config ElastigroupGcpConfig) ElastigroupGcp ``` @@ -785,7 +785,7 @@ func ResetUnhealthyDuration() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" elastigroupgcp.ElastigroupGcp_IsConstruct(x interface{}) *bool ``` @@ -817,7 +817,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" elastigroupgcp.ElastigroupGcp_IsTerraformElement(x interface{}) *bool ``` @@ -831,7 +831,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/v12/elastigroupgcp" elastigroupgcp.ElastigroupGcp_IsTerraformResource(x interface{}) *bool ``` @@ -845,7 +845,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/v12/elastigroupgcp" elastigroupgcp.ElastigroupGcp_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1888,7 +1888,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/v12/elastigroupgcp" &elastigroupgcp.ElastigroupGcpBackendServices { ServiceName: *string, @@ -1964,7 +1964,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/v12/elastigroupgcp" &elastigroupgcp.ElastigroupGcpBackendServicesNamedPorts { Name: *string, @@ -2010,7 +2010,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/v12/elastigroupgcp" &elastigroupgcp.ElastigroupGcpConfig { Connection: interface{}, @@ -2037,8 +2037,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/v12.elastigroupGcp.ElastigroupGcpIntegrationDockerSwarm, + IntegrationGke: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupGcp.ElastigroupGcpIntegrationGke, IpForwarding: interface{}, Labels: interface{}, MaxSize: *f64, @@ -2659,7 +2659,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/v12/elastigroupgcp" &elastigroupgcp.ElastigroupGcpDisk { AutoDelete: interface{}, @@ -2791,7 +2791,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" &elastigroupgcp.ElastigroupGcpDiskInitializeParams { SourceImage: *string, @@ -2851,7 +2851,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/v12/elastigroupgcp" &elastigroupgcp.ElastigroupGcpGpu { Count: *f64, @@ -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/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" &elastigroupgcp.ElastigroupGcpInstanceTypesCustom { MemoryGib: *f64, @@ -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/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" &elastigroupgcp.ElastigroupGcpIntegrationDockerSwarm { MasterHost: *string, @@ -2989,12 +2989,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/v12/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/v12.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleHeadroom, AutoscaleIsAutoConfig: interface{}, AutoscaleIsEnabled: interface{}, AutoscaleLabels: interface{}, @@ -3139,7 +3139,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/v12/elastigroupgcp" &elastigroupgcp.ElastigroupGcpIntegrationGkeAutoscaleDown { EvaluationPeriods: *f64, @@ -3171,7 +3171,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/v12/elastigroupgcp" &elastigroupgcp.ElastigroupGcpIntegrationGkeAutoscaleHeadroom { CpuPerUnit: *f64, @@ -3231,7 +3231,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/v12/elastigroupgcp" &elastigroupgcp.ElastigroupGcpIntegrationGkeAutoscaleLabels { Key: *string, @@ -3277,7 +3277,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/v12/elastigroupgcp" &elastigroupgcp.ElastigroupGcpLabels { Key: *string, @@ -3323,7 +3323,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/v12/elastigroupgcp" &elastigroupgcp.ElastigroupGcpMetadata { Key: *string, @@ -3369,7 +3369,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/v12/elastigroupgcp" &elastigroupgcp.ElastigroupGcpNetworkInterface { Network: *string, @@ -3433,7 +3433,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/v12/elastigroupgcp" &elastigroupgcp.ElastigroupGcpNetworkInterfaceAccessConfigs { Name: *string, @@ -3479,7 +3479,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/v12/elastigroupgcp" &elastigroupgcp.ElastigroupGcpNetworkInterfaceAliasIpRanges { IpCidrRange: *string, @@ -3525,7 +3525,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/v12/elastigroupgcp" &elastigroupgcp.ElastigroupGcpScalingDownPolicy { MetricName: *string, @@ -3741,7 +3741,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/v12/elastigroupgcp" &elastigroupgcp.ElastigroupGcpScalingDownPolicyDimensions { Name: *string, @@ -3787,7 +3787,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/v12/elastigroupgcp" &elastigroupgcp.ElastigroupGcpScalingUpPolicy { MetricName: *string, @@ -4003,7 +4003,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/v12/elastigroupgcp" &elastigroupgcp.ElastigroupGcpScalingUpPolicyDimensions { Name: *string, @@ -4049,7 +4049,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/v12/elastigroupgcp" &elastigroupgcp.ElastigroupGcpScheduledTask { TaskType: *string, @@ -4151,7 +4151,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/v12/elastigroupgcp" &elastigroupgcp.ElastigroupGcpSubnets { Region: *string, @@ -4199,7 +4199,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpBackendServicesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpBackendServicesList ``` @@ -4342,7 +4342,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpBackendServicesNamedPortsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpBackendServicesNamedPortsList ``` @@ -4485,7 +4485,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpBackendServicesNamedPortsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpBackendServicesNamedPortsOutputReference ``` @@ -4796,7 +4796,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpBackendServicesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpBackendServicesOutputReference ``` @@ -5185,7 +5185,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpDiskInitializeParamsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpDiskInitializeParamsList ``` @@ -5328,7 +5328,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpDiskInitializeParamsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpDiskInitializeParamsOutputReference ``` @@ -5675,7 +5675,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpDiskList ``` @@ -5818,7 +5818,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpDiskOutputReference ``` @@ -6330,7 +6330,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpGpuList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpGpuList ``` @@ -6473,7 +6473,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpGpuOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpGpuOutputReference ``` @@ -6784,7 +6784,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpInstanceTypesCustomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpInstanceTypesCustomList ``` @@ -6927,7 +6927,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpInstanceTypesCustomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpInstanceTypesCustomOutputReference ``` @@ -7238,7 +7238,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationDockerSwarmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGcpIntegrationDockerSwarmOutputReference ``` @@ -7531,7 +7531,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationGkeAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGcpIntegrationGkeAutoscaleDownOutputReference ``` @@ -7809,7 +7809,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationGkeAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGcpIntegrationGkeAutoscaleHeadroomOutputReference ``` @@ -8145,7 +8145,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationGkeAutoscaleLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpIntegrationGkeAutoscaleLabelsList ``` @@ -8288,7 +8288,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationGkeAutoscaleLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpIntegrationGkeAutoscaleLabelsOutputReference ``` @@ -8599,7 +8599,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationGkeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGcpIntegrationGkeOutputReference ``` @@ -9148,7 +9148,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpLabelsList ``` @@ -9291,7 +9291,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpLabelsOutputReference ``` @@ -9602,7 +9602,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpMetadataList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpMetadataList ``` @@ -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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpMetadataOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpMetadataOutputReference ``` @@ -10056,7 +10056,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceAccessConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpNetworkInterfaceAccessConfigsList ``` @@ -10199,7 +10199,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceAccessConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpNetworkInterfaceAccessConfigsOutputReference ``` @@ -10524,7 +10524,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceAliasIpRangesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpNetworkInterfaceAliasIpRangesList ``` @@ -10667,7 +10667,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceAliasIpRangesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpNetworkInterfaceAliasIpRangesOutputReference ``` @@ -10978,7 +10978,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpNetworkInterfaceList ``` @@ -11121,7 +11121,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpNetworkInterfaceOutputReference ``` @@ -11494,7 +11494,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingDownPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScalingDownPolicyDimensionsList ``` @@ -11637,7 +11637,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingDownPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScalingDownPolicyDimensionsOutputReference ``` @@ -11955,7 +11955,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScalingDownPolicyList ``` @@ -12098,7 +12098,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScalingDownPolicyOutputReference ``` @@ -12749,7 +12749,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingUpPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScalingUpPolicyDimensionsList ``` @@ -12892,7 +12892,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingUpPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScalingUpPolicyDimensionsOutputReference ``` @@ -13210,7 +13210,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScalingUpPolicyList ``` @@ -13353,7 +13353,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScalingUpPolicyOutputReference ``` @@ -14004,7 +14004,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScheduledTaskList ``` @@ -14147,7 +14147,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScheduledTaskOutputReference ``` @@ -14581,7 +14581,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/v12/elastigroupgcp" elastigroupgcp.NewElastigroupGcpSubnetsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpSubnetsList ``` @@ -14724,7 +14724,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/v12/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 5451ebda5..e5dcca7fa 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/v12/elastigroupgke" elastigroupgke.NewElastigroupGke(scope Construct, id *string, config ElastigroupGkeConfig) ElastigroupGke ``` @@ -717,7 +717,7 @@ func ResetTags() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" elastigroupgke.ElastigroupGke_IsConstruct(x interface{}) *bool ``` @@ -749,7 +749,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" elastigroupgke.ElastigroupGke_IsTerraformElement(x interface{}) *bool ``` @@ -763,7 +763,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/v12/elastigroupgke" elastigroupgke.ElastigroupGke_IsTerraformResource(x interface{}) *bool ``` @@ -777,7 +777,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/v12/elastigroupgke" elastigroupgke.ElastigroupGke_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1710,7 +1710,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/v12/elastigroupgke" &elastigroupgke.ElastigroupGkeBackendServices { ServiceName: *string, @@ -1786,7 +1786,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/v12/elastigroupgke" &elastigroupgke.ElastigroupGkeBackendServicesNamedPorts { Name: *string, @@ -1832,7 +1832,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/v12/elastigroupgke" &elastigroupgke.ElastigroupGkeConfig { Connection: interface{}, @@ -1856,8 +1856,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/v12.elastigroupGke.ElastigroupGkeIntegrationDockerSwarm, + IntegrationGke: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupGke.ElastigroupGkeIntegrationGke, IpForwarding: interface{}, Labels: interface{}, MaxSize: *f64, @@ -2407,7 +2407,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/v12/elastigroupgke" &elastigroupgke.ElastigroupGkeDisk { AutoDelete: interface{}, @@ -2539,7 +2539,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" &elastigroupgke.ElastigroupGkeDiskInitializeParams { SourceImage: *string, @@ -2599,7 +2599,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/v12/elastigroupgke" &elastigroupgke.ElastigroupGkeGpu { Count: *f64, @@ -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/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" &elastigroupgke.ElastigroupGkeInstanceTypesCustom { MemoryGib: *f64, @@ -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/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" &elastigroupgke.ElastigroupGkeIntegrationDockerSwarm { MasterHost: *string, @@ -2737,12 +2737,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/v12/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/v12.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleHeadroom, AutoscaleIsAutoConfig: interface{}, AutoscaleIsEnabled: interface{}, AutoscaleLabels: interface{}, @@ -2887,7 +2887,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/v12/elastigroupgke" &elastigroupgke.ElastigroupGkeIntegrationGkeAutoscaleDown { EvaluationPeriods: *f64, @@ -2919,7 +2919,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/v12/elastigroupgke" &elastigroupgke.ElastigroupGkeIntegrationGkeAutoscaleHeadroom { CpuPerUnit: *f64, @@ -2979,7 +2979,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/v12/elastigroupgke" &elastigroupgke.ElastigroupGkeIntegrationGkeAutoscaleLabels { Key: *string, @@ -3025,7 +3025,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/v12/elastigroupgke" &elastigroupgke.ElastigroupGkeLabels { Key: *string, @@ -3071,7 +3071,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/v12/elastigroupgke" &elastigroupgke.ElastigroupGkeMetadata { Key: *string, @@ -3117,7 +3117,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/v12/elastigroupgke" &elastigroupgke.ElastigroupGkeNetworkInterface { Network: *string, @@ -3181,7 +3181,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/v12/elastigroupgke" &elastigroupgke.ElastigroupGkeNetworkInterfaceAccessConfigs { Name: *string, @@ -3227,7 +3227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" &elastigroupgke.ElastigroupGkeNetworkInterfaceAliasIpRanges { IpCidrRange: *string, @@ -3273,7 +3273,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/v12/elastigroupgke" &elastigroupgke.ElastigroupGkeScalingDownPolicy { MetricName: *string, @@ -3489,7 +3489,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/v12/elastigroupgke" &elastigroupgke.ElastigroupGkeScalingDownPolicyDimensions { Name: *string, @@ -3535,7 +3535,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/v12/elastigroupgke" &elastigroupgke.ElastigroupGkeScalingUpPolicy { MetricName: *string, @@ -3751,7 +3751,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/v12/elastigroupgke" &elastigroupgke.ElastigroupGkeScalingUpPolicyDimensions { Name: *string, @@ -3799,7 +3799,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeBackendServicesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeBackendServicesList ``` @@ -3942,7 +3942,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeBackendServicesNamedPortsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeBackendServicesNamedPortsList ``` @@ -4085,7 +4085,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeBackendServicesNamedPortsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeBackendServicesNamedPortsOutputReference ``` @@ -4396,7 +4396,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeBackendServicesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeBackendServicesOutputReference ``` @@ -4785,7 +4785,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeDiskInitializeParamsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeDiskInitializeParamsList ``` @@ -4928,7 +4928,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeDiskInitializeParamsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeDiskInitializeParamsOutputReference ``` @@ -5275,7 +5275,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeDiskList ``` @@ -5418,7 +5418,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeDiskOutputReference ``` @@ -5930,7 +5930,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeGpuList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeGpuList ``` @@ -6073,7 +6073,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeGpuOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeGpuOutputReference ``` @@ -6384,7 +6384,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeInstanceTypesCustomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeInstanceTypesCustomList ``` @@ -6527,7 +6527,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeInstanceTypesCustomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeInstanceTypesCustomOutputReference ``` @@ -6838,7 +6838,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationDockerSwarmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGkeIntegrationDockerSwarmOutputReference ``` @@ -7131,7 +7131,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationGkeAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGkeIntegrationGkeAutoscaleDownOutputReference ``` @@ -7409,7 +7409,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationGkeAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGkeIntegrationGkeAutoscaleHeadroomOutputReference ``` @@ -7745,7 +7745,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationGkeAutoscaleLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeIntegrationGkeAutoscaleLabelsList ``` @@ -7888,7 +7888,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationGkeAutoscaleLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeIntegrationGkeAutoscaleLabelsOutputReference ``` @@ -8199,7 +8199,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationGkeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGkeIntegrationGkeOutputReference ``` @@ -8748,7 +8748,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeLabelsList ``` @@ -8891,7 +8891,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeLabelsOutputReference ``` @@ -9202,7 +9202,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeMetadataList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeMetadataList ``` @@ -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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeMetadataOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeMetadataOutputReference ``` @@ -9656,7 +9656,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceAccessConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeNetworkInterfaceAccessConfigsList ``` @@ -9799,7 +9799,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceAccessConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeNetworkInterfaceAccessConfigsOutputReference ``` @@ -10124,7 +10124,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceAliasIpRangesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeNetworkInterfaceAliasIpRangesList ``` @@ -10267,7 +10267,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceAliasIpRangesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeNetworkInterfaceAliasIpRangesOutputReference ``` @@ -10578,7 +10578,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeNetworkInterfaceList ``` @@ -10721,7 +10721,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeNetworkInterfaceOutputReference ``` @@ -11094,7 +11094,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingDownPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeScalingDownPolicyDimensionsList ``` @@ -11237,7 +11237,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingDownPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeScalingDownPolicyDimensionsOutputReference ``` @@ -11555,7 +11555,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeScalingDownPolicyList ``` @@ -11698,7 +11698,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeScalingDownPolicyOutputReference ``` @@ -12349,7 +12349,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingUpPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeScalingUpPolicyDimensionsList ``` @@ -12492,7 +12492,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingUpPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeScalingUpPolicyDimensionsOutputReference ``` @@ -12810,7 +12810,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/v12/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeScalingUpPolicyList ``` @@ -12953,7 +12953,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/v12/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 04eb1cd92..3f39e9155 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/v12/healthcheck" healthcheck.NewHealthCheck(scope Construct, id *string, config HealthCheckConfig) HealthCheck ``` @@ -412,7 +412,7 @@ func ResetProxyPort() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/healthcheck" healthcheck.HealthCheck_IsConstruct(x interface{}) *bool ``` @@ -444,7 +444,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/healthcheck" healthcheck.HealthCheck_IsTerraformElement(x interface{}) *bool ``` @@ -458,7 +458,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/v12/healthcheck" healthcheck.HealthCheck_IsTerraformResource(x interface{}) *bool ``` @@ -472,7 +472,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/v12/healthcheck" healthcheck.HealthCheck_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -833,7 +833,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/v12/healthcheck" &healthcheck.HealthCheckCheck { Healthy: *f64, @@ -977,7 +977,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/v12/healthcheck" &healthcheck.HealthCheckConfig { Connection: interface{}, @@ -989,7 +989,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/v12.healthCheck.HealthCheckCheck, Id: *string, Name: *string, ProxyPort: *f64, @@ -1170,7 +1170,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/v12/healthcheck" healthcheck.NewHealthCheckCheckOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) HealthCheckCheckOutputReference ``` diff --git a/docs/managedInstanceAws.go.md b/docs/managedInstanceAws.go.md index 715cb3c7e..febe888d0 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/v12/managedinstanceaws" managedinstanceaws.NewManagedInstanceAws(scope Construct, id *string, config ManagedInstanceAwsConfig) ManagedInstanceAws ``` @@ -774,7 +774,7 @@ func ResetUtilizeReservedInstances() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" managedinstanceaws.ManagedInstanceAws_IsConstruct(x interface{}) *bool ``` @@ -806,7 +806,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" managedinstanceaws.ManagedInstanceAws_IsTerraformElement(x interface{}) *bool ``` @@ -820,7 +820,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/v12/managedinstanceaws" managedinstanceaws.ManagedInstanceAws_IsTerraformResource(x interface{}) *bool ``` @@ -834,7 +834,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/v12/managedinstanceaws" managedinstanceaws.ManagedInstanceAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -2075,11 +2075,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/v12/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/v12.managedInstanceAws.ManagedInstanceAwsBlockDeviceMappingsEbs, } ``` @@ -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/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsBlockDeviceMappingsEbs { DeleteOnTermination: interface{}, @@ -2211,7 +2211,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/v12/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsConfig { Connection: interface{}, @@ -2243,11 +2243,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/v12.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/v12.managedInstanceAws.ManagedInstanceAwsManagedInstanceAction, MinimumInstanceLifetime: *f64, NetworkInterface: interface{}, OptimizationWindows: *[]*string, @@ -2259,7 +2259,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/v12.managedInstanceAws.ManagedInstanceAwsRevertToSpot, ScheduledTask: interface{}, SecurityGroupIds: *[]*string, ShutdownScript: *string, @@ -2980,7 +2980,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/v12/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsDelete { AmiBackupShouldDeleteImages: interface{}, @@ -3082,7 +3082,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsIntegrationRoute53 { Domains: interface{}, @@ -3116,7 +3116,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/v12/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsIntegrationRoute53Domains { HostedZoneId: *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/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsIntegrationRoute53DomainsRecordSets { Name: *string, @@ -3252,7 +3252,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/v12/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsLoadBalancers { Type: *string, @@ -3368,7 +3368,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/v12/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsManagedInstanceAction { Type: *string, @@ -3400,7 +3400,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/v12/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsNetworkInterface { DeviceIndex: *string, @@ -3460,7 +3460,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/v12/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsResourceTagSpecification { ShouldTagAmis: interface{}, @@ -3534,7 +3534,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/v12/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsRevertToSpot { PerformAt: *string, @@ -3566,7 +3566,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/v12/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsScheduledTask { TaskType: *string, @@ -3654,7 +3654,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/v12/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsTags { Key: *string, @@ -3702,7 +3702,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/v12/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsBlockDeviceMappingsEbsOutputReference ``` @@ -4096,7 +4096,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/v12/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsBlockDeviceMappingsList ``` @@ -4239,7 +4239,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/v12/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsBlockDeviceMappingsOutputReference ``` @@ -4570,7 +4570,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/v12/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsDeleteList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsDeleteList ``` @@ -4713,7 +4713,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/v12/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsDeleteOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsDeleteOutputReference ``` @@ -5154,7 +5154,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/v12/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53DomainsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsIntegrationRoute53DomainsList ``` @@ -5297,7 +5297,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/v12/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53DomainsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsIntegrationRoute53DomainsOutputReference ``` @@ -5679,7 +5679,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/v12/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53DomainsRecordSetsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsIntegrationRoute53DomainsRecordSetsList ``` @@ -5822,7 +5822,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/v12/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53DomainsRecordSetsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsIntegrationRoute53DomainsRecordSetsOutputReference ``` @@ -6169,7 +6169,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/v12/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsIntegrationRoute53OutputReference ``` @@ -6453,7 +6453,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/v12/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsLoadBalancersList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsLoadBalancersList ``` @@ -6596,7 +6596,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/v12/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsLoadBalancersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsLoadBalancersOutputReference ``` @@ -7059,7 +7059,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/v12/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsManagedInstanceActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsManagedInstanceActionOutputReference ``` @@ -7330,7 +7330,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/v12/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsNetworkInterfaceList ``` @@ -7473,7 +7473,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/v12/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsNetworkInterfaceOutputReference ``` @@ -7820,7 +7820,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/v12/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsResourceTagSpecificationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsResourceTagSpecificationList ``` @@ -7963,7 +7963,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/v12/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsResourceTagSpecificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsResourceTagSpecificationOutputReference ``` @@ -8346,7 +8346,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/v12/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsRevertToSpotOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsRevertToSpotOutputReference ``` @@ -8617,7 +8617,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/v12/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsScheduledTaskList ``` @@ -8760,7 +8760,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/v12/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsScheduledTaskOutputReference ``` @@ -9165,7 +9165,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/v12/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsTagsList ``` @@ -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/v12/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 9f428f646..d7117c5e5 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/v12/mrscaleraws" mrscaleraws.NewMrscalerAws(scope Construct, id *string, config MrscalerAwsConfig) MrscalerAws ``` @@ -992,7 +992,7 @@ func ResetVisibleToAllUsers() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" mrscaleraws.MrscalerAws_IsConstruct(x interface{}) *bool ``` @@ -1024,7 +1024,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" mrscaleraws.MrscalerAws_IsTerraformElement(x interface{}) *bool ``` @@ -1038,7 +1038,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/v12/mrscaleraws" mrscaleraws.MrscalerAws_IsTerraformResource(x interface{}) *bool ``` @@ -1052,7 +1052,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/v12/mrscaleraws" mrscaleraws.MrscalerAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -2634,7 +2634,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/v12/mrscaleraws" &mrscaleraws.MrscalerAwsApplications { Name: *string, @@ -2694,7 +2694,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/v12/mrscaleraws" &mrscaleraws.MrscalerAwsBootstrapActionsFile { Bucket: *string, @@ -2740,7 +2740,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/v12/mrscaleraws" &mrscaleraws.MrscalerAwsConfig { Connection: interface{}, @@ -2787,7 +2787,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/v12.mrscalerAws.MrscalerAwsProvisioningTimeout, Region: *string, ReleaseLabel: *string, RepoUpgradeOnBoot: *string, @@ -3731,7 +3731,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/v12/mrscaleraws" &mrscaleraws.MrscalerAwsConfigurationsFile { Bucket: *string, @@ -3777,7 +3777,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/v12/mrscaleraws" &mrscaleraws.MrscalerAwsCoreEbsBlockDevice { SizeInGb: *f64, @@ -3851,7 +3851,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/v12/mrscaleraws" &mrscaleraws.MrscalerAwsCoreScalingDownPolicy { MetricName: *string, @@ -4121,7 +4121,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/v12/mrscaleraws" &mrscaleraws.MrscalerAwsCoreScalingUpPolicy { MetricName: *string, @@ -4391,7 +4391,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/v12/mrscaleraws" &mrscaleraws.MrscalerAwsInstanceWeights { InstanceType: *string, @@ -4437,7 +4437,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/v12/mrscaleraws" &mrscaleraws.MrscalerAwsMasterEbsBlockDevice { SizeInGb: *f64, @@ -4511,7 +4511,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/v12/mrscaleraws" &mrscaleraws.MrscalerAwsProvisioningTimeout { Timeout: *f64, @@ -4557,7 +4557,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/v12/mrscaleraws" &mrscaleraws.MrscalerAwsScheduledTask { Cron: *string, @@ -4673,7 +4673,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/v12/mrscaleraws" &mrscaleraws.MrscalerAwsStepsFile { Bucket: *string, @@ -4719,7 +4719,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/v12/mrscaleraws" &mrscaleraws.MrscalerAwsTags { Key: *string, @@ -4765,7 +4765,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/v12/mrscaleraws" &mrscaleraws.MrscalerAwsTaskEbsBlockDevice { SizeInGb: *f64, @@ -4839,7 +4839,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/v12/mrscaleraws" &mrscaleraws.MrscalerAwsTaskScalingDownPolicy { MetricName: *string, @@ -5109,7 +5109,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/v12/mrscaleraws" &mrscaleraws.MrscalerAwsTaskScalingUpPolicy { MetricName: *string, @@ -5379,7 +5379,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/v12/mrscaleraws" &mrscaleraws.MrscalerAwsTerminationPolicies { Statements: interface{}, @@ -5413,7 +5413,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/v12/mrscaleraws" &mrscaleraws.MrscalerAwsTerminationPoliciesStatements { MetricName: *string, @@ -5545,7 +5545,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsApplicationsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsApplicationsList ``` @@ -5688,7 +5688,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsApplicationsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsApplicationsOutputReference ``` @@ -6035,7 +6035,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsBootstrapActionsFileList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsBootstrapActionsFileList ``` @@ -6178,7 +6178,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsBootstrapActionsFileOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsBootstrapActionsFileOutputReference ``` @@ -6489,7 +6489,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsConfigurationsFileList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsConfigurationsFileList ``` @@ -6632,7 +6632,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsConfigurationsFileOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsConfigurationsFileOutputReference ``` @@ -6943,7 +6943,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreEbsBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsCoreEbsBlockDeviceList ``` @@ -7086,7 +7086,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreEbsBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsCoreEbsBlockDeviceOutputReference ``` @@ -7455,7 +7455,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsCoreScalingDownPolicyList ``` @@ -7598,7 +7598,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsCoreScalingDownPolicyOutputReference ``` @@ -8352,7 +8352,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsCoreScalingUpPolicyList ``` @@ -8495,7 +8495,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsCoreScalingUpPolicyOutputReference ``` @@ -9249,7 +9249,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsInstanceWeightsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsInstanceWeightsList ``` @@ -9392,7 +9392,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsInstanceWeightsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsInstanceWeightsOutputReference ``` @@ -9703,7 +9703,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsMasterEbsBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsMasterEbsBlockDeviceList ``` @@ -9846,7 +9846,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsMasterEbsBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsMasterEbsBlockDeviceOutputReference ``` @@ -10215,7 +10215,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsProvisioningTimeoutOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) MrscalerAwsProvisioningTimeoutOutputReference ``` @@ -10508,7 +10508,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsScheduledTaskList ``` @@ -10651,7 +10651,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsScheduledTaskOutputReference ``` @@ -11100,7 +11100,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsStepsFileList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsStepsFileList ``` @@ -11243,7 +11243,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsStepsFileOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsStepsFileOutputReference ``` @@ -11554,7 +11554,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTagsList ``` @@ -11697,7 +11697,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTagsOutputReference ``` @@ -12008,7 +12008,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskEbsBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTaskEbsBlockDeviceList ``` @@ -12151,7 +12151,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskEbsBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTaskEbsBlockDeviceOutputReference ``` @@ -12520,7 +12520,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTaskScalingDownPolicyList ``` @@ -12663,7 +12663,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTaskScalingDownPolicyOutputReference ``` @@ -13417,7 +13417,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTaskScalingUpPolicyList ``` @@ -13560,7 +13560,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTaskScalingUpPolicyOutputReference ``` @@ -14314,7 +14314,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsTerminationPoliciesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTerminationPoliciesList ``` @@ -14457,7 +14457,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsTerminationPoliciesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTerminationPoliciesOutputReference ``` @@ -14759,7 +14759,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/v12/mrscaleraws" mrscaleraws.NewMrscalerAwsTerminationPoliciesStatementsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTerminationPoliciesStatementsList ``` @@ -14902,7 +14902,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/v12/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 10f123898..411181a76 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/v12/oceanaks" oceanaks.NewOceanAks(scope Construct, id *string, config OceanAksConfig) OceanAks ``` @@ -640,7 +640,7 @@ func ResetZones() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" oceanaks.OceanAks_IsConstruct(x interface{}) *bool ``` @@ -672,7 +672,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" oceanaks.OceanAks_IsTerraformElement(x interface{}) *bool ``` @@ -686,7 +686,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/v12/oceanaks" oceanaks.OceanAks_IsTerraformResource(x interface{}) *bool ``` @@ -700,7 +700,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/v12/oceanaks" oceanaks.OceanAks_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1435,13 +1435,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/v12/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/v12.oceanAks.OceanAksAutoscalerAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAks.OceanAksAutoscalerAutoscaleHeadroom, AutoscaleIsEnabled: interface{}, - ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksAutoscalerResourceLimits, + ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAks.OceanAksAutoscalerResourceLimits, } ``` @@ -1515,7 +1515,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/v12/oceanaks" &oceanaks.OceanAksAutoscalerAutoscaleDown { MaxScaleDownPercentage: *f64, @@ -1547,10 +1547,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/v12/oceanaks" &oceanaks.OceanAksAutoscalerAutoscaleHeadroom { - Automatic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksAutoscalerAutoscaleHeadroomAutomatic, + Automatic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAks.OceanAksAutoscalerAutoscaleHeadroomAutomatic, } ``` @@ -1581,7 +1581,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/v12/oceanaks" &oceanaks.OceanAksAutoscalerAutoscaleHeadroomAutomatic { IsEnabled: interface{}, @@ -1627,7 +1627,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" &oceanaks.OceanAksAutoscalerResourceLimits { MaxMemoryGib: *f64, @@ -1673,7 +1673,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/v12/oceanaks" &oceanaks.OceanAksConfig { Connection: interface{}, @@ -1688,18 +1688,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/v12.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/v12.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/v12.oceanAks.OceanAksNetwork, + OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAks.OceanAksOsDisk, ResourceGroupName: *string, Strategy: interface{}, Tag: interface{}, @@ -2122,7 +2122,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/v12/oceanaks" &oceanaks.OceanAksExtension { ApiVersion: *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/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" &oceanaks.OceanAksHealth { GracePeriod: *f64, @@ -2242,7 +2242,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/v12/oceanaks" &oceanaks.OceanAksImage { Marketplace: interface{}, @@ -2276,7 +2276,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/v12/oceanaks" &oceanaks.OceanAksImageMarketplace { Offer: *string, @@ -2350,7 +2350,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/v12/oceanaks" &oceanaks.OceanAksLoadBalancer { BackendPoolNames: *[]*string, @@ -2438,7 +2438,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/v12/oceanaks" &oceanaks.OceanAksManagedServiceIdentity { Name: *string, @@ -2484,7 +2484,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/v12/oceanaks" &oceanaks.OceanAksNetwork { NetworkInterface: interface{}, @@ -2546,13 +2546,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/v12/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/v12.oceanAks.OceanAksNetworkNetworkInterfaceSecurityGroup, SubnetName: *string, } ``` @@ -2638,7 +2638,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/v12/oceanaks" &oceanaks.OceanAksNetworkNetworkInterfaceAdditionalIpConfig { Name: *string, @@ -2684,7 +2684,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/v12/oceanaks" &oceanaks.OceanAksNetworkNetworkInterfaceSecurityGroup { Name: *string, @@ -2730,7 +2730,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/v12/oceanaks" &oceanaks.OceanAksOsDisk { SizeGb: *f64, @@ -2776,7 +2776,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/v12/oceanaks" &oceanaks.OceanAksStrategy { FallbackToOndemand: interface{}, @@ -2822,7 +2822,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/v12/oceanaks" &oceanaks.OceanAksTag { Key: *string, @@ -2868,7 +2868,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/v12/oceanaks" &oceanaks.OceanAksVmSizes { Whitelist: *[]*string, @@ -2902,7 +2902,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/v12/oceanaks" oceanaks.NewOceanAksAutoscalerAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerAutoscaleDownOutputReference ``` @@ -3180,7 +3180,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/v12/oceanaks" oceanaks.NewOceanAksAutoscalerAutoscaleHeadroomAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerAutoscaleHeadroomAutomaticOutputReference ``` @@ -3487,7 +3487,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/v12/oceanaks" oceanaks.NewOceanAksAutoscalerAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerAutoscaleHeadroomOutputReference ``` @@ -3778,7 +3778,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/v12/oceanaks" oceanaks.NewOceanAksAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerOutputReference ``` @@ -4182,7 +4182,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/v12/oceanaks" oceanaks.NewOceanAksAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerResourceLimitsOutputReference ``` @@ -4489,7 +4489,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/v12/oceanaks" oceanaks.NewOceanAksExtensionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksExtensionList ``` @@ -4632,7 +4632,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/v12/oceanaks" oceanaks.NewOceanAksExtensionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksExtensionOutputReference ``` @@ -5044,7 +5044,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/v12/oceanaks" oceanaks.NewOceanAksHealthOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksHealthOutputReference ``` @@ -5322,7 +5322,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/v12/oceanaks" oceanaks.NewOceanAksImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksImageList ``` @@ -5465,7 +5465,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/v12/oceanaks" oceanaks.NewOceanAksImageMarketplaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksImageMarketplaceList ``` @@ -5608,7 +5608,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/v12/oceanaks" oceanaks.NewOceanAksImageMarketplaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksImageMarketplaceOutputReference ``` @@ -5991,7 +5991,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/v12/oceanaks" oceanaks.NewOceanAksImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksImageOutputReference ``` @@ -6300,7 +6300,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/v12/oceanaks" oceanaks.NewOceanAksLoadBalancerList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksLoadBalancerList ``` @@ -6443,7 +6443,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/v12/oceanaks" oceanaks.NewOceanAksLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksLoadBalancerOutputReference ``` @@ -6855,7 +6855,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/v12/oceanaks" oceanaks.NewOceanAksManagedServiceIdentityList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksManagedServiceIdentityList ``` @@ -6998,7 +6998,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/v12/oceanaks" oceanaks.NewOceanAksManagedServiceIdentityOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksManagedServiceIdentityOutputReference ``` @@ -7309,7 +7309,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/v12/oceanaks" oceanaks.NewOceanAksNetworkNetworkInterfaceAdditionalIpConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNetworkNetworkInterfaceAdditionalIpConfigList ``` @@ -7452,7 +7452,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/v12/oceanaks" oceanaks.NewOceanAksNetworkNetworkInterfaceAdditionalIpConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNetworkNetworkInterfaceAdditionalIpConfigOutputReference ``` @@ -7777,7 +7777,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/v12/oceanaks" oceanaks.NewOceanAksNetworkNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNetworkNetworkInterfaceList ``` @@ -7920,7 +7920,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/v12/oceanaks" oceanaks.NewOceanAksNetworkNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNetworkNetworkInterfaceOutputReference ``` @@ -8358,7 +8358,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/v12/oceanaks" oceanaks.NewOceanAksNetworkNetworkInterfaceSecurityGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNetworkNetworkInterfaceSecurityGroupOutputReference ``` @@ -8665,7 +8665,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/v12/oceanaks" oceanaks.NewOceanAksNetworkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNetworkOutputReference ``` @@ -9014,7 +9014,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/v12/oceanaks" oceanaks.NewOceanAksOsDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksOsDiskOutputReference ``` @@ -9314,7 +9314,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/v12/oceanaks" oceanaks.NewOceanAksStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksStrategyList ``` @@ -9457,7 +9457,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/v12/oceanaks" oceanaks.NewOceanAksStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksStrategyOutputReference ``` @@ -9782,7 +9782,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/v12/oceanaks" oceanaks.NewOceanAksTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksTagList ``` @@ -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/v12/oceanaks" oceanaks.NewOceanAksTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksTagOutputReference ``` @@ -10250,7 +10250,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/v12/oceanaks" oceanaks.NewOceanAksVmSizesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVmSizesList ``` @@ -10393,7 +10393,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/v12/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 e208a696f..2a26ca3a2 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/v12/oceanaksnp" oceanaksnp.NewOceanAksNp(scope Construct, id *string, config OceanAksNpConfig) OceanAksNp ``` @@ -603,7 +603,7 @@ func ResetVnetSubnetIds() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" oceanaksnp.OceanAksNp_IsConstruct(x interface{}) *bool ``` @@ -635,7 +635,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" oceanaksnp.OceanAksNp_IsTerraformElement(x interface{}) *bool ``` @@ -649,7 +649,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/v12/oceanaksnp" oceanaksnp.OceanAksNp_IsTerraformResource(x interface{}) *bool ``` @@ -663,7 +663,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/v12/oceanaksnp" oceanaksnp.OceanAksNp_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1530,13 +1530,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/v12/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/v12.oceanAksNp.OceanAksNpAutoscalerAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroom, AutoscaleIsEnabled: interface{}, - ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscalerResourceLimits, + ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAksNp.OceanAksNpAutoscalerResourceLimits, } ``` @@ -1610,7 +1610,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/v12/oceanaksnp" &oceanaksnp.OceanAksNpAutoscalerAutoscaleDown { MaxScaleDownPercentage: *f64, @@ -1642,10 +1642,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/v12/oceanaksnp" &oceanaksnp.OceanAksNpAutoscalerAutoscaleHeadroom { - Automatic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroomAutomatic, + Automatic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroomAutomatic, } ``` @@ -1676,7 +1676,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/v12/oceanaksnp" &oceanaksnp.OceanAksNpAutoscalerAutoscaleHeadroomAutomatic { Percentage: *f64, @@ -1708,7 +1708,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/v12/oceanaksnp" &oceanaksnp.OceanAksNpAutoscalerResourceLimits { MaxMemoryGib: *f64, @@ -1754,7 +1754,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/v12/oceanaksnp" &oceanaksnp.OceanAksNpConfig { Connection: interface{}, @@ -1771,12 +1771,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/v12.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/v12.oceanAksNp.OceanAksNpFilters, Headrooms: interface{}, - Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpHealth, + Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAksNp.OceanAksNpHealth, Id: *string, KubernetesVersion: *string, Labels: *map[string]*string, @@ -1788,7 +1788,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/v12.oceanAksNp.OceanAksNpScheduling, SpotPercentage: *f64, Tags: *map[string]*string, Taints: interface{}, @@ -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/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" &oceanaksnp.OceanAksNpFilters { AcceleratedNetworking: *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/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" &oceanaksnp.OceanAksNpHeadrooms { CpuPerUnit: *f64, @@ -2565,7 +2565,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/v12/oceanaksnp" &oceanaksnp.OceanAksNpHealth { GracePeriod: *f64, @@ -2597,10 +2597,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/v12/oceanaksnp" &oceanaksnp.OceanAksNpScheduling { - ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpSchedulingShutdownHours, + ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAksNp.OceanAksNpSchedulingShutdownHours, } ``` @@ -2631,7 +2631,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" &oceanaksnp.OceanAksNpSchedulingShutdownHours { TimeWindows: *[]*string, @@ -2677,7 +2677,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" &oceanaksnp.OceanAksNpTaints { Effect: *string, @@ -2739,7 +2739,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/v12/oceanaksnp" oceanaksnp.NewOceanAksNpAutoscalerAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerAutoscaleDownOutputReference ``` @@ -3017,7 +3017,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/v12/oceanaksnp" oceanaksnp.NewOceanAksNpAutoscalerAutoscaleHeadroomAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerAutoscaleHeadroomAutomaticOutputReference ``` @@ -3295,7 +3295,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/v12/oceanaksnp" oceanaksnp.NewOceanAksNpAutoscalerAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerAutoscaleHeadroomOutputReference ``` @@ -3586,7 +3586,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/v12/oceanaksnp" oceanaksnp.NewOceanAksNpAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerOutputReference ``` @@ -3990,7 +3990,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/v12/oceanaksnp" oceanaksnp.NewOceanAksNpAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerResourceLimitsOutputReference ``` @@ -4297,7 +4297,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/v12/oceanaksnp" oceanaksnp.NewOceanAksNpFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpFiltersOutputReference ``` @@ -4952,7 +4952,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/v12/oceanaksnp" oceanaksnp.NewOceanAksNpHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpHeadroomsList ``` @@ -5095,7 +5095,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/v12/oceanaksnp" oceanaksnp.NewOceanAksNpHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpHeadroomsOutputReference ``` @@ -5478,7 +5478,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/v12/oceanaksnp" oceanaksnp.NewOceanAksNpHealthOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpHealthOutputReference ``` @@ -5756,7 +5756,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/v12/oceanaksnp" oceanaksnp.NewOceanAksNpSchedulingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpSchedulingOutputReference ``` @@ -6047,7 +6047,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/v12/oceanaksnp" oceanaksnp.NewOceanAksNpSchedulingShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpSchedulingShutdownHoursOutputReference ``` @@ -6347,7 +6347,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/v12/oceanaksnp" oceanaksnp.NewOceanAksNpTaintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpTaintsList ``` @@ -6490,7 +6490,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/v12/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 9fee9fbb8..1d2250297 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/v12/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroup(scope Construct, id *string, config OceanAksNpVirtualNodeGroupConfig) OceanAksNpVirtualNodeGroup ``` @@ -550,7 +550,7 @@ func ResetVnetSubnetIds() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsConstruct(x interface{}) *bool ``` @@ -582,7 +582,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsTerraformElement(x interface{}) *bool ``` @@ -596,7 +596,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/v12/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsTerraformResource(x interface{}) *bool ``` @@ -610,7 +610,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/v12/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1323,7 +1323,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/v12/oceanaksnpvirtualnodegroup" &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupConfig { Connection: interface{}, @@ -1338,7 +1338,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/v12.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupFilters, Headrooms: interface{}, Id: *string, KubernetesVersion: *string, @@ -1742,7 +1742,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/v12/oceanaksnpvirtualnodegroup" &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupFilters { AcceleratedNetworking: *string, @@ -1956,7 +1956,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/v12/oceanaksnpvirtualnodegroup" &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupHeadrooms { CpuPerUnit: *f64, @@ -2030,7 +2030,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/v12/oceanaksnpvirtualnodegroup" &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupTaints { Effect: *string, @@ -2092,7 +2092,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/v12/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpVirtualNodeGroupFiltersOutputReference ``` @@ -2747,7 +2747,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/v12/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpVirtualNodeGroupHeadroomsList ``` @@ -2890,7 +2890,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/v12/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpVirtualNodeGroupHeadroomsOutputReference ``` @@ -3273,7 +3273,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/v12/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupTaintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpVirtualNodeGroupTaintsList ``` @@ -3416,7 +3416,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/v12/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 b7fa546be..a09d58638 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/v12/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroup(scope Construct, id *string, config OceanAksVirtualNodeGroupConfig) OceanAksVirtualNodeGroup ``` @@ -485,7 +485,7 @@ func ResetZones() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_IsConstruct(x interface{}) *bool ``` @@ -517,7 +517,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_IsTerraformElement(x interface{}) *bool ``` @@ -531,7 +531,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/v12/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_IsTerraformResource(x interface{}) *bool ``` @@ -545,7 +545,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/v12/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -972,7 +972,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/v12/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupAutoscale { AutoHeadroomPercentage: *f64, @@ -1020,7 +1020,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/v12/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroom { NumOfUnits: *f64, @@ -1094,7 +1094,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/v12/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupConfig { Connection: interface{}, @@ -1335,7 +1335,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/v12/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupLabel { Key: *string, @@ -1381,11 +1381,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/v12/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/v12.oceanAksVirtualNodeGroup.OceanAksVirtualNodeGroupLaunchSpecificationOsDisk, Tag: interface{}, } ``` @@ -1445,7 +1445,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/v12/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupLaunchSpecificationOsDisk { SizeGb: *f64, @@ -1505,7 +1505,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/v12/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupLaunchSpecificationTag { Key: *string, @@ -1551,7 +1551,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/v12/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupResourceLimits { MaxInstanceCount: *f64, @@ -1583,7 +1583,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/v12/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupTaint { Effect: *string, @@ -1645,7 +1645,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/v12/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroomList ``` @@ -1788,7 +1788,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/v12/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroomOutputReference ``` @@ -2164,7 +2164,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/v12/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupAutoscaleList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupAutoscaleList ``` @@ -2307,7 +2307,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/v12/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupAutoscaleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupAutoscaleOutputReference ``` @@ -2645,7 +2645,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/v12/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLabelList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupLabelList ``` @@ -2788,7 +2788,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/v12/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLabelOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupLabelOutputReference ``` @@ -3106,7 +3106,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/v12/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupLaunchSpecificationList ``` @@ -3249,7 +3249,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/v12/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationOsDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksVirtualNodeGroupLaunchSpecificationOsDiskOutputReference ``` @@ -3578,7 +3578,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/v12/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupLaunchSpecificationOutputReference ``` @@ -3958,7 +3958,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/v12/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupLaunchSpecificationTagList ``` @@ -4101,7 +4101,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/v12/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupLaunchSpecificationTagOutputReference ``` @@ -4426,7 +4426,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/v12/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupResourceLimitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupResourceLimitsList ``` @@ -4569,7 +4569,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/v12/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupResourceLimitsOutputReference ``` @@ -4865,7 +4865,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/v12/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupTaintList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupTaintList ``` @@ -5008,7 +5008,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/v12/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 d869d1c4f..bb7363ec1 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/v12/oceanaws" oceanaws.NewOceanAws(scope Construct, id *string, config OceanAwsConfig) OceanAws ``` @@ -773,7 +773,7 @@ func ResetWhitelist() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" oceanaws.OceanAws_IsConstruct(x interface{}) *bool ``` @@ -805,7 +805,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" oceanaws.OceanAws_IsTerraformElement(x interface{}) *bool ``` @@ -819,7 +819,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/v12/oceanaws" oceanaws.OceanAws_IsTerraformResource(x interface{}) *bool ``` @@ -833,7 +833,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/v12/oceanaws" oceanaws.OceanAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1920,18 +1920,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/v12/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/v12.oceanAws.OceanAwsAutoscalerAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.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/v12.oceanAws.OceanAwsAutoscalerResourceLimits, } ``` @@ -2070,7 +2070,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/v12/oceanaws" &oceanaws.OceanAwsAutoscalerAutoscaleDown { EvaluationPeriods: *f64, @@ -2116,7 +2116,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/v12/oceanaws" &oceanaws.OceanAwsAutoscalerAutoscaleHeadroom { CpuPerUnit: *f64, @@ -2190,7 +2190,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/v12/oceanaws" &oceanaws.OceanAwsAutoscalerResourceLimits { MaxMemoryGib: *f64, @@ -2236,11 +2236,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/v12/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/v12.oceanAws.OceanAwsBlockDeviceMappingsEbs, } ``` @@ -2284,12 +2284,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/v12/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/v12.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicIops, + DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize, Encrypted: interface{}, Iops: *f64, KmsKeyId: *string, @@ -2446,7 +2446,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/v12/oceanaws" &oceanaws.OceanAwsBlockDeviceMappingsEbsDynamicIops { BaseSize: *f64, @@ -2506,7 +2506,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/v12/oceanaws" &oceanaws.OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize { BaseSize: *f64, @@ -2566,7 +2566,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/v12/oceanaws" &oceanaws.OceanAwsClusterOrientation { AvailabilityVsCost: *string, @@ -2598,7 +2598,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/v12/oceanaws" &oceanaws.OceanAwsConfig { Connection: interface{}, @@ -2612,7 +2612,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/v12.oceanAws.OceanAwsAutoscaler, Blacklist: *[]*string, BlockDeviceMappings: interface{}, ClusterOrientation: interface{}, @@ -2621,15 +2621,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/v12.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/v12.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/v12.oceanAws.OceanAwsLogging, MaxSize: *f64, MinSize: *f64, Monitoring: interface{}, @@ -2641,7 +2641,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/v12.oceanAws.OceanAwsUpdatePolicy, UseAsTemplateOnly: interface{}, UserData: *string, UtilizeCommitments: interface{}, @@ -3271,7 +3271,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/v12/oceanaws" &oceanaws.OceanAwsFilters { Architectures: *[]*string, @@ -3555,7 +3555,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/v12/oceanaws" &oceanaws.OceanAwsInstanceMetadataOptions { HttpTokens: *string, @@ -3601,7 +3601,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/v12/oceanaws" &oceanaws.OceanAwsLoadBalancers { Arn: *string, @@ -3661,10 +3661,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/v12/oceanaws" &oceanaws.OceanAwsLogging { - Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsLoggingExport, + Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsLoggingExport, } ``` @@ -3695,7 +3695,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/v12/oceanaws" &oceanaws.OceanAwsLoggingExport { S3: interface{}, @@ -3729,7 +3729,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/v12/oceanaws" &oceanaws.OceanAwsLoggingExportS3 { Id: *string, @@ -3764,7 +3764,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/v12/oceanaws" &oceanaws.OceanAwsResourceTagSpecification { ShouldTagVolumes: interface{}, @@ -3796,10 +3796,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/v12/oceanaws" &oceanaws.OceanAwsScheduledTask { - ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsScheduledTaskShutdownHours, + ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsScheduledTaskShutdownHours, Tasks: interface{}, } ``` @@ -3846,7 +3846,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/v12/oceanaws" &oceanaws.OceanAwsScheduledTaskShutdownHours { TimeWindows: *[]*string, @@ -3892,7 +3892,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/v12/oceanaws" &oceanaws.OceanAwsScheduledTaskTasks { CronExpression: *string, @@ -3952,7 +3952,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/v12/oceanaws" &oceanaws.OceanAwsTags { Key: *string, @@ -3998,13 +3998,13 @@ 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/v12/oceanaws" &oceanaws.OceanAwsUpdatePolicy { ShouldRoll: interface{}, AutoApplyTags: interface{}, ConditionedRoll: interface{}, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsUpdatePolicyRollConfig, } ``` @@ -4074,7 +4074,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/v12/oceanaws" &oceanaws.OceanAwsUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -4150,7 +4150,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/v12/oceanaws" oceanaws.NewOceanAwsAutoscalerAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsAutoscalerAutoscaleDownOutputReference ``` @@ -4457,7 +4457,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/v12/oceanaws" oceanaws.NewOceanAwsAutoscalerAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsAutoscalerAutoscaleHeadroomOutputReference ``` @@ -4822,7 +4822,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/v12/oceanaws" oceanaws.NewOceanAwsAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsAutoscalerOutputReference ``` @@ -5371,7 +5371,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/v12/oceanaws" oceanaws.NewOceanAwsAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsAutoscalerResourceLimitsOutputReference ``` @@ -5678,7 +5678,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/v12/oceanaws" oceanaws.NewOceanAwsBlockDeviceMappingsEbsDynamicIopsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsBlockDeviceMappingsEbsDynamicIopsOutputReference ``` @@ -5993,7 +5993,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/v12/oceanaws" oceanaws.NewOceanAwsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference ``` @@ -6308,7 +6308,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/v12/oceanaws" oceanaws.NewOceanAwsBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsBlockDeviceMappingsEbsOutputReference ``` @@ -6873,7 +6873,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/v12/oceanaws" oceanaws.NewOceanAwsBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsBlockDeviceMappingsList ``` @@ -7016,7 +7016,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/v12/oceanaws" oceanaws.NewOceanAwsBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsBlockDeviceMappingsOutputReference ``` @@ -7354,7 +7354,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/v12/oceanaws" oceanaws.NewOceanAwsClusterOrientationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsClusterOrientationList ``` @@ -7497,7 +7497,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/v12/oceanaws" oceanaws.NewOceanAwsClusterOrientationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsClusterOrientationOutputReference ``` @@ -7793,7 +7793,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/v12/oceanaws" oceanaws.NewOceanAwsFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsFiltersOutputReference ``` @@ -8593,7 +8593,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/v12/oceanaws" oceanaws.NewOceanAwsInstanceMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsInstanceMetadataOptionsOutputReference ``` @@ -8893,7 +8893,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/v12/oceanaws" oceanaws.NewOceanAwsLoadBalancersList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLoadBalancersList ``` @@ -9036,7 +9036,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/v12/oceanaws" oceanaws.NewOceanAwsLoadBalancersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLoadBalancersOutputReference ``` @@ -9390,7 +9390,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/v12/oceanaws" oceanaws.NewOceanAwsLoggingExportOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLoggingExportOutputReference ``` @@ -9681,7 +9681,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/v12/oceanaws" oceanaws.NewOceanAwsLoggingExportS3List(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLoggingExportS3List ``` @@ -9824,7 +9824,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/v12/oceanaws" oceanaws.NewOceanAwsLoggingExportS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLoggingExportS3OutputReference ``` @@ -10113,7 +10113,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/v12/oceanaws" oceanaws.NewOceanAwsLoggingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLoggingOutputReference ``` @@ -10404,7 +10404,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/v12/oceanaws" oceanaws.NewOceanAwsResourceTagSpecificationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsResourceTagSpecificationList ``` @@ -10547,7 +10547,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/v12/oceanaws" oceanaws.NewOceanAwsResourceTagSpecificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsResourceTagSpecificationOutputReference ``` @@ -10843,7 +10843,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/v12/oceanaws" oceanaws.NewOceanAwsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsScheduledTaskList ``` @@ -10986,7 +10986,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/v12/oceanaws" oceanaws.NewOceanAwsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsScheduledTaskOutputReference ``` @@ -11337,7 +11337,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/v12/oceanaws" oceanaws.NewOceanAwsScheduledTaskShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsScheduledTaskShutdownHoursOutputReference ``` @@ -11637,7 +11637,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/v12/oceanaws" oceanaws.NewOceanAwsScheduledTaskTasksList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsScheduledTaskTasksList ``` @@ -11780,7 +11780,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/v12/oceanaws" oceanaws.NewOceanAwsScheduledTaskTasksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsScheduledTaskTasksOutputReference ``` @@ -12113,7 +12113,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/v12/oceanaws" oceanaws.NewOceanAwsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsTagsList ``` @@ -12256,7 +12256,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/v12/oceanaws" oceanaws.NewOceanAwsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsTagsOutputReference ``` @@ -12567,7 +12567,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/v12/oceanaws" oceanaws.NewOceanAwsUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsUpdatePolicyOutputReference ``` @@ -12938,7 +12938,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/v12/oceanaws" oceanaws.NewOceanAwsUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/oceanAwsExtendedResourceDefinition.go.md b/docs/oceanAwsExtendedResourceDefinition.go.md index 388e7537a..0109decfd 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/v12/oceanawsextendedresourcedefinition" oceanawsextendedresourcedefinition.NewOceanAwsExtendedResourceDefinition(scope Construct, id *string, config OceanAwsExtendedResourceDefinitionConfig) OceanAwsExtendedResourceDefinition ``` @@ -378,7 +378,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawsextendedresourcedefinition" oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_IsConstruct(x interface{}) *bool ``` @@ -410,7 +410,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawsextendedresourcedefinition" oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_IsTerraformElement(x interface{}) *bool ``` @@ -424,7 +424,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/v12/oceanawsextendedresourcedefinition" oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_IsTerraformResource(x interface{}) *bool ``` @@ -438,7 +438,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/v12/oceanawsextendedresourcedefinition" oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -733,7 +733,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/v12/oceanawsextendedresourcedefinition" &oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinitionConfig { Connection: interface{}, diff --git a/docs/oceanAwsLaunchSpec.go.md b/docs/oceanAwsLaunchSpec.go.md index 3ed603e35..84c244144 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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpec(scope Construct, id *string, config OceanAwsLaunchSpecConfig) OceanAwsLaunchSpec ``` @@ -815,7 +815,7 @@ func ResetUserData() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" oceanawslaunchspec.OceanAwsLaunchSpec_IsConstruct(x interface{}) *bool ``` @@ -847,7 +847,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" oceanawslaunchspec.OceanAwsLaunchSpec_IsTerraformElement(x interface{}) *bool ``` @@ -861,7 +861,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/v12/oceanawslaunchspec" oceanawslaunchspec.OceanAwsLaunchSpec_IsTerraformResource(x interface{}) *bool ``` @@ -875,7 +875,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/v12/oceanawslaunchspec" oceanawslaunchspec.OceanAwsLaunchSpec_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1786,7 +1786,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/v12/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecAutoscaleDown { MaxScaleDownPercentage: *f64, @@ -1818,7 +1818,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/v12/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecAutoscaleHeadrooms { NumOfUnits: *f64, @@ -1892,7 +1892,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/v12/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecAutoscaleHeadroomsAutomatic { AutoHeadroomPercentage: *f64, @@ -1924,11 +1924,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/v12/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/v12.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbs, NoDevice: *string, VirtualName: *string, } @@ -2000,11 +2000,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/v12/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/v12.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize, Encrypted: interface{}, Iops: *f64, KmsKeyId: *string, @@ -2146,7 +2146,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/v12/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize { BaseSize: *f64, @@ -2206,7 +2206,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/v12/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecConfig { Connection: interface{}, @@ -2222,30 +2222,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/v12.oceanAwsLaunchSpec.OceanAwsLaunchSpecCreateOptions, + DeleteOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.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/v12.oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceMetadataOptions, InstanceTypes: *[]*string, - InstanceTypesFilters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceTypesFilters, + InstanceTypesFilters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.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/v12.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/v12.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicy, UserData: *string, } ``` @@ -2781,7 +2781,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/v12/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecCreateOptions { InitialNodes: *f64, @@ -2813,7 +2813,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/v12/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecDeleteOptions { ForceDelete: interface{}, @@ -2859,10 +2859,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/v12/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecElasticIpPool { - TagSelector: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecElasticIpPoolTagSelector, + TagSelector: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAwsLaunchSpec.OceanAwsLaunchSpecElasticIpPoolTagSelector, } ``` @@ -2893,7 +2893,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecElasticIpPoolTagSelector { TagKey: *string, @@ -2939,7 +2939,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/v12/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecImages { ImageId: *string, @@ -2971,7 +2971,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecInstanceMetadataOptions { HttpTokens: *string, @@ -3017,7 +3017,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/v12/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecInstanceTypesFilters { Categories: *[]*string, @@ -3287,7 +3287,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/v12/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecLabels { Key: *string, @@ -3333,7 +3333,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/v12/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecResourceLimits { MaxInstanceCount: *f64, @@ -3379,7 +3379,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/v12/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecSchedulingShutdownHours { TimeWindows: *[]*string, @@ -3425,7 +3425,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/v12/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecSchedulingTask { CronExpression: *string, @@ -3501,7 +3501,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/v12/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecSchedulingTaskTaskHeadroom { NumOfUnits: *f64, @@ -3575,7 +3575,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/v12/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecStrategy { SpotPercentage: *f64, @@ -3607,7 +3607,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/v12/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecTags { Key: *string, @@ -3653,7 +3653,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/v12/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecTaints { Effect: *string, @@ -3713,11 +3713,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/v12/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/v12.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicyRollConfig, } ``` @@ -3761,7 +3761,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/v12/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -3795,7 +3795,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleDownList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecAutoscaleDownList ``` @@ -3938,7 +3938,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecAutoscaleDownOutputReference ``` @@ -4234,7 +4234,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleHeadroomsAutomaticList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecAutoscaleHeadroomsAutomaticList ``` @@ -4377,7 +4377,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleHeadroomsAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecAutoscaleHeadroomsAutomaticOutputReference ``` @@ -4673,7 +4673,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecAutoscaleHeadroomsList ``` @@ -4816,7 +4816,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecAutoscaleHeadroomsOutputReference ``` @@ -5192,7 +5192,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference ``` @@ -5507,7 +5507,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecBlockDeviceMappingsEbsOutputReference ``` @@ -6030,7 +6030,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecBlockDeviceMappingsList ``` @@ -6173,7 +6173,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecBlockDeviceMappingsOutputReference ``` @@ -6569,7 +6569,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecCreateOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecCreateOptionsOutputReference ``` @@ -6847,7 +6847,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecDeleteOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecDeleteOptionsOutputReference ``` @@ -7147,7 +7147,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecElasticIpPoolList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecElasticIpPoolList ``` @@ -7290,7 +7290,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecElasticIpPoolOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecElasticIpPoolOutputReference ``` @@ -7599,7 +7599,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecElasticIpPoolTagSelectorOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecElasticIpPoolTagSelectorOutputReference ``` @@ -7899,7 +7899,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecImagesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecImagesList ``` @@ -8042,7 +8042,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecImagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecImagesOutputReference ``` @@ -8338,7 +8338,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecInstanceMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecInstanceMetadataOptionsOutputReference ``` @@ -8638,7 +8638,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecInstanceTypesFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecInstanceTypesFiltersOutputReference ``` @@ -9409,7 +9409,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecLabelsList ``` @@ -9552,7 +9552,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecLabelsOutputReference ``` @@ -9863,7 +9863,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecResourceLimitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecResourceLimitsList ``` @@ -10006,7 +10006,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecResourceLimitsOutputReference ``` @@ -10331,7 +10331,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecSchedulingShutdownHoursOutputReference ``` @@ -10631,7 +10631,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecSchedulingTaskList ``` @@ -10774,7 +10774,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecSchedulingTaskOutputReference ``` @@ -11149,7 +11149,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingTaskTaskHeadroomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecSchedulingTaskTaskHeadroomList ``` @@ -11292,7 +11292,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingTaskTaskHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecSchedulingTaskTaskHeadroomOutputReference ``` @@ -11668,7 +11668,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecStrategyList ``` @@ -11811,7 +11811,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecStrategyOutputReference ``` @@ -12107,7 +12107,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecTagsList ``` @@ -12250,7 +12250,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecTagsOutputReference ``` @@ -12561,7 +12561,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecTaintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecTaintsList ``` @@ -12704,7 +12704,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecTaintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecTaintsOutputReference ``` @@ -13037,7 +13037,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecUpdatePolicyOutputReference ``` @@ -13350,7 +13350,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/v12/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/oceanEcs.go.md b/docs/oceanEcs.go.md index 4f43bf267..f160f9ff8 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/v12/oceanecs" oceanecs.NewOceanEcs(scope Construct, id *string, config OceanEcsConfig) OceanEcs ``` @@ -697,7 +697,7 @@ func ResetWhitelist() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" oceanecs.OceanEcs_IsConstruct(x interface{}) *bool ``` @@ -729,7 +729,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" oceanecs.OceanEcs_IsTerraformElement(x interface{}) *bool ``` @@ -743,7 +743,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/v12/oceanecs" oceanecs.OceanEcs_IsTerraformResource(x interface{}) *bool ``` @@ -757,7 +757,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/v12/oceanecs" oceanecs.OceanEcs_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1712,17 +1712,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/v12/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/v12.oceanEcs.OceanEcsAutoscalerDown, EnableAutomaticAndManualHeadroom: interface{}, - Headroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsAutoscalerHeadroom, + Headroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.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/v12.oceanEcs.OceanEcsAutoscalerResourceLimits, ShouldScaleDownNonServiceTasks: interface{}, } ``` @@ -1862,7 +1862,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/v12/oceanecs" &oceanecs.OceanEcsAutoscalerDown { MaxScaleDownPercentage: *f64, @@ -1894,7 +1894,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/v12/oceanecs" &oceanecs.OceanEcsAutoscalerHeadroom { CpuPerUnit: *f64, @@ -1954,7 +1954,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/v12/oceanecs" &oceanecs.OceanEcsAutoscalerResourceLimits { MaxMemoryGib: *f64, @@ -2000,11 +2000,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/v12/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/v12.oceanEcs.OceanEcsBlockDeviceMappingsEbs, NoDevice: *string, VirtualName: *string, } @@ -2076,11 +2076,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/v12/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/v12.oceanEcs.OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize, Encrypted: interface{}, Iops: *f64, KmsKeyId: *string, @@ -2222,7 +2222,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/v12/oceanecs" &oceanecs.OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize { BaseSize: *f64, @@ -2282,7 +2282,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/v12/oceanecs" &oceanecs.OceanEcsClusterOrientation { AvailabilityVsCost: *string, @@ -2314,7 +2314,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/v12/oceanecs" &oceanecs.OceanEcsConfig { Connection: interface{}, @@ -2330,28 +2330,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/v12.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/v12.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/v12.oceanEcs.OceanEcsInstanceMetadataOptions, KeyPair: *string, - Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsLogging, + Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.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/v12.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/v12.oceanEcs.OceanEcsUpdatePolicy, UseAsTemplateOnly: interface{}, UserData: *string, UtilizeCommitments: interface{}, @@ -2901,7 +2901,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/v12/oceanecs" &oceanecs.OceanEcsFilters { Architectures: *[]*string, @@ -3185,7 +3185,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/v12/oceanecs" &oceanecs.OceanEcsInstanceMetadataOptions { HttpTokens: *string, @@ -3231,10 +3231,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/v12/oceanecs" &oceanecs.OceanEcsLogging { - Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsLoggingExport, + Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsLoggingExport, } ``` @@ -3265,7 +3265,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/v12/oceanecs" &oceanecs.OceanEcsLoggingExport { S3: interface{}, @@ -3299,7 +3299,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" &oceanecs.OceanEcsLoggingExportS3 { Id: *string, @@ -3334,7 +3334,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/v12/oceanecs" &oceanecs.OceanEcsOptimizeImages { PerformAt: *string, @@ -3394,10 +3394,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/v12/oceanecs" &oceanecs.OceanEcsScheduledTask { - ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsScheduledTaskShutdownHours, + ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsScheduledTaskShutdownHours, Tasks: interface{}, } ``` @@ -3444,7 +3444,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/v12/oceanecs" &oceanecs.OceanEcsScheduledTaskShutdownHours { TimeWindows: *[]*string, @@ -3490,7 +3490,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/v12/oceanecs" &oceanecs.OceanEcsScheduledTaskTasks { CronExpression: *string, @@ -3550,7 +3550,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" &oceanecs.OceanEcsTags { Key: *string, @@ -3596,13 +3596,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/v12/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/v12.oceanEcs.OceanEcsUpdatePolicyRollConfig, } ``` @@ -3672,7 +3672,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/v12/oceanecs" &oceanecs.OceanEcsUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -3720,7 +3720,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/v12/oceanecs" oceanecs.NewOceanEcsAutoscalerDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsAutoscalerDownOutputReference ``` @@ -3998,7 +3998,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/v12/oceanecs" oceanecs.NewOceanEcsAutoscalerHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsAutoscalerHeadroomOutputReference ``` @@ -4334,7 +4334,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/v12/oceanecs" oceanecs.NewOceanEcsAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsAutoscalerOutputReference ``` @@ -4883,7 +4883,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/v12/oceanecs" oceanecs.NewOceanEcsAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsAutoscalerResourceLimitsOutputReference ``` @@ -5190,7 +5190,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/v12/oceanecs" oceanecs.NewOceanEcsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference ``` @@ -5505,7 +5505,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/v12/oceanecs" oceanecs.NewOceanEcsBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsBlockDeviceMappingsEbsOutputReference ``` @@ -6028,7 +6028,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/v12/oceanecs" oceanecs.NewOceanEcsBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsBlockDeviceMappingsList ``` @@ -6171,7 +6171,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/v12/oceanecs" oceanecs.NewOceanEcsBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsBlockDeviceMappingsOutputReference ``` @@ -6560,7 +6560,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/v12/oceanecs" oceanecs.NewOceanEcsClusterOrientationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsClusterOrientationList ``` @@ -6703,7 +6703,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/v12/oceanecs" oceanecs.NewOceanEcsClusterOrientationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsClusterOrientationOutputReference ``` @@ -6999,7 +6999,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/v12/oceanecs" oceanecs.NewOceanEcsFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsFiltersOutputReference ``` @@ -7799,7 +7799,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/v12/oceanecs" oceanecs.NewOceanEcsInstanceMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsInstanceMetadataOptionsOutputReference ``` @@ -8099,7 +8099,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/v12/oceanecs" oceanecs.NewOceanEcsLoggingExportOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLoggingExportOutputReference ``` @@ -8390,7 +8390,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/v12/oceanecs" oceanecs.NewOceanEcsLoggingExportS3List(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLoggingExportS3List ``` @@ -8533,7 +8533,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/v12/oceanecs" oceanecs.NewOceanEcsLoggingExportS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLoggingExportS3OutputReference ``` @@ -8822,7 +8822,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/v12/oceanecs" oceanecs.NewOceanEcsLoggingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLoggingOutputReference ``` @@ -9113,7 +9113,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/v12/oceanecs" oceanecs.NewOceanEcsOptimizeImagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsOptimizeImagesOutputReference ``` @@ -9435,7 +9435,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/v12/oceanecs" oceanecs.NewOceanEcsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsScheduledTaskList ``` @@ -9578,7 +9578,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/v12/oceanecs" oceanecs.NewOceanEcsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsScheduledTaskOutputReference ``` @@ -9929,7 +9929,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/v12/oceanecs" oceanecs.NewOceanEcsScheduledTaskShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsScheduledTaskShutdownHoursOutputReference ``` @@ -10229,7 +10229,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/v12/oceanecs" oceanecs.NewOceanEcsScheduledTaskTasksList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsScheduledTaskTasksList ``` @@ -10372,7 +10372,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/v12/oceanecs" oceanecs.NewOceanEcsScheduledTaskTasksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsScheduledTaskTasksOutputReference ``` @@ -10705,7 +10705,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/v12/oceanecs" oceanecs.NewOceanEcsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsTagsList ``` @@ -10848,7 +10848,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/v12/oceanecs" oceanecs.NewOceanEcsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsTagsOutputReference ``` @@ -11159,7 +11159,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/v12/oceanecs" oceanecs.NewOceanEcsUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsUpdatePolicyOutputReference ``` @@ -11530,7 +11530,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/v12/oceanecs" oceanecs.NewOceanEcsUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/oceanEcsLaunchSpec.go.md b/docs/oceanEcsLaunchSpec.go.md index 3fb49b33a..a207500c0 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/v12/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpec(scope Construct, id *string, config OceanEcsLaunchSpecConfig) OceanEcsLaunchSpec ``` @@ -594,7 +594,7 @@ func ResetUserData() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" oceanecslaunchspec.OceanEcsLaunchSpec_IsConstruct(x interface{}) *bool ``` @@ -626,7 +626,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" oceanecslaunchspec.OceanEcsLaunchSpec_IsTerraformElement(x interface{}) *bool ``` @@ -640,7 +640,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/v12/oceanecslaunchspec" oceanecslaunchspec.OceanEcsLaunchSpec_IsTerraformResource(x interface{}) *bool ``` @@ -654,7 +654,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/v12/oceanecslaunchspec" oceanecslaunchspec.OceanEcsLaunchSpec_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1301,7 +1301,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/v12/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecAttributes { Key: *string, @@ -1347,7 +1347,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecAutoscaleHeadrooms { NumOfUnits: *f64, @@ -1407,11 +1407,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/v12/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/v12.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbs, NoDevice: *string, VirtualName: *string, } @@ -1483,11 +1483,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/v12/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/v12.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize, Encrypted: interface{}, Iops: *f64, KmsKeyId: *string, @@ -1629,7 +1629,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/v12/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize { BaseSize: *f64, @@ -1689,7 +1689,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/v12/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecConfig { Connection: interface{}, @@ -1708,7 +1708,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/v12.oceanEcsLaunchSpec.OceanEcsLaunchSpecInstanceMetadataOptions, InstanceTypes: *[]*string, PreferredSpotTypes: *[]*string, RestrictScaleDown: interface{}, @@ -2076,7 +2076,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/v12/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecImages { ImageId: *string, @@ -2108,7 +2108,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/v12/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecInstanceMetadataOptions { HttpTokens: *string, @@ -2154,7 +2154,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/v12/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecSchedulingTask { CronExpression: *string, @@ -2230,7 +2230,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/v12/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecSchedulingTaskTaskHeadroom { NumOfUnits: *f64, @@ -2290,7 +2290,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/v12/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecStrategy { SpotPercentage: *f64, @@ -2322,7 +2322,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/v12/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecTags { Key: *string, @@ -2370,7 +2370,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/v12/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecAttributesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecAttributesList ``` @@ -2513,7 +2513,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/v12/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecAttributesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecAttributesOutputReference ``` @@ -2824,7 +2824,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/v12/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecAutoscaleHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecAutoscaleHeadroomsList ``` @@ -2967,7 +2967,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/v12/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecAutoscaleHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecAutoscaleHeadroomsOutputReference ``` @@ -3314,7 +3314,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/v12/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference ``` @@ -3629,7 +3629,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/v12/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLaunchSpecBlockDeviceMappingsEbsOutputReference ``` @@ -4152,7 +4152,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/v12/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecBlockDeviceMappingsList ``` @@ -4295,7 +4295,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/v12/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecBlockDeviceMappingsOutputReference ``` @@ -4684,7 +4684,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/v12/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecImagesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecImagesList ``` @@ -4827,7 +4827,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/v12/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecImagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecImagesOutputReference ``` @@ -5123,7 +5123,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/v12/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecInstanceMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLaunchSpecInstanceMetadataOptionsOutputReference ``` @@ -5423,7 +5423,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/v12/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecSchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecSchedulingTaskList ``` @@ -5566,7 +5566,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/v12/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecSchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecSchedulingTaskOutputReference ``` @@ -5941,7 +5941,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/v12/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecSchedulingTaskTaskHeadroomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecSchedulingTaskTaskHeadroomList ``` @@ -6084,7 +6084,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/v12/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecSchedulingTaskTaskHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecSchedulingTaskTaskHeadroomOutputReference ``` @@ -6431,7 +6431,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/v12/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecStrategyList ``` @@ -6574,7 +6574,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/v12/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecStrategyOutputReference ``` @@ -6870,7 +6870,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/v12/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecTagsList ``` @@ -7013,7 +7013,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/v12/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 61dcdd2b0..1ce2de6f9 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/v12/oceangkeimport" oceangkeimport.NewOceanGkeImport(scope Construct, id *string, config OceanGkeImportConfig) OceanGkeImport ``` @@ -554,7 +554,7 @@ func ResetWhitelist() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" oceangkeimport.OceanGkeImport_IsConstruct(x interface{}) *bool ``` @@ -586,7 +586,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" oceangkeimport.OceanGkeImport_IsTerraformElement(x interface{}) *bool ``` @@ -600,7 +600,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/v12/oceangkeimport" oceangkeimport.OceanGkeImport_IsTerraformResource(x interface{}) *bool ``` @@ -614,7 +614,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/v12/oceangkeimport" oceangkeimport.OceanGkeImport_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1228,17 +1228,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/v12/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/v12.oceanGkeImport.OceanGkeImportAutoscalerDown, EnableAutomaticAndManualHeadroom: interface{}, - Headroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportAutoscalerHeadroom, + Headroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.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/v12.oceanGkeImport.OceanGkeImportAutoscalerResourceLimits, } ``` @@ -1364,7 +1364,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/v12/oceangkeimport" &oceangkeimport.OceanGkeImportAutoscalerDown { EvaluationPeriods: *f64, @@ -1410,7 +1410,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/v12/oceangkeimport" &oceangkeimport.OceanGkeImportAutoscalerHeadroom { CpuPerUnit: *f64, @@ -1484,7 +1484,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/v12/oceangkeimport" &oceangkeimport.OceanGkeImportAutoscalerResourceLimits { MaxMemoryGib: *f64, @@ -1530,7 +1530,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/v12/oceangkeimport" &oceangkeimport.OceanGkeImportBackendServices { ServiceName: *string, @@ -1606,7 +1606,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/v12/oceangkeimport" &oceangkeimport.OceanGkeImportBackendServicesNamedPorts { Name: *string, @@ -1652,7 +1652,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/v12/oceangkeimport" &oceangkeimport.OceanGkeImportConfig { Connection: interface{}, @@ -1664,7 +1664,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/v12.oceanGkeImport.OceanGkeImportAutoscaler, BackendServices: interface{}, Blacklist: *[]*string, ControllerClusterId: *string, @@ -1674,9 +1674,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/v12.oceanGkeImport.OceanGkeImportShieldedInstanceConfig, Strategy: interface{}, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeImport.OceanGkeImportUpdatePolicy, UseAsTemplateOnly: interface{}, Whitelist: *[]*string, } @@ -2007,10 +2007,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/v12/oceangkeimport" &oceangkeimport.OceanGkeImportScheduledTask { - ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportScheduledTaskShutdownHours, + ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeImport.OceanGkeImportScheduledTaskShutdownHours, Tasks: interface{}, } ``` @@ -2057,7 +2057,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/v12/oceangkeimport" &oceangkeimport.OceanGkeImportScheduledTaskShutdownHours { TimeWindows: *[]*string, @@ -2103,13 +2103,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/v12/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/v12.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParameters, } ``` @@ -2179,10 +2179,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/v12/oceangkeimport" &oceangkeimport.OceanGkeImportScheduledTaskTasksTaskParameters { - ClusterRoll: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll, + ClusterRoll: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll, } ``` @@ -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/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" &oceangkeimport.OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll { BatchMinHealthyPercentage: *f64, @@ -2287,7 +2287,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/v12/oceangkeimport" &oceangkeimport.OceanGkeImportShieldedInstanceConfig { EnableIntegrityMonitoring: interface{}, @@ -2333,7 +2333,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/v12/oceangkeimport" &oceangkeimport.OceanGkeImportStrategy { DrainingTimeout: *f64, @@ -2393,12 +2393,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/v12/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/v12.oceanGkeImport.OceanGkeImportUpdatePolicyRollConfig, } ``` @@ -2455,7 +2455,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/v12/oceangkeimport" &oceangkeimport.OceanGkeImportUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -2531,7 +2531,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/v12/oceangkeimport" oceangkeimport.NewOceanGkeImportAutoscalerDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportAutoscalerDownOutputReference ``` @@ -2838,7 +2838,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/v12/oceangkeimport" oceangkeimport.NewOceanGkeImportAutoscalerHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportAutoscalerHeadroomOutputReference ``` @@ -3203,7 +3203,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/v12/oceangkeimport" oceangkeimport.NewOceanGkeImportAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportAutoscalerOutputReference ``` @@ -3723,7 +3723,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/v12/oceangkeimport" oceangkeimport.NewOceanGkeImportAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportAutoscalerResourceLimitsOutputReference ``` @@ -4030,7 +4030,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/v12/oceangkeimport" oceangkeimport.NewOceanGkeImportBackendServicesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportBackendServicesList ``` @@ -4173,7 +4173,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/v12/oceangkeimport" oceangkeimport.NewOceanGkeImportBackendServicesNamedPortsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportBackendServicesNamedPortsList ``` @@ -4316,7 +4316,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/v12/oceangkeimport" oceangkeimport.NewOceanGkeImportBackendServicesNamedPortsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportBackendServicesNamedPortsOutputReference ``` @@ -4627,7 +4627,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/v12/oceangkeimport" oceangkeimport.NewOceanGkeImportBackendServicesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportBackendServicesOutputReference ``` @@ -5016,7 +5016,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/v12/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportScheduledTaskList ``` @@ -5159,7 +5159,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/v12/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportScheduledTaskOutputReference ``` @@ -5510,7 +5510,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/v12/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportScheduledTaskShutdownHoursOutputReference ``` @@ -5810,7 +5810,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/v12/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskTasksList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportScheduledTaskTasksList ``` @@ -5953,7 +5953,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/v12/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskTasksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportScheduledTaskTasksOutputReference ``` @@ -6328,7 +6328,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/v12/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskTasksTaskParametersClusterRollOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportScheduledTaskTasksTaskParametersClusterRollOutputReference ``` @@ -6693,7 +6693,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/v12/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskTasksTaskParametersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportScheduledTaskTasksTaskParametersOutputReference ``` @@ -6984,7 +6984,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/v12/oceangkeimport" oceangkeimport.NewOceanGkeImportShieldedInstanceConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportShieldedInstanceConfigOutputReference ``` @@ -7291,7 +7291,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/v12/oceangkeimport" oceangkeimport.NewOceanGkeImportStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportStrategyList ``` @@ -7434,7 +7434,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/v12/oceangkeimport" oceangkeimport.NewOceanGkeImportStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportStrategyOutputReference ``` @@ -7788,7 +7788,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/v12/oceangkeimport" oceangkeimport.NewOceanGkeImportUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportUpdatePolicyOutputReference ``` @@ -8130,7 +8130,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/v12/oceangkeimport" oceangkeimport.NewOceanGkeImportUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/oceanGkeLaunchSpec.go.md b/docs/oceanGkeLaunchSpec.go.md index 3af4ddf8a..3021ae01d 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/v12/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpec(scope Construct, id *string, config OceanGkeLaunchSpecConfig) OceanGkeLaunchSpec ``` @@ -681,7 +681,7 @@ func ResetUpdatePolicy() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" oceangkelaunchspec.OceanGkeLaunchSpec_IsConstruct(x interface{}) *bool ``` @@ -713,7 +713,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" oceangkelaunchspec.OceanGkeLaunchSpec_IsTerraformElement(x interface{}) *bool ``` @@ -727,7 +727,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/v12/oceangkelaunchspec" oceangkelaunchspec.OceanGkeLaunchSpec_IsTerraformResource(x interface{}) *bool ``` @@ -741,7 +741,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/v12/oceangkelaunchspec" oceangkelaunchspec.OceanGkeLaunchSpec_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1476,7 +1476,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/v12/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecAutoscaleHeadrooms { NumOfUnits: *f64, @@ -1550,7 +1550,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/v12/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecAutoscaleHeadroomsAutomatic { AutoHeadroomPercentage: *f64, @@ -1582,7 +1582,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/v12/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecConfig { Connection: interface{}, @@ -1602,19 +1602,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/v12.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/v12.oceanGkeLaunchSpec.OceanGkeLaunchSpecShieldedInstanceConfig, SourceImage: *string, - Storage: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecStorage, + Storage: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.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/v12.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicy, } ``` @@ -2033,7 +2033,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecLabels { Key: *string, @@ -2079,7 +2079,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/v12/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecMetadata { Key: *string, @@ -2125,7 +2125,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecNetworkInterfaces { Network: *string, @@ -2203,7 +2203,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/v12/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecNetworkInterfacesAccessConfigs { Name: *string, @@ -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/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecNetworkInterfacesAliasIpRanges { IpCidrRange: *string, @@ -2295,7 +2295,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/v12/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecResourceLimits { MaxInstanceCount: *f64, @@ -2341,7 +2341,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/v12/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecSchedulingTask { CronExpression: *string, @@ -2417,7 +2417,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/v12/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecSchedulingTaskTaskHeadroom { NumOfUnits: *f64, @@ -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/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecShieldedInstanceConfig { EnableIntegrityMonitoring: interface{}, @@ -2537,7 +2537,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/v12/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecStorage { LocalSsdCount: *f64, @@ -2569,7 +2569,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/v12/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecStrategy { PreemptiblePercentage: *f64, @@ -2601,7 +2601,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/v12/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecTaints { Effect: *string, @@ -2661,11 +2661,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/v12/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/v12.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicyRollConfig, } ``` @@ -2709,7 +2709,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/v12/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -2743,7 +2743,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/v12/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecAutoscaleHeadroomsAutomaticList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecAutoscaleHeadroomsAutomaticList ``` @@ -2886,7 +2886,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/v12/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecAutoscaleHeadroomsAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecAutoscaleHeadroomsAutomaticOutputReference ``` @@ -3182,7 +3182,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/v12/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecAutoscaleHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecAutoscaleHeadroomsList ``` @@ -3325,7 +3325,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/v12/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecAutoscaleHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecAutoscaleHeadroomsOutputReference ``` @@ -3701,7 +3701,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/v12/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecLabelsList ``` @@ -3844,7 +3844,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/v12/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecLabelsOutputReference ``` @@ -4169,7 +4169,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/v12/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecMetadataList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecMetadataList ``` @@ -4312,7 +4312,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/v12/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecMetadataOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecMetadataOutputReference ``` @@ -4637,7 +4637,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/v12/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesAccessConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecNetworkInterfacesAccessConfigsList ``` @@ -4780,7 +4780,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/v12/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesAccessConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecNetworkInterfacesAccessConfigsOutputReference ``` @@ -5105,7 +5105,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/v12/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesAliasIpRangesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecNetworkInterfacesAliasIpRangesList ``` @@ -5248,7 +5248,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/v12/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesAliasIpRangesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecNetworkInterfacesAliasIpRangesOutputReference ``` @@ -5559,7 +5559,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/v12/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecNetworkInterfacesList ``` @@ -5702,7 +5702,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/v12/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecNetworkInterfacesOutputReference ``` @@ -6104,7 +6104,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/v12/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecResourceLimitsOutputReference ``` @@ -6411,7 +6411,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/v12/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecSchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecSchedulingTaskList ``` @@ -6554,7 +6554,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/v12/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecSchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecSchedulingTaskOutputReference ``` @@ -6929,7 +6929,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/v12/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecSchedulingTaskTaskHeadroomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecSchedulingTaskTaskHeadroomList ``` @@ -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/v12/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecSchedulingTaskTaskHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecSchedulingTaskTaskHeadroomOutputReference ``` @@ -7448,7 +7448,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/v12/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecShieldedInstanceConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecShieldedInstanceConfigOutputReference ``` @@ -7755,7 +7755,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/v12/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecStorageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecStorageOutputReference ``` @@ -8033,7 +8033,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/v12/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecStrategyList ``` @@ -8176,7 +8176,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/v12/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecStrategyOutputReference ``` @@ -8472,7 +8472,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/v12/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecTaintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecTaintsList ``` @@ -8615,7 +8615,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/v12/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecTaintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecTaintsOutputReference ``` @@ -8969,7 +8969,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/v12/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecUpdatePolicyOutputReference ``` @@ -9282,7 +9282,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/v12/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/oceanGkeLaunchSpecImport.go.md b/docs/oceanGkeLaunchSpecImport.go.md index 1b9413b59..28521e479 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/v12/oceangkelaunchspecimport" oceangkelaunchspecimport.NewOceanGkeLaunchSpecImport(scope Construct, id *string, config OceanGkeLaunchSpecImportConfig) OceanGkeLaunchSpecImport ``` @@ -378,7 +378,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspecimport" oceangkelaunchspecimport.OceanGkeLaunchSpecImport_IsConstruct(x interface{}) *bool ``` @@ -410,7 +410,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspecimport" oceangkelaunchspecimport.OceanGkeLaunchSpecImport_IsTerraformElement(x interface{}) *bool ``` @@ -424,7 +424,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/v12/oceangkelaunchspecimport" oceangkelaunchspecimport.OceanGkeLaunchSpecImport_IsTerraformResource(x interface{}) *bool ``` @@ -438,7 +438,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/v12/oceangkelaunchspecimport" oceangkelaunchspecimport.OceanGkeLaunchSpecImport_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -733,7 +733,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/v12/oceangkelaunchspecimport" &oceangkelaunchspecimport.OceanGkeLaunchSpecImportConfig { Connection: interface{}, diff --git a/docs/oceanSpark.go.md b/docs/oceanSpark.go.md index f14e2b8f2..881be7b7d 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/v12/oceanspark" oceanspark.NewOceanSpark(scope Construct, id *string, config OceanSparkConfig) OceanSpark ``` @@ -478,7 +478,7 @@ func ResetWebhook() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" oceanspark.OceanSpark_IsConstruct(x interface{}) *bool ``` @@ -510,7 +510,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" oceanspark.OceanSpark_IsTerraformElement(x interface{}) *bool ``` @@ -524,7 +524,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/v12/oceanspark" oceanspark.OceanSpark_IsTerraformResource(x interface{}) *bool ``` @@ -538,7 +538,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/v12/oceanspark" oceanspark.OceanSpark_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -921,7 +921,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/v12/oceanspark" &oceanspark.OceanSparkCompute { CreateVngs: interface{}, @@ -967,7 +967,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/v12/oceanspark" &oceanspark.OceanSparkConfig { Connection: interface{}, @@ -978,12 +978,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/v12.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/v12.oceanSpark.OceanSparkIngress, + LogCollection: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanSpark.OceanSparkLogCollection, + Spark: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanSpark.OceanSparkSpark, + Webhook: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanSpark.OceanSparkWebhook, } ``` @@ -1180,13 +1180,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/v12/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/v12.oceanSpark.OceanSparkIngressController, + CustomEndpoint: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanSpark.OceanSparkIngressCustomEndpoint, + LoadBalancer: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanSpark.OceanSparkIngressLoadBalancer, + PrivateLink: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanSpark.OceanSparkIngressPrivateLink, ServiceAnnotations: *map[string]*string, } ``` @@ -1276,7 +1276,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/v12/oceanspark" &oceanspark.OceanSparkIngressController { Managed: interface{}, @@ -1308,7 +1308,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/v12/oceanspark" &oceanspark.OceanSparkIngressCustomEndpoint { Address: *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/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" &oceanspark.OceanSparkIngressLoadBalancer { Managed: interface{}, @@ -1414,7 +1414,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" &oceanspark.OceanSparkIngressPrivateLink { Enabled: interface{}, @@ -1460,7 +1460,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/v12/oceanspark" &oceanspark.OceanSparkLogCollection { CollectAppLogs: interface{}, @@ -1492,7 +1492,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/v12/oceanspark" &oceanspark.OceanSparkSpark { AdditionalAppNamespaces: *[]*string, @@ -1524,7 +1524,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/v12/oceanspark" &oceanspark.OceanSparkWebhook { HostNetworkPorts: *[]*f64, @@ -1572,7 +1572,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/v12/oceanspark" oceanspark.NewOceanSparkComputeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkComputeOutputReference ``` @@ -1879,7 +1879,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/v12/oceanspark" oceanspark.NewOceanSparkIngressControllerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressControllerOutputReference ``` @@ -2157,7 +2157,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/v12/oceanspark" oceanspark.NewOceanSparkIngressCustomEndpointOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressCustomEndpointOutputReference ``` @@ -2464,7 +2464,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/v12/oceanspark" oceanspark.NewOceanSparkIngressLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressLoadBalancerOutputReference ``` @@ -2800,7 +2800,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/v12/oceanspark" oceanspark.NewOceanSparkIngressOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressOutputReference ``` @@ -3246,7 +3246,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/v12/oceanspark" oceanspark.NewOceanSparkIngressPrivateLinkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressPrivateLinkOutputReference ``` @@ -3553,7 +3553,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/v12/oceanspark" oceanspark.NewOceanSparkLogCollectionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkLogCollectionOutputReference ``` @@ -3831,7 +3831,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/v12/oceanspark" oceanspark.NewOceanSparkSparkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkSparkOutputReference ``` @@ -4109,7 +4109,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/v12/oceanspark" oceanspark.NewOceanSparkWebhookOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkWebhookOutputReference ``` diff --git a/docs/oceanSparkVirtualNodeGroup.go.md b/docs/oceanSparkVirtualNodeGroup.go.md index bde7de935..81b79308b 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/v12/oceansparkvirtualnodegroup" oceansparkvirtualnodegroup.NewOceanSparkVirtualNodeGroup(scope Construct, id *string, config OceanSparkVirtualNodeGroupConfig) OceanSparkVirtualNodeGroup ``` @@ -378,7 +378,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceansparkvirtualnodegroup" oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_IsConstruct(x interface{}) *bool ``` @@ -410,7 +410,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceansparkvirtualnodegroup" oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_IsTerraformElement(x interface{}) *bool ``` @@ -424,7 +424,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/v12/oceansparkvirtualnodegroup" oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_IsTerraformResource(x interface{}) *bool ``` @@ -438,7 +438,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/v12/oceansparkvirtualnodegroup" oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -733,7 +733,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/v12/oceansparkvirtualnodegroup" &oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroupConfig { Connection: interface{}, diff --git a/docs/organizationPolicy.go.md b/docs/organizationPolicy.go.md index ac52f934d..37370024f 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/v12/organizationpolicy" organizationpolicy.NewOrganizationPolicy(scope Construct, id *string, config OrganizationPolicyConfig) OrganizationPolicy ``` @@ -398,7 +398,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationpolicy" organizationpolicy.OrganizationPolicy_IsConstruct(x interface{}) *bool ``` @@ -430,7 +430,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationpolicy" organizationpolicy.OrganizationPolicy_IsTerraformElement(x interface{}) *bool ``` @@ -444,7 +444,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/v12/organizationpolicy" organizationpolicy.OrganizationPolicy_IsTerraformResource(x interface{}) *bool ``` @@ -458,7 +458,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/v12/organizationpolicy" organizationpolicy.OrganizationPolicy_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -775,7 +775,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/v12/organizationpolicy" &organizationpolicy.OrganizationPolicyConfig { Connection: interface{}, @@ -938,7 +938,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/v12/organizationpolicy" &organizationpolicy.OrganizationPolicyPolicyContent { Statements: interface{}, @@ -972,7 +972,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/v12/organizationpolicy" &organizationpolicy.OrganizationPolicyPolicyContentStatements { Actions: *[]*string, @@ -1034,7 +1034,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/v12/organizationpolicy" organizationpolicy.NewOrganizationPolicyPolicyContentList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationPolicyPolicyContentList ``` @@ -1177,7 +1177,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/v12/organizationpolicy" organizationpolicy.NewOrganizationPolicyPolicyContentOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OrganizationPolicyPolicyContentOutputReference ``` @@ -1479,7 +1479,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/v12/organizationpolicy" organizationpolicy.NewOrganizationPolicyPolicyContentStatementsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationPolicyPolicyContentStatementsList ``` @@ -1622,7 +1622,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/v12/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 9c579b65e..2c82347a0 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/v12/organizationprogrammaticuser" organizationprogrammaticuser.NewOrganizationProgrammaticUser(scope Construct, id *string, config OrganizationProgrammaticUserConfig) OrganizationProgrammaticUser ``` @@ -432,7 +432,7 @@ func ResetUserGroupIds() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationprogrammaticuser" organizationprogrammaticuser.OrganizationProgrammaticUser_IsConstruct(x interface{}) *bool ``` @@ -464,7 +464,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationprogrammaticuser" organizationprogrammaticuser.OrganizationProgrammaticUser_IsTerraformElement(x interface{}) *bool ``` @@ -478,7 +478,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/v12/organizationprogrammaticuser" organizationprogrammaticuser.OrganizationProgrammaticUser_IsTerraformResource(x interface{}) *bool ``` @@ -492,7 +492,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/v12/organizationprogrammaticuser" organizationprogrammaticuser.OrganizationProgrammaticUser_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -853,7 +853,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/v12/organizationprogrammaticuser" &organizationprogrammaticuser.OrganizationProgrammaticUserAccounts { AccountId: *string, @@ -899,7 +899,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/v12/organizationprogrammaticuser" &organizationprogrammaticuser.OrganizationProgrammaticUserConfig { Connection: interface{}, @@ -1092,7 +1092,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/v12/organizationprogrammaticuser" &organizationprogrammaticuser.OrganizationProgrammaticUserPolicies { PolicyAccountIds: *[]*string, @@ -1140,7 +1140,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/v12/organizationprogrammaticuser" organizationprogrammaticuser.NewOrganizationProgrammaticUserAccountsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationProgrammaticUserAccountsList ``` @@ -1283,7 +1283,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/v12/organizationprogrammaticuser" organizationprogrammaticuser.NewOrganizationProgrammaticUserAccountsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OrganizationProgrammaticUserAccountsOutputReference ``` @@ -1594,7 +1594,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/v12/organizationprogrammaticuser" organizationprogrammaticuser.NewOrganizationProgrammaticUserPoliciesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationProgrammaticUserPoliciesList ``` @@ -1737,7 +1737,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/v12/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 a0fc41b2c..c1980df53 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/v12/organizationuser" organizationuser.NewOrganizationUser(scope Construct, id *string, config OrganizationUserConfig) OrganizationUser ``` @@ -419,7 +419,7 @@ func ResetUserGroupIds() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationuser" organizationuser.OrganizationUser_IsConstruct(x interface{}) *bool ``` @@ -451,7 +451,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationuser" organizationuser.OrganizationUser_IsTerraformElement(x interface{}) *bool ``` @@ -465,7 +465,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/v12/organizationuser" organizationuser.OrganizationUser_IsTerraformResource(x interface{}) *bool ``` @@ -479,7 +479,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/v12/organizationuser" organizationuser.OrganizationUser_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -884,7 +884,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/v12/organizationuser" &organizationuser.OrganizationUserConfig { Connection: interface{}, @@ -1103,7 +1103,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/v12/organizationuser" &organizationuser.OrganizationUserPolicies { PolicyAccountIds: *[]*string, @@ -1151,7 +1151,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/v12/organizationuser" organizationuser.NewOrganizationUserPoliciesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationUserPoliciesList ``` @@ -1294,7 +1294,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/v12/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 e7984504a..ba6816d3f 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/v12/organizationusergroup" organizationusergroup.NewOrganizationUserGroup(scope Construct, id *string, config OrganizationUserGroupConfig) OrganizationUserGroup ``` @@ -412,7 +412,7 @@ func ResetUserIds() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationusergroup" organizationusergroup.OrganizationUserGroup_IsConstruct(x interface{}) *bool ``` @@ -444,7 +444,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationusergroup" organizationusergroup.OrganizationUserGroup_IsTerraformElement(x interface{}) *bool ``` @@ -458,7 +458,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/v12/organizationusergroup" organizationusergroup.OrganizationUserGroup_IsTerraformResource(x interface{}) *bool ``` @@ -472,7 +472,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/v12/organizationusergroup" organizationusergroup.OrganizationUserGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -811,7 +811,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/v12/organizationusergroup" &organizationusergroup.OrganizationUserGroupConfig { Connection: interface{}, @@ -988,7 +988,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/v12/organizationusergroup" &organizationusergroup.OrganizationUserGroupPolicies { AccountIds: *[]*string, @@ -1036,7 +1036,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/v12/organizationusergroup" organizationusergroup.NewOrganizationUserGroupPoliciesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationUserGroupPoliciesList ``` @@ -1179,7 +1179,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/v12/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 b7cac7720..f95383f34 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/v12/provider" provider.NewSpotinstProvider(scope Construct, id *string, config SpotinstProviderConfig) SpotinstProvider ``` @@ -165,7 +165,7 @@ func ResetToken() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/provider" provider.SpotinstProvider_IsConstruct(x interface{}) *bool ``` @@ -197,7 +197,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/provider" provider.SpotinstProvider_IsTerraformElement(x interface{}) *bool ``` @@ -211,7 +211,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/v12/provider" provider.SpotinstProvider_IsTerraformProvider(x interface{}) *bool ``` @@ -225,7 +225,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/v12/provider" provider.SpotinstProvider_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -476,7 +476,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/v12/provider" &provider.SpotinstProviderConfig { Account: *string, diff --git a/docs/statefulNodeAzure.go.md b/docs/statefulNodeAzure.go.md index d16441d12..430abe846 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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzure(scope Construct, id *string, config StatefulNodeAzureConfig) StatefulNodeAzure ``` @@ -888,7 +888,7 @@ func ResetZones() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" statefulnodeazure.StatefulNodeAzure_IsConstruct(x interface{}) *bool ``` @@ -920,7 +920,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" statefulnodeazure.StatefulNodeAzure_IsTerraformElement(x interface{}) *bool ``` @@ -934,7 +934,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/v12/statefulnodeazure" statefulnodeazure.StatefulNodeAzure_IsTerraformResource(x interface{}) *bool ``` @@ -948,7 +948,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/v12/statefulnodeazure" statefulnodeazure.StatefulNodeAzure_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -2123,7 +2123,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureAttachDataDisk { DataDiskName: *string, @@ -2225,7 +2225,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureBootDiagnostics { IsEnabled: interface{}, @@ -2285,7 +2285,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureConfig { Connection: interface{}, @@ -2304,7 +2304,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/v12.statefulNodeAzure.StatefulNodeAzureStrategy, AttachDataDisk: interface{}, BootDiagnostics: interface{}, CustomData: *string, @@ -2314,22 +2314,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/v12.statefulNodeAzure.StatefulNodeAzureHealth, Id: *string, - Image: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureImage, + Image: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.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/v12.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/v12.statefulNodeAzure.StatefulNodeAzureNetwork, + OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.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/v12.statefulNodeAzure.StatefulNodeAzureSecurity, ShouldPersistVm: interface{}, ShutdownScript: *string, Signal: interface{}, @@ -3036,7 +3036,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureDataDisk { Lun: *f64, @@ -3096,7 +3096,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureDelete { DiskShouldDeallocate: interface{}, @@ -3240,7 +3240,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureDetachDataDisk { DataDiskName: *string, @@ -3314,7 +3314,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureExtension { ApiVersion: *string, @@ -3430,7 +3430,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureHealth { AutoHealing: interface{}, @@ -3504,7 +3504,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureImage { CustomImage: interface{}, @@ -3570,7 +3570,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureImageCustomImage { CustomImageResourceGroupName: *string, @@ -3616,7 +3616,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureImageGallery { GalleryName: *string, @@ -3690,7 +3690,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureImageMarketplaceImage { Offer: *string, @@ -3764,7 +3764,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureImportVm { OriginalVmName: *string, @@ -3838,7 +3838,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureLoadBalancer { BackendPoolNames: *[]*string, @@ -3926,7 +3926,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureLogin { UserName: *string, @@ -3986,7 +3986,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureManagedServiceIdentities { Name: *string, @@ -4032,7 +4032,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetwork { NetworkInterface: interface{}, @@ -4094,7 +4094,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterface { IsPrimary: interface{}, @@ -4260,7 +4260,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurations { Name: *string, @@ -4306,7 +4306,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroups { Name: *string, @@ -4352,7 +4352,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup { Name: *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/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterfacePublicIps { Name: *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/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureOsDisk { Type: *string, @@ -4490,7 +4490,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureProximityPlacementGroups { Name: *string, @@ -4536,7 +4536,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSchedulingTask { CronExpression: *string, @@ -4596,7 +4596,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSecret { SourceVault: interface{}, @@ -4646,7 +4646,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSecretSourceVault { Name: *string, @@ -4692,7 +4692,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSecretVaultCertificates { CertificateStore: *string, @@ -4738,7 +4738,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSecurity { SecureBootEnabled: interface{}, @@ -4798,7 +4798,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSignal { Timeout: *f64, @@ -4844,7 +4844,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureStrategy { FallbackToOnDemand: interface{}, @@ -4852,7 +4852,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/v12.statefulNodeAzure.StatefulNodeAzureStrategyRevertToSpot, } ``` @@ -4950,7 +4950,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureStrategyCapacityReservation { ShouldUtilize: interface{}, @@ -5012,7 +5012,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroups { CrgName: *string, @@ -5072,7 +5072,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureStrategyRevertToSpot { PerformAt: *string, @@ -5104,7 +5104,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureTag { TagKey: *string, @@ -5150,7 +5150,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/v12/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureUpdateState { State: *string, @@ -5184,7 +5184,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureAttachDataDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureAttachDataDiskList ``` @@ -5327,7 +5327,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureAttachDataDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureAttachDataDiskOutputReference ``` @@ -5740,7 +5740,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureBootDiagnosticsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureBootDiagnosticsList ``` @@ -5883,7 +5883,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureBootDiagnosticsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureBootDiagnosticsOutputReference ``` @@ -6237,7 +6237,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDataDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureDataDiskList ``` @@ -6380,7 +6380,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDataDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureDataDiskOutputReference ``` @@ -6713,7 +6713,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDeleteList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureDeleteList ``` @@ -6856,7 +6856,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDeleteOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureDeleteOutputReference ``` @@ -7349,7 +7349,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDetachDataDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureDetachDataDiskList ``` @@ -7492,7 +7492,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDetachDataDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureDetachDataDiskOutputReference ``` @@ -7854,7 +7854,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureExtensionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureExtensionList ``` @@ -7997,7 +7997,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureExtensionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureExtensionOutputReference ``` @@ -8432,7 +8432,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureHealthOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureHealthOutputReference ``` @@ -8783,7 +8783,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageCustomImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureImageCustomImageList ``` @@ -8926,7 +8926,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageCustomImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureImageCustomImageOutputReference ``` @@ -9237,7 +9237,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageGalleryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureImageGalleryList ``` @@ -9380,7 +9380,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageGalleryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureImageGalleryOutputReference ``` @@ -9735,7 +9735,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageMarketplaceImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureImageMarketplaceImageList ``` @@ -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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageMarketplaceImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureImageMarketplaceImageOutputReference ``` @@ -10233,7 +10233,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureImageOutputReference ``` @@ -10608,7 +10608,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImportVmList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureImportVmList ``` @@ -10751,7 +10751,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImportVmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureImportVmOutputReference ``` @@ -11120,7 +11120,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureLoadBalancerList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureLoadBalancerList ``` @@ -11263,7 +11263,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureLoadBalancerOutputReference ``` @@ -11647,7 +11647,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureLoginOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureLoginOutputReference ``` @@ -11976,7 +11976,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureManagedServiceIdentitiesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureManagedServiceIdentitiesList ``` @@ -12119,7 +12119,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureManagedServiceIdentitiesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureManagedServiceIdentitiesOutputReference ``` @@ -12430,7 +12430,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsList ``` @@ -12573,7 +12573,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsOutputReference ``` @@ -12884,7 +12884,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsList ``` @@ -13027,7 +13027,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsOutputReference ``` @@ -13338,7 +13338,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfaceList ``` @@ -13481,7 +13481,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupList ``` @@ -13624,7 +13624,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupOutputReference ``` @@ -13949,7 +13949,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfaceOutputReference ``` @@ -14544,7 +14544,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfacePublicIpsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfacePublicIpsList ``` @@ -14687,7 +14687,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfacePublicIpsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfacePublicIpsOutputReference ``` @@ -14998,7 +14998,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureNetworkOutputReference ``` @@ -15326,7 +15326,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureOsDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureOsDiskOutputReference ``` @@ -15626,7 +15626,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureProximityPlacementGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureProximityPlacementGroupsList ``` @@ -15769,7 +15769,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureProximityPlacementGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureProximityPlacementGroupsOutputReference ``` @@ -16080,7 +16080,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSchedulingTaskList ``` @@ -16223,7 +16223,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSchedulingTaskOutputReference ``` @@ -16556,7 +16556,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSecretList ``` @@ -16699,7 +16699,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSecretOutputReference ``` @@ -17036,7 +17036,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretSourceVaultList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSecretSourceVaultList ``` @@ -17179,7 +17179,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretSourceVaultOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSecretSourceVaultOutputReference ``` @@ -17490,7 +17490,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretVaultCertificatesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSecretVaultCertificatesList ``` @@ -17633,7 +17633,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretVaultCertificatesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSecretVaultCertificatesOutputReference ``` @@ -17958,7 +17958,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecurityOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureSecurityOutputReference ``` @@ -18294,7 +18294,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSignalList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSignalList ``` @@ -18437,7 +18437,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSignalOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSignalOutputReference ``` @@ -18748,7 +18748,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsList ``` @@ -18891,7 +18891,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsOutputReference ``` @@ -19231,7 +19231,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyCapacityReservationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureStrategyCapacityReservationList ``` @@ -19374,7 +19374,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyCapacityReservationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureStrategyCapacityReservationOutputReference ``` @@ -19727,7 +19727,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureStrategyOutputReference ``` @@ -20169,7 +20169,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyRevertToSpotOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureStrategyRevertToSpotOutputReference ``` @@ -20440,7 +20440,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureTagList ``` @@ -20583,7 +20583,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureTagOutputReference ``` @@ -20901,7 +20901,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/v12/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureUpdateStateList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureUpdateStateList ``` @@ -21044,7 +21044,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/v12/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 4013be48e..95039a869 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/v12/subscription" subscription.NewSubscription(scope Construct, id *string, config SubscriptionConfig) Subscription ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/subscription" subscription.Subscription_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/subscription" subscription.Subscription_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,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/v12/subscription" subscription.Subscription_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,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/v12/subscription" subscription.Subscription_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -806,7 +806,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/v12/subscription" &subscription.SubscriptionConfig { Connection: interface{}, diff --git a/src/account-aws/index.ts b/src/account-aws/index.ts index 14b47158e..ee14a597c 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.151.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 4dd7ec2b0..e31a99ebc 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.151.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 8ef6c855c..d8430fbc5 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.151.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 b27a2a9bd..f53e3996b 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.151.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 1cae8d7b4..a5bbadaff 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.151.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 f2a9db3ad..223126216 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.151.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 7fd3c2a58..0ae076852 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.151.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 c38c29963..f5ed65ade 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.151.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 bc12d7579..3738bca4c 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.151.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 953f55531..4907ecbed 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.151.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 d8fa71670..6a70ff001 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.151.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 a06a090d5..bb84fa42e 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.151.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 c129b9084..184c9ae08 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.151.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 c7ce727b2..95468a148 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.151.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 3b078e1a5..99a91eebb 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.151.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 ddd3115d4..c6cfde699 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.151.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 9d9ea8c6d..a6dbe7f48 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.151.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 138549681..681dac707 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.151.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 9496590cf..8f52fd5b0 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.151.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 499b6052a..aad3614fa 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.151.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 dd17720fb..ac918c941 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.151.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 dfe9641c5..d693f1972 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.151.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 b8570c482..452d1f30f 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.151.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 cbc3d7fd3..675990007 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.151.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 efa2bd089..d23c6a596 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.151.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 7d890684e..373cfcefb 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.151.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 f3b697ea1..c597510e4 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.151.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 7ae89c0c6..8383d4e95 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.151.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 1ebcef883..f2c683da0 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.151.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 dcab63904..70e957835 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.151.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 7b3605149..d282b98ce 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.151.0/docs/resources/organization_user // generated from terraform resource schema diff --git a/src/provider/index.ts b/src/provider/index.ts index b69db7f60..580e814a6 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.151.0/docs // generated from terraform resource schema diff --git a/src/stateful-node-azure/index.ts b/src/stateful-node-azure/index.ts index 07bb4b28b..92ed9bc30 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.151.0/docs/resources/stateful_node_azure // generated from terraform resource schema diff --git a/src/subscription/index.ts b/src/subscription/index.ts index 49eabd4aa..1dfb6414f 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.151.0/docs/resources/subscription // generated from terraform resource schema