Documentation ¶
Index ¶
- func MwsWorkspaces_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func MwsWorkspaces_IsConstruct(x interface{}) *bool
- func MwsWorkspaces_IsTerraformElement(x interface{}) *bool
- func MwsWorkspaces_IsTerraformResource(x interface{}) *bool
- func MwsWorkspaces_TfResourceType() *string
- func NewMwsWorkspacesCloudResourceContainerGcpOutputReference_Override(m MwsWorkspacesCloudResourceContainerGcpOutputReference, ...)
- func NewMwsWorkspacesCloudResourceContainerOutputReference_Override(m MwsWorkspacesCloudResourceContainerOutputReference, ...)
- func NewMwsWorkspacesExternalCustomerInfoOutputReference_Override(m MwsWorkspacesExternalCustomerInfoOutputReference, ...)
- func NewMwsWorkspacesGcpManagedNetworkConfigOutputReference_Override(m MwsWorkspacesGcpManagedNetworkConfigOutputReference, ...)
- func NewMwsWorkspacesGkeConfigOutputReference_Override(m MwsWorkspacesGkeConfigOutputReference, ...)
- func NewMwsWorkspacesTimeoutsOutputReference_Override(m MwsWorkspacesTimeoutsOutputReference, ...)
- func NewMwsWorkspacesTokenOutputReference_Override(m MwsWorkspacesTokenOutputReference, ...)
- func NewMwsWorkspaces_Override(m MwsWorkspaces, scope constructs.Construct, id *string, ...)
- type MwsWorkspaces
- type MwsWorkspacesCloudResourceContainer
- type MwsWorkspacesCloudResourceContainerGcp
- type MwsWorkspacesCloudResourceContainerGcpOutputReference
- type MwsWorkspacesCloudResourceContainerOutputReference
- type MwsWorkspacesConfig
- type MwsWorkspacesExternalCustomerInfo
- type MwsWorkspacesExternalCustomerInfoOutputReference
- type MwsWorkspacesGcpManagedNetworkConfig
- type MwsWorkspacesGcpManagedNetworkConfigOutputReference
- type MwsWorkspacesGkeConfig
- type MwsWorkspacesGkeConfigOutputReference
- type MwsWorkspacesTimeouts
- type MwsWorkspacesTimeoutsOutputReference
- type MwsWorkspacesToken
- type MwsWorkspacesTokenOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MwsWorkspaces_GenerateConfigForImport ¶
func MwsWorkspaces_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a MwsWorkspaces resource upon running "cdktf plan <stack-name>".
func MwsWorkspaces_IsConstruct ¶
func MwsWorkspaces_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func MwsWorkspaces_IsTerraformElement ¶
func MwsWorkspaces_IsTerraformElement(x interface{}) *bool
Experimental.
func MwsWorkspaces_IsTerraformResource ¶
func MwsWorkspaces_IsTerraformResource(x interface{}) *bool
Experimental.
func MwsWorkspaces_TfResourceType ¶
func MwsWorkspaces_TfResourceType() *string
func NewMwsWorkspacesCloudResourceContainerGcpOutputReference_Override ¶
func NewMwsWorkspacesCloudResourceContainerGcpOutputReference_Override(m MwsWorkspacesCloudResourceContainerGcpOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMwsWorkspacesCloudResourceContainerOutputReference_Override ¶
func NewMwsWorkspacesCloudResourceContainerOutputReference_Override(m MwsWorkspacesCloudResourceContainerOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMwsWorkspacesExternalCustomerInfoOutputReference_Override ¶
func NewMwsWorkspacesExternalCustomerInfoOutputReference_Override(m MwsWorkspacesExternalCustomerInfoOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMwsWorkspacesGcpManagedNetworkConfigOutputReference_Override ¶
func NewMwsWorkspacesGcpManagedNetworkConfigOutputReference_Override(m MwsWorkspacesGcpManagedNetworkConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMwsWorkspacesGkeConfigOutputReference_Override ¶
func NewMwsWorkspacesGkeConfigOutputReference_Override(m MwsWorkspacesGkeConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMwsWorkspacesTimeoutsOutputReference_Override ¶
func NewMwsWorkspacesTimeoutsOutputReference_Override(m MwsWorkspacesTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMwsWorkspacesTokenOutputReference_Override ¶
func NewMwsWorkspacesTokenOutputReference_Override(m MwsWorkspacesTokenOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMwsWorkspaces_Override ¶
func NewMwsWorkspaces_Override(m MwsWorkspaces, scope constructs.Construct, id *string, config *MwsWorkspacesConfig)
Create a new {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces databricks_mws_workspaces} Resource.
Types ¶
type MwsWorkspaces ¶
type MwsWorkspaces interface { cdktf.TerraformResource AccountId() *string SetAccountId(val *string) AccountIdInput() *string AwsRegion() *string SetAwsRegion(val *string) AwsRegionInput() *string // Experimental. CdktfStack() cdktf.TerraformStack Cloud() *string SetCloud(val *string) CloudInput() *string CloudResourceContainer() MwsWorkspacesCloudResourceContainerOutputReference CloudResourceContainerInput() *MwsWorkspacesCloudResourceContainer // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CreationTime() *float64 SetCreationTime(val *float64) CreationTimeInput() *float64 CredentialsId() *string SetCredentialsId(val *string) CredentialsIdInput() *string CustomerManagedKeyId() *string SetCustomerManagedKeyId(val *string) CustomerManagedKeyIdInput() *string CustomTags() *map[string]*string SetCustomTags(val *map[string]*string) CustomTagsInput() *map[string]*string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) DeploymentName() *string SetDeploymentName(val *string) DeploymentNameInput() *string ExternalCustomerInfo() MwsWorkspacesExternalCustomerInfoOutputReference ExternalCustomerInfoInput() *MwsWorkspacesExternalCustomerInfo // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string GcpManagedNetworkConfig() MwsWorkspacesGcpManagedNetworkConfigOutputReference GcpManagedNetworkConfigInput() *MwsWorkspacesGcpManagedNetworkConfig GcpWorkspaceSa() *string GkeConfig() MwsWorkspacesGkeConfigOutputReference GkeConfigInput() *MwsWorkspacesGkeConfig Id() *string SetId(val *string) IdInput() *string IsNoPublicIpEnabled() interface{} SetIsNoPublicIpEnabled(val interface{}) IsNoPublicIpEnabledInput() interface{} // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string ManagedServicesCustomerManagedKeyId() *string SetManagedServicesCustomerManagedKeyId(val *string) ManagedServicesCustomerManagedKeyIdInput() *string NetworkId() *string SetNetworkId(val *string) NetworkIdInput() *string // The tree node. Node() constructs.Node PricingTier() *string SetPricingTier(val *string) PricingTierInput() *string PrivateAccessSettingsId() *string SetPrivateAccessSettingsId(val *string) PrivateAccessSettingsIdInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} StorageConfigurationId() *string SetStorageConfigurationId(val *string) StorageConfigurationIdInput() *string StorageCustomerManagedKeyId() *string SetStorageCustomerManagedKeyId(val *string) StorageCustomerManagedKeyIdInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() MwsWorkspacesTimeoutsOutputReference TimeoutsInput() interface{} Token() MwsWorkspacesTokenOutputReference TokenInput() *MwsWorkspacesToken WorkspaceId() *float64 SetWorkspaceId(val *float64) WorkspaceIdInput() *float64 WorkspaceName() *string SetWorkspaceName(val *string) WorkspaceNameInput() *string WorkspaceStatus() *string SetWorkspaceStatus(val *string) WorkspaceStatusInput() *string WorkspaceStatusMessage() *string SetWorkspaceStatusMessage(val *string) WorkspaceStatusMessageInput() *string WorkspaceUrl() *string SetWorkspaceUrl(val *string) WorkspaceUrlInput() *string // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutCloudResourceContainer(value *MwsWorkspacesCloudResourceContainer) PutExternalCustomerInfo(value *MwsWorkspacesExternalCustomerInfo) PutGcpManagedNetworkConfig(value *MwsWorkspacesGcpManagedNetworkConfig) PutGkeConfig(value *MwsWorkspacesGkeConfig) PutTimeouts(value *MwsWorkspacesTimeouts) PutToken(value *MwsWorkspacesToken) ResetAwsRegion() ResetCloud() ResetCloudResourceContainer() ResetCreationTime() ResetCredentialsId() ResetCustomerManagedKeyId() ResetCustomTags() ResetDeploymentName() ResetExternalCustomerInfo() ResetGcpManagedNetworkConfig() ResetGkeConfig() ResetId() ResetIsNoPublicIpEnabled() ResetLocation() ResetManagedServicesCustomerManagedKeyId() ResetNetworkId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPricingTier() ResetPrivateAccessSettingsId() ResetStorageConfigurationId() ResetStorageCustomerManagedKeyId() ResetTimeouts() ResetToken() ResetWorkspaceId() ResetWorkspaceStatus() ResetWorkspaceStatusMessage() ResetWorkspaceUrl() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces databricks_mws_workspaces}.
func NewMwsWorkspaces ¶
func NewMwsWorkspaces(scope constructs.Construct, id *string, config *MwsWorkspacesConfig) MwsWorkspaces
Create a new {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces databricks_mws_workspaces} Resource.
type MwsWorkspacesCloudResourceContainer ¶
type MwsWorkspacesCloudResourceContainer struct { // gcp block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#gcp MwsWorkspaces#gcp} Gcp *MwsWorkspacesCloudResourceContainerGcp `field:"required" json:"gcp" yaml:"gcp"` }
type MwsWorkspacesCloudResourceContainerGcp ¶
type MwsWorkspacesCloudResourceContainerGcp struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#project_id MwsWorkspaces#project_id}. ProjectId *string `field:"required" json:"projectId" yaml:"projectId"` }
type MwsWorkspacesCloudResourceContainerGcpOutputReference ¶
type MwsWorkspacesCloudResourceContainerGcpOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *MwsWorkspacesCloudResourceContainerGcp SetInternalValue(val *MwsWorkspacesCloudResourceContainerGcp) ProjectId() *string SetProjectId(val *string) ProjectIdInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewMwsWorkspacesCloudResourceContainerGcpOutputReference ¶
func NewMwsWorkspacesCloudResourceContainerGcpOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MwsWorkspacesCloudResourceContainerGcpOutputReference
type MwsWorkspacesCloudResourceContainerOutputReference ¶
type MwsWorkspacesCloudResourceContainerOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string Gcp() MwsWorkspacesCloudResourceContainerGcpOutputReference GcpInput() *MwsWorkspacesCloudResourceContainerGcp InternalValue() *MwsWorkspacesCloudResourceContainer SetInternalValue(val *MwsWorkspacesCloudResourceContainer) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutGcp(value *MwsWorkspacesCloudResourceContainerGcp) // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewMwsWorkspacesCloudResourceContainerOutputReference ¶
func NewMwsWorkspacesCloudResourceContainerOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MwsWorkspacesCloudResourceContainerOutputReference
type MwsWorkspacesConfig ¶
type MwsWorkspacesConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#account_id MwsWorkspaces#account_id}. AccountId *string `field:"required" json:"accountId" yaml:"accountId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#workspace_name MwsWorkspaces#workspace_name}. WorkspaceName *string `field:"required" json:"workspaceName" yaml:"workspaceName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#aws_region MwsWorkspaces#aws_region}. AwsRegion *string `field:"optional" json:"awsRegion" yaml:"awsRegion"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#cloud MwsWorkspaces#cloud}. Cloud *string `field:"optional" json:"cloud" yaml:"cloud"` // cloud_resource_container block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#cloud_resource_container MwsWorkspaces#cloud_resource_container} CloudResourceContainer *MwsWorkspacesCloudResourceContainer `field:"optional" json:"cloudResourceContainer" yaml:"cloudResourceContainer"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#creation_time MwsWorkspaces#creation_time}. CreationTime *float64 `field:"optional" json:"creationTime" yaml:"creationTime"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#credentials_id MwsWorkspaces#credentials_id}. CredentialsId *string `field:"optional" json:"credentialsId" yaml:"credentialsId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#customer_managed_key_id MwsWorkspaces#customer_managed_key_id}. CustomerManagedKeyId *string `field:"optional" json:"customerManagedKeyId" yaml:"customerManagedKeyId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#custom_tags MwsWorkspaces#custom_tags}. CustomTags *map[string]*string `field:"optional" json:"customTags" yaml:"customTags"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#deployment_name MwsWorkspaces#deployment_name}. DeploymentName *string `field:"optional" json:"deploymentName" yaml:"deploymentName"` // external_customer_info block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#external_customer_info MwsWorkspaces#external_customer_info} ExternalCustomerInfo *MwsWorkspacesExternalCustomerInfo `field:"optional" json:"externalCustomerInfo" yaml:"externalCustomerInfo"` // gcp_managed_network_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#gcp_managed_network_config MwsWorkspaces#gcp_managed_network_config} GcpManagedNetworkConfig *MwsWorkspacesGcpManagedNetworkConfig `field:"optional" json:"gcpManagedNetworkConfig" yaml:"gcpManagedNetworkConfig"` // gke_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#gke_config MwsWorkspaces#gke_config} GkeConfig *MwsWorkspacesGkeConfig `field:"optional" json:"gkeConfig" yaml:"gkeConfig"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#id MwsWorkspaces#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#is_no_public_ip_enabled MwsWorkspaces#is_no_public_ip_enabled}. IsNoPublicIpEnabled interface{} `field:"optional" json:"isNoPublicIpEnabled" yaml:"isNoPublicIpEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#location MwsWorkspaces#location}. Location *string `field:"optional" json:"location" yaml:"location"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#managed_services_customer_managed_key_id MwsWorkspaces#managed_services_customer_managed_key_id}. ManagedServicesCustomerManagedKeyId *string `field:"optional" json:"managedServicesCustomerManagedKeyId" yaml:"managedServicesCustomerManagedKeyId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#network_id MwsWorkspaces#network_id}. NetworkId *string `field:"optional" json:"networkId" yaml:"networkId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#pricing_tier MwsWorkspaces#pricing_tier}. PricingTier *string `field:"optional" json:"pricingTier" yaml:"pricingTier"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#private_access_settings_id MwsWorkspaces#private_access_settings_id}. PrivateAccessSettingsId *string `field:"optional" json:"privateAccessSettingsId" yaml:"privateAccessSettingsId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#storage_configuration_id MwsWorkspaces#storage_configuration_id}. StorageConfigurationId *string `field:"optional" json:"storageConfigurationId" yaml:"storageConfigurationId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#storage_customer_managed_key_id MwsWorkspaces#storage_customer_managed_key_id}. StorageCustomerManagedKeyId *string `field:"optional" json:"storageCustomerManagedKeyId" yaml:"storageCustomerManagedKeyId"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#timeouts MwsWorkspaces#timeouts} Timeouts *MwsWorkspacesTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // token block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#token MwsWorkspaces#token} Token *MwsWorkspacesToken `field:"optional" json:"token" yaml:"token"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#workspace_id MwsWorkspaces#workspace_id}. WorkspaceId *float64 `field:"optional" json:"workspaceId" yaml:"workspaceId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#workspace_status MwsWorkspaces#workspace_status}. WorkspaceStatus *string `field:"optional" json:"workspaceStatus" yaml:"workspaceStatus"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#workspace_status_message MwsWorkspaces#workspace_status_message}. WorkspaceStatusMessage *string `field:"optional" json:"workspaceStatusMessage" yaml:"workspaceStatusMessage"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#workspace_url MwsWorkspaces#workspace_url}. WorkspaceUrl *string `field:"optional" json:"workspaceUrl" yaml:"workspaceUrl"` }
type MwsWorkspacesExternalCustomerInfo ¶
type MwsWorkspacesExternalCustomerInfo struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#authoritative_user_email MwsWorkspaces#authoritative_user_email}. AuthoritativeUserEmail *string `field:"required" json:"authoritativeUserEmail" yaml:"authoritativeUserEmail"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#authoritative_user_full_name MwsWorkspaces#authoritative_user_full_name}. AuthoritativeUserFullName *string `field:"required" json:"authoritativeUserFullName" yaml:"authoritativeUserFullName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#customer_name MwsWorkspaces#customer_name}. CustomerName *string `field:"required" json:"customerName" yaml:"customerName"` }
type MwsWorkspacesExternalCustomerInfoOutputReference ¶
type MwsWorkspacesExternalCustomerInfoOutputReference interface { cdktf.ComplexObject AuthoritativeUserEmail() *string SetAuthoritativeUserEmail(val *string) AuthoritativeUserEmailInput() *string AuthoritativeUserFullName() *string SetAuthoritativeUserFullName(val *string) AuthoritativeUserFullNameInput() *string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string CustomerName() *string SetCustomerName(val *string) CustomerNameInput() *string // Experimental. Fqn() *string InternalValue() *MwsWorkspacesExternalCustomerInfo SetInternalValue(val *MwsWorkspacesExternalCustomerInfo) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewMwsWorkspacesExternalCustomerInfoOutputReference ¶
func NewMwsWorkspacesExternalCustomerInfoOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MwsWorkspacesExternalCustomerInfoOutputReference
type MwsWorkspacesGcpManagedNetworkConfig ¶
type MwsWorkspacesGcpManagedNetworkConfig struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#gke_cluster_pod_ip_range MwsWorkspaces#gke_cluster_pod_ip_range}. GkeClusterPodIpRange *string `field:"required" json:"gkeClusterPodIpRange" yaml:"gkeClusterPodIpRange"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#gke_cluster_service_ip_range MwsWorkspaces#gke_cluster_service_ip_range}. GkeClusterServiceIpRange *string `field:"required" json:"gkeClusterServiceIpRange" yaml:"gkeClusterServiceIpRange"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#subnet_cidr MwsWorkspaces#subnet_cidr}. SubnetCidr *string `field:"required" json:"subnetCidr" yaml:"subnetCidr"` }
type MwsWorkspacesGcpManagedNetworkConfigOutputReference ¶
type MwsWorkspacesGcpManagedNetworkConfigOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string GkeClusterPodIpRange() *string SetGkeClusterPodIpRange(val *string) GkeClusterPodIpRangeInput() *string GkeClusterServiceIpRange() *string SetGkeClusterServiceIpRange(val *string) GkeClusterServiceIpRangeInput() *string InternalValue() *MwsWorkspacesGcpManagedNetworkConfig SetInternalValue(val *MwsWorkspacesGcpManagedNetworkConfig) SubnetCidr() *string SetSubnetCidr(val *string) SubnetCidrInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewMwsWorkspacesGcpManagedNetworkConfigOutputReference ¶
func NewMwsWorkspacesGcpManagedNetworkConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MwsWorkspacesGcpManagedNetworkConfigOutputReference
type MwsWorkspacesGkeConfig ¶
type MwsWorkspacesGkeConfig struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#connectivity_type MwsWorkspaces#connectivity_type}. ConnectivityType *string `field:"required" json:"connectivityType" yaml:"connectivityType"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#master_ip_range MwsWorkspaces#master_ip_range}. MasterIpRange *string `field:"required" json:"masterIpRange" yaml:"masterIpRange"` }
type MwsWorkspacesGkeConfigOutputReference ¶
type MwsWorkspacesGkeConfigOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) ConnectivityType() *string SetConnectivityType(val *string) ConnectivityTypeInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *MwsWorkspacesGkeConfig SetInternalValue(val *MwsWorkspacesGkeConfig) MasterIpRange() *string SetMasterIpRange(val *string) MasterIpRangeInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewMwsWorkspacesGkeConfigOutputReference ¶
func NewMwsWorkspacesGkeConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MwsWorkspacesGkeConfigOutputReference
type MwsWorkspacesTimeouts ¶
type MwsWorkspacesTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#create MwsWorkspaces#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#read MwsWorkspaces#read}. Read *string `field:"optional" json:"read" yaml:"read"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#update MwsWorkspaces#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type MwsWorkspacesTimeoutsOutputReference ¶
type MwsWorkspacesTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Read() *string SetRead(val *string) ReadInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetRead() ResetUpdate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewMwsWorkspacesTimeoutsOutputReference ¶
func NewMwsWorkspacesTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MwsWorkspacesTimeoutsOutputReference
type MwsWorkspacesToken ¶
type MwsWorkspacesToken struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#comment MwsWorkspaces#comment}. Comment *string `field:"optional" json:"comment" yaml:"comment"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#lifetime_seconds MwsWorkspaces#lifetime_seconds}. LifetimeSeconds *float64 `field:"optional" json:"lifetimeSeconds" yaml:"lifetimeSeconds"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#token_id MwsWorkspaces#token_id}. TokenId *string `field:"optional" json:"tokenId" yaml:"tokenId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/mws_workspaces#token_value MwsWorkspaces#token_value}. TokenValue *string `field:"optional" json:"tokenValue" yaml:"tokenValue"` }
type MwsWorkspacesTokenOutputReference ¶
type MwsWorkspacesTokenOutputReference interface { cdktf.ComplexObject Comment() *string SetComment(val *string) CommentInput() *string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *MwsWorkspacesToken SetInternalValue(val *MwsWorkspacesToken) LifetimeSeconds() *float64 SetLifetimeSeconds(val *float64) LifetimeSecondsInput() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TokenId() *string SetTokenId(val *string) TokenIdInput() *string TokenValue() *string SetTokenValue(val *string) TokenValueInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetComment() ResetLifetimeSeconds() ResetTokenId() ResetTokenValue() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewMwsWorkspacesTokenOutputReference ¶
func NewMwsWorkspacesTokenOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MwsWorkspacesTokenOutputReference
Source Files ¶
- MwsWorkspaces.go
- MwsWorkspacesCloudResourceContainer.go
- MwsWorkspacesCloudResourceContainerGcp.go
- MwsWorkspacesCloudResourceContainerGcpOutputReference.go
- MwsWorkspacesCloudResourceContainerGcpOutputReference__checks.go
- MwsWorkspacesCloudResourceContainerOutputReference.go
- MwsWorkspacesCloudResourceContainerOutputReference__checks.go
- MwsWorkspacesConfig.go
- MwsWorkspacesExternalCustomerInfo.go
- MwsWorkspacesExternalCustomerInfoOutputReference.go
- MwsWorkspacesExternalCustomerInfoOutputReference__checks.go
- MwsWorkspacesGcpManagedNetworkConfig.go
- MwsWorkspacesGcpManagedNetworkConfigOutputReference.go
- MwsWorkspacesGcpManagedNetworkConfigOutputReference__checks.go
- MwsWorkspacesGkeConfig.go
- MwsWorkspacesGkeConfigOutputReference.go
- MwsWorkspacesGkeConfigOutputReference__checks.go
- MwsWorkspacesTimeouts.go
- MwsWorkspacesTimeoutsOutputReference.go
- MwsWorkspacesTimeoutsOutputReference__checks.go
- MwsWorkspacesToken.go
- MwsWorkspacesTokenOutputReference.go
- MwsWorkspacesTokenOutputReference__checks.go
- MwsWorkspaces__checks.go
- main.go