Documentation
¶
Index ¶
- func GoogleWorkbenchInstance_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func GoogleWorkbenchInstance_IsConstruct(x interface{}) *bool
- func GoogleWorkbenchInstance_IsTerraformElement(x interface{}) *bool
- func GoogleWorkbenchInstance_IsTerraformResource(x interface{}) *bool
- func GoogleWorkbenchInstance_TfResourceType() *string
- func NewGoogleWorkbenchInstanceGceSetupAcceleratorConfigsList_Override(g GoogleWorkbenchInstanceGceSetupAcceleratorConfigsList, ...)
- func NewGoogleWorkbenchInstanceGceSetupAcceleratorConfigsOutputReference_Override(g GoogleWorkbenchInstanceGceSetupAcceleratorConfigsOutputReference, ...)
- func NewGoogleWorkbenchInstanceGceSetupBootDiskOutputReference_Override(g GoogleWorkbenchInstanceGceSetupBootDiskOutputReference, ...)
- func NewGoogleWorkbenchInstanceGceSetupConfidentialInstanceConfigOutputReference_Override(g GoogleWorkbenchInstanceGceSetupConfidentialInstanceConfigOutputReference, ...)
- func NewGoogleWorkbenchInstanceGceSetupContainerImageOutputReference_Override(g GoogleWorkbenchInstanceGceSetupContainerImageOutputReference, ...)
- func NewGoogleWorkbenchInstanceGceSetupDataDisksOutputReference_Override(g GoogleWorkbenchInstanceGceSetupDataDisksOutputReference, ...)
- func NewGoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsList_Override(g GoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsList, ...)
- func NewGoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsOutputReference_Override(g GoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsOutputReference, ...)
- func NewGoogleWorkbenchInstanceGceSetupNetworkInterfacesList_Override(g GoogleWorkbenchInstanceGceSetupNetworkInterfacesList, ...)
- func NewGoogleWorkbenchInstanceGceSetupNetworkInterfacesOutputReference_Override(g GoogleWorkbenchInstanceGceSetupNetworkInterfacesOutputReference, ...)
- func NewGoogleWorkbenchInstanceGceSetupOutputReference_Override(g GoogleWorkbenchInstanceGceSetupOutputReference, ...)
- func NewGoogleWorkbenchInstanceGceSetupServiceAccountsList_Override(g GoogleWorkbenchInstanceGceSetupServiceAccountsList, ...)
- func NewGoogleWorkbenchInstanceGceSetupServiceAccountsOutputReference_Override(g GoogleWorkbenchInstanceGceSetupServiceAccountsOutputReference, ...)
- func NewGoogleWorkbenchInstanceGceSetupShieldedInstanceConfigOutputReference_Override(g GoogleWorkbenchInstanceGceSetupShieldedInstanceConfigOutputReference, ...)
- func NewGoogleWorkbenchInstanceGceSetupVmImageOutputReference_Override(g GoogleWorkbenchInstanceGceSetupVmImageOutputReference, ...)
- func NewGoogleWorkbenchInstanceHealthInfoList_Override(g GoogleWorkbenchInstanceHealthInfoList, ...)
- func NewGoogleWorkbenchInstanceHealthInfoOutputReference_Override(g GoogleWorkbenchInstanceHealthInfoOutputReference, ...)
- func NewGoogleWorkbenchInstanceTimeoutsOutputReference_Override(g GoogleWorkbenchInstanceTimeoutsOutputReference, ...)
- func NewGoogleWorkbenchInstanceUpgradeHistoryList_Override(g GoogleWorkbenchInstanceUpgradeHistoryList, ...)
- func NewGoogleWorkbenchInstanceUpgradeHistoryOutputReference_Override(g GoogleWorkbenchInstanceUpgradeHistoryOutputReference, ...)
- func NewGoogleWorkbenchInstance_Override(g GoogleWorkbenchInstance, scope constructs.Construct, id *string, ...)
- type GoogleWorkbenchInstance
- type GoogleWorkbenchInstanceConfig
- type GoogleWorkbenchInstanceGceSetup
- type GoogleWorkbenchInstanceGceSetupAcceleratorConfigs
- type GoogleWorkbenchInstanceGceSetupAcceleratorConfigsList
- type GoogleWorkbenchInstanceGceSetupAcceleratorConfigsOutputReference
- type GoogleWorkbenchInstanceGceSetupBootDisk
- type GoogleWorkbenchInstanceGceSetupBootDiskOutputReference
- type GoogleWorkbenchInstanceGceSetupConfidentialInstanceConfig
- type GoogleWorkbenchInstanceGceSetupConfidentialInstanceConfigOutputReference
- type GoogleWorkbenchInstanceGceSetupContainerImage
- type GoogleWorkbenchInstanceGceSetupContainerImageOutputReference
- type GoogleWorkbenchInstanceGceSetupDataDisks
- type GoogleWorkbenchInstanceGceSetupDataDisksOutputReference
- type GoogleWorkbenchInstanceGceSetupNetworkInterfaces
- type GoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigs
- type GoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsList
- type GoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsOutputReference
- type GoogleWorkbenchInstanceGceSetupNetworkInterfacesList
- type GoogleWorkbenchInstanceGceSetupNetworkInterfacesOutputReference
- type GoogleWorkbenchInstanceGceSetupOutputReference
- type GoogleWorkbenchInstanceGceSetupServiceAccounts
- type GoogleWorkbenchInstanceGceSetupServiceAccountsList
- type GoogleWorkbenchInstanceGceSetupServiceAccountsOutputReference
- type GoogleWorkbenchInstanceGceSetupShieldedInstanceConfig
- type GoogleWorkbenchInstanceGceSetupShieldedInstanceConfigOutputReference
- type GoogleWorkbenchInstanceGceSetupVmImage
- type GoogleWorkbenchInstanceGceSetupVmImageOutputReference
- type GoogleWorkbenchInstanceHealthInfo
- type GoogleWorkbenchInstanceHealthInfoList
- type GoogleWorkbenchInstanceHealthInfoOutputReference
- type GoogleWorkbenchInstanceTimeouts
- type GoogleWorkbenchInstanceTimeoutsOutputReference
- type GoogleWorkbenchInstanceUpgradeHistory
- type GoogleWorkbenchInstanceUpgradeHistoryList
- type GoogleWorkbenchInstanceUpgradeHistoryOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoogleWorkbenchInstance_GenerateConfigForImport ¶
func GoogleWorkbenchInstance_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a GoogleWorkbenchInstance resource upon running "cdktf plan <stack-name>".
func GoogleWorkbenchInstance_IsConstruct ¶
func GoogleWorkbenchInstance_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 GoogleWorkbenchInstance_IsTerraformElement ¶
func GoogleWorkbenchInstance_IsTerraformElement(x interface{}) *bool
Experimental.
func GoogleWorkbenchInstance_IsTerraformResource ¶
func GoogleWorkbenchInstance_IsTerraformResource(x interface{}) *bool
Experimental.
func GoogleWorkbenchInstance_TfResourceType ¶
func GoogleWorkbenchInstance_TfResourceType() *string
func NewGoogleWorkbenchInstanceGceSetupAcceleratorConfigsList_Override ¶
func NewGoogleWorkbenchInstanceGceSetupAcceleratorConfigsList_Override(g GoogleWorkbenchInstanceGceSetupAcceleratorConfigsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleWorkbenchInstanceGceSetupAcceleratorConfigsOutputReference_Override ¶
func NewGoogleWorkbenchInstanceGceSetupAcceleratorConfigsOutputReference_Override(g GoogleWorkbenchInstanceGceSetupAcceleratorConfigsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleWorkbenchInstanceGceSetupBootDiskOutputReference_Override ¶
func NewGoogleWorkbenchInstanceGceSetupBootDiskOutputReference_Override(g GoogleWorkbenchInstanceGceSetupBootDiskOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleWorkbenchInstanceGceSetupConfidentialInstanceConfigOutputReference_Override ¶
func NewGoogleWorkbenchInstanceGceSetupConfidentialInstanceConfigOutputReference_Override(g GoogleWorkbenchInstanceGceSetupConfidentialInstanceConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleWorkbenchInstanceGceSetupContainerImageOutputReference_Override ¶
func NewGoogleWorkbenchInstanceGceSetupContainerImageOutputReference_Override(g GoogleWorkbenchInstanceGceSetupContainerImageOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleWorkbenchInstanceGceSetupDataDisksOutputReference_Override ¶
func NewGoogleWorkbenchInstanceGceSetupDataDisksOutputReference_Override(g GoogleWorkbenchInstanceGceSetupDataDisksOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsList_Override ¶
func NewGoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsList_Override(g GoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsOutputReference_Override ¶
func NewGoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsOutputReference_Override(g GoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleWorkbenchInstanceGceSetupNetworkInterfacesList_Override ¶
func NewGoogleWorkbenchInstanceGceSetupNetworkInterfacesList_Override(g GoogleWorkbenchInstanceGceSetupNetworkInterfacesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleWorkbenchInstanceGceSetupNetworkInterfacesOutputReference_Override ¶
func NewGoogleWorkbenchInstanceGceSetupNetworkInterfacesOutputReference_Override(g GoogleWorkbenchInstanceGceSetupNetworkInterfacesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleWorkbenchInstanceGceSetupOutputReference_Override ¶
func NewGoogleWorkbenchInstanceGceSetupOutputReference_Override(g GoogleWorkbenchInstanceGceSetupOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleWorkbenchInstanceGceSetupServiceAccountsList_Override ¶
func NewGoogleWorkbenchInstanceGceSetupServiceAccountsList_Override(g GoogleWorkbenchInstanceGceSetupServiceAccountsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleWorkbenchInstanceGceSetupServiceAccountsOutputReference_Override ¶
func NewGoogleWorkbenchInstanceGceSetupServiceAccountsOutputReference_Override(g GoogleWorkbenchInstanceGceSetupServiceAccountsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleWorkbenchInstanceGceSetupShieldedInstanceConfigOutputReference_Override ¶
func NewGoogleWorkbenchInstanceGceSetupShieldedInstanceConfigOutputReference_Override(g GoogleWorkbenchInstanceGceSetupShieldedInstanceConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleWorkbenchInstanceGceSetupVmImageOutputReference_Override ¶
func NewGoogleWorkbenchInstanceGceSetupVmImageOutputReference_Override(g GoogleWorkbenchInstanceGceSetupVmImageOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleWorkbenchInstanceHealthInfoList_Override ¶
func NewGoogleWorkbenchInstanceHealthInfoList_Override(g GoogleWorkbenchInstanceHealthInfoList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleWorkbenchInstanceHealthInfoOutputReference_Override ¶
func NewGoogleWorkbenchInstanceHealthInfoOutputReference_Override(g GoogleWorkbenchInstanceHealthInfoOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleWorkbenchInstanceTimeoutsOutputReference_Override ¶
func NewGoogleWorkbenchInstanceTimeoutsOutputReference_Override(g GoogleWorkbenchInstanceTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleWorkbenchInstanceUpgradeHistoryList_Override ¶
func NewGoogleWorkbenchInstanceUpgradeHistoryList_Override(g GoogleWorkbenchInstanceUpgradeHistoryList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleWorkbenchInstanceUpgradeHistoryOutputReference_Override ¶
func NewGoogleWorkbenchInstanceUpgradeHistoryOutputReference_Override(g GoogleWorkbenchInstanceUpgradeHistoryOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleWorkbenchInstance_Override ¶
func NewGoogleWorkbenchInstance_Override(g GoogleWorkbenchInstance, scope constructs.Construct, id *string, config *GoogleWorkbenchInstanceConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance google_workbench_instance} Resource.
Types ¶
type GoogleWorkbenchInstance ¶
type GoogleWorkbenchInstance interface {
cdktf.TerraformResource
// Experimental.
CdktfStack() cdktf.TerraformStack
// Experimental.
Connection() interface{}
// Experimental.
SetConnection(val interface{})
// Experimental.
ConstructNodeMetadata() *map[string]interface{}
// Experimental.
Count() interface{}
// Experimental.
SetCount(val interface{})
CreateTime() *string
Creator() *string
// Experimental.
DependsOn() *[]*string
// Experimental.
SetDependsOn(val *[]*string)
DesiredState() *string
SetDesiredState(val *string)
DesiredStateInput() *string
DisableProxyAccess() interface{}
SetDisableProxyAccess(val interface{})
DisableProxyAccessInput() interface{}
EffectiveLabels() cdktf.StringMap
EnableThirdPartyIdentity() interface{}
SetEnableThirdPartyIdentity(val interface{})
EnableThirdPartyIdentityInput() interface{}
// Experimental.
ForEach() cdktf.ITerraformIterator
// Experimental.
SetForEach(val cdktf.ITerraformIterator)
// Experimental.
Fqn() *string
// Experimental.
FriendlyUniqueId() *string
GceSetup() GoogleWorkbenchInstanceGceSetupOutputReference
GceSetupInput() *GoogleWorkbenchInstanceGceSetup
HealthInfo() GoogleWorkbenchInstanceHealthInfoList
HealthState() *string
Id() *string
SetId(val *string)
IdInput() *string
InstanceId() *string
SetInstanceId(val *string)
InstanceIdInput() *string
InstanceOwners() *[]*string
SetInstanceOwners(val *[]*string)
InstanceOwnersInput() *[]*string
Labels() *map[string]*string
SetLabels(val *map[string]*string)
LabelsInput() *map[string]*string
// Experimental.
Lifecycle() *cdktf.TerraformResourceLifecycle
// Experimental.
SetLifecycle(val *cdktf.TerraformResourceLifecycle)
Location() *string
SetLocation(val *string)
LocationInput() *string
Name() *string
SetName(val *string)
NameInput() *string
// The tree node.
Node() constructs.Node
Project() *string
SetProject(val *string)
ProjectInput() *string
// Experimental.
Provider() cdktf.TerraformProvider
// Experimental.
SetProvider(val cdktf.TerraformProvider)
// Experimental.
Provisioners() *[]interface{}
// Experimental.
SetProvisioners(val *[]interface{})
ProxyUri() *string
// Experimental.
RawOverrides() interface{}
State() *string
// Experimental.
TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata
TerraformLabels() cdktf.StringMap
// Experimental.
TerraformMetaArguments() *map[string]interface{}
// Experimental.
TerraformResourceType() *string
Timeouts() GoogleWorkbenchInstanceTimeoutsOutputReference
TimeoutsInput() interface{}
UpdateTime() *string
UpgradeHistory() GoogleWorkbenchInstanceUpgradeHistoryList
// 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)
PutGceSetup(value *GoogleWorkbenchInstanceGceSetup)
PutTimeouts(value *GoogleWorkbenchInstanceTimeouts)
ResetDesiredState()
ResetDisableProxyAccess()
ResetEnableThirdPartyIdentity()
ResetGceSetup()
ResetId()
ResetInstanceId()
ResetInstanceOwners()
ResetLabels()
// Resets a previously passed logical Id to use the auto-generated logical id again.
// Experimental.
ResetOverrideLogicalId()
ResetProject()
ResetTimeouts()
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/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance google_workbench_instance}.
func NewGoogleWorkbenchInstance ¶
func NewGoogleWorkbenchInstance(scope constructs.Construct, id *string, config *GoogleWorkbenchInstanceConfig) GoogleWorkbenchInstance
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance google_workbench_instance} Resource.
type GoogleWorkbenchInstanceConfig ¶
type GoogleWorkbenchInstanceConfig 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"`
// Part of 'parent'. See documentation of 'projectsId'.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#location GoogleWorkbenchInstance#location}
Location *string `field:"required" json:"location" yaml:"location"`
// The name of this workbench instance. Format: 'projects/{project_id}/locations/{location}/instances/{instance_id}'.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#name GoogleWorkbenchInstance#name}
Name *string `field:"required" json:"name" yaml:"name"`
// Desired state of the Workbench Instance.
//
// Set this field to 'ACTIVE' to start the Instance, and 'STOPPED' to stop the Instance.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#desired_state GoogleWorkbenchInstance#desired_state}
DesiredState *string `field:"optional" json:"desiredState" yaml:"desiredState"`
// Optional. If true, the workbench instance will not register with the proxy.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#disable_proxy_access GoogleWorkbenchInstance#disable_proxy_access}
DisableProxyAccess interface{} `field:"optional" json:"disableProxyAccess" yaml:"disableProxyAccess"`
// Flag that specifies that a notebook can be accessed with third party identity provider.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#enable_third_party_identity GoogleWorkbenchInstance#enable_third_party_identity}
EnableThirdPartyIdentity interface{} `field:"optional" json:"enableThirdPartyIdentity" yaml:"enableThirdPartyIdentity"`
// gce_setup block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#gce_setup GoogleWorkbenchInstance#gce_setup}
GceSetup *GoogleWorkbenchInstanceGceSetup `field:"optional" json:"gceSetup" yaml:"gceSetup"`
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#id GoogleWorkbenchInstance#id}.
//
// Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
// If you 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"`
// Required. User-defined unique ID of this instance.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#instance_id GoogleWorkbenchInstance#instance_id}
InstanceId *string `field:"optional" json:"instanceId" yaml:"instanceId"`
// 'Optional.
//
// Input only. The owner of this instance after creation. Format:
// 'alias@example.com' Currently supports one owner only. If not specified, all of
// the service account users of your VM instance”s service account can use the instance.
// If specified, sets the access mode to 'Single user'. For more details, see
// https://cloud.google.com/vertex-ai/docs/workbench/instances/manage-access-jupyterlab'
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#instance_owners GoogleWorkbenchInstance#instance_owners}
InstanceOwners *[]*string `field:"optional" json:"instanceOwners" yaml:"instanceOwners"`
// Optional. Labels to apply to this instance. These can be later modified by the UpdateInstance method.
//
// **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
// Please refer to the field 'effective_labels' for all of the labels present on the resource.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#labels GoogleWorkbenchInstance#labels}
Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"`
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#project GoogleWorkbenchInstance#project}.
Project *string `field:"optional" json:"project" yaml:"project"`
// timeouts block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#timeouts GoogleWorkbenchInstance#timeouts}
Timeouts *GoogleWorkbenchInstanceTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"`
}
type GoogleWorkbenchInstanceGceSetup ¶
type GoogleWorkbenchInstanceGceSetup struct {
// accelerator_configs block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#accelerator_configs GoogleWorkbenchInstance#accelerator_configs}
AcceleratorConfigs interface{} `field:"optional" json:"acceleratorConfigs" yaml:"acceleratorConfigs"`
// boot_disk block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#boot_disk GoogleWorkbenchInstance#boot_disk}
BootDisk *GoogleWorkbenchInstanceGceSetupBootDisk `field:"optional" json:"bootDisk" yaml:"bootDisk"`
// confidential_instance_config block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#confidential_instance_config GoogleWorkbenchInstance#confidential_instance_config}
ConfidentialInstanceConfig *GoogleWorkbenchInstanceGceSetupConfidentialInstanceConfig `field:"optional" json:"confidentialInstanceConfig" yaml:"confidentialInstanceConfig"`
// container_image block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#container_image GoogleWorkbenchInstance#container_image}
ContainerImage *GoogleWorkbenchInstanceGceSetupContainerImage `field:"optional" json:"containerImage" yaml:"containerImage"`
// data_disks block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#data_disks GoogleWorkbenchInstance#data_disks}
DataDisks *GoogleWorkbenchInstanceGceSetupDataDisks `field:"optional" json:"dataDisks" yaml:"dataDisks"`
// Optional. If true, no external IP will be assigned to this VM instance.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#disable_public_ip GoogleWorkbenchInstance#disable_public_ip}
DisablePublicIp interface{} `field:"optional" json:"disablePublicIp" yaml:"disablePublicIp"`
// Optional. Flag to enable ip forwarding or not, default false/off. https://cloud.google.com/vpc/docs/using-routes#canipforward.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#enable_ip_forwarding GoogleWorkbenchInstance#enable_ip_forwarding}
EnableIpForwarding interface{} `field:"optional" json:"enableIpForwarding" yaml:"enableIpForwarding"`
// Optional. The machine type of the VM instance. https://cloud.google.com/compute/docs/machine-resource.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#machine_type GoogleWorkbenchInstance#machine_type}
MachineType *string `field:"optional" json:"machineType" yaml:"machineType"`
// Optional. Custom metadata to apply to this instance.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#metadata GoogleWorkbenchInstance#metadata}
Metadata *map[string]*string `field:"optional" json:"metadata" yaml:"metadata"`
// network_interfaces block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#network_interfaces GoogleWorkbenchInstance#network_interfaces}
NetworkInterfaces interface{} `field:"optional" json:"networkInterfaces" yaml:"networkInterfaces"`
// service_accounts block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#service_accounts GoogleWorkbenchInstance#service_accounts}
ServiceAccounts interface{} `field:"optional" json:"serviceAccounts" yaml:"serviceAccounts"`
// shielded_instance_config block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#shielded_instance_config GoogleWorkbenchInstance#shielded_instance_config}
ShieldedInstanceConfig *GoogleWorkbenchInstanceGceSetupShieldedInstanceConfig `field:"optional" json:"shieldedInstanceConfig" yaml:"shieldedInstanceConfig"`
// Optional. The Compute Engine tags to add to instance (see [Tagging instances](https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#tags GoogleWorkbenchInstance#tags}
Tags *[]*string `field:"optional" json:"tags" yaml:"tags"`
// vm_image block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#vm_image GoogleWorkbenchInstance#vm_image}
VmImage *GoogleWorkbenchInstanceGceSetupVmImage `field:"optional" json:"vmImage" yaml:"vmImage"`
}
type GoogleWorkbenchInstanceGceSetupAcceleratorConfigs ¶
type GoogleWorkbenchInstanceGceSetupAcceleratorConfigs struct {
// Optional. Count of cores of this accelerator.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#core_count GoogleWorkbenchInstance#core_count}
CoreCount *string `field:"optional" json:"coreCount" yaml:"coreCount"`
// Optional. Type of this accelerator. Possible values: ["NVIDIA_TESLA_P100", "NVIDIA_TESLA_V100", "NVIDIA_TESLA_P4", "NVIDIA_TESLA_T4", "NVIDIA_TESLA_A100", "NVIDIA_A100_80GB", "NVIDIA_L4", "NVIDIA_TESLA_T4_VWS", "NVIDIA_TESLA_P100_VWS", "NVIDIA_TESLA_P4_VWS"].
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#type GoogleWorkbenchInstance#type}
Type *string `field:"optional" json:"type" yaml:"type"`
}
type GoogleWorkbenchInstanceGceSetupAcceleratorConfigsList ¶
type GoogleWorkbenchInstanceGceSetupAcceleratorConfigsList interface {
cdktf.ComplexList
// 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{})
// The attribute on the parent resource this class is referencing.
TerraformAttribute() *string
SetTerraformAttribute(val *string)
// The parent resource.
TerraformResource() cdktf.IInterpolatingParent
SetTerraformResource(val cdktf.IInterpolatingParent)
// whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
WrapsSet() *bool
SetWrapsSet(val *bool)
// Creating an iterator for this complex list.
//
// The list will be converted into a map with the mapKeyAttributeName as the key.
// Experimental.
AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator
// Experimental.
ComputeFqn() *string
Get(index *float64) GoogleWorkbenchInstanceGceSetupAcceleratorConfigsOutputReference
// 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 NewGoogleWorkbenchInstanceGceSetupAcceleratorConfigsList ¶
func NewGoogleWorkbenchInstanceGceSetupAcceleratorConfigsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleWorkbenchInstanceGceSetupAcceleratorConfigsList
type GoogleWorkbenchInstanceGceSetupAcceleratorConfigsOutputReference ¶
type GoogleWorkbenchInstanceGceSetupAcceleratorConfigsOutputReference 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)
CoreCount() *string
SetCoreCount(val *string)
CoreCountInput() *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{})
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
Type() *string
SetType(val *string)
TypeInput() *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
ResetCoreCount()
ResetType()
// 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 NewGoogleWorkbenchInstanceGceSetupAcceleratorConfigsOutputReference ¶
func NewGoogleWorkbenchInstanceGceSetupAcceleratorConfigsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleWorkbenchInstanceGceSetupAcceleratorConfigsOutputReference
type GoogleWorkbenchInstanceGceSetupBootDisk ¶
type GoogleWorkbenchInstanceGceSetupBootDisk struct {
// Optional. Input only. Disk encryption method used on the boot and data disks, defaults to GMEK. Possible values: ["GMEK", "CMEK"].
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#disk_encryption GoogleWorkbenchInstance#disk_encryption}
DiskEncryption *string `field:"optional" json:"diskEncryption" yaml:"diskEncryption"`
// Optional.
//
// The size of the boot disk in GB attached to this instance,
// up to a maximum of 64000 GB (64 TB). If not specified, this defaults to the
// recommended value of 150GB.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#disk_size_gb GoogleWorkbenchInstance#disk_size_gb}
DiskSizeGb *string `field:"optional" json:"diskSizeGb" yaml:"diskSizeGb"`
// Optional. Indicates the type of the disk. Possible values: ["PD_STANDARD", "PD_SSD", "PD_BALANCED", "PD_EXTREME"].
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#disk_type GoogleWorkbenchInstance#disk_type}
DiskType *string `field:"optional" json:"diskType" yaml:"diskType"`
// 'Optional.
//
// The KMS key used to encrypt the disks, only
// applicable if disk_encryption is CMEK. Format: 'projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}'
// Learn more about using your own encryption keys.'
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#kms_key GoogleWorkbenchInstance#kms_key}
KmsKey *string `field:"optional" json:"kmsKey" yaml:"kmsKey"`
}
type GoogleWorkbenchInstanceGceSetupBootDiskOutputReference ¶
type GoogleWorkbenchInstanceGceSetupBootDiskOutputReference 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
DiskEncryption() *string
SetDiskEncryption(val *string)
DiskEncryptionInput() *string
DiskSizeGb() *string
SetDiskSizeGb(val *string)
DiskSizeGbInput() *string
DiskType() *string
SetDiskType(val *string)
DiskTypeInput() *string
// Experimental.
Fqn() *string
InternalValue() *GoogleWorkbenchInstanceGceSetupBootDisk
SetInternalValue(val *GoogleWorkbenchInstanceGceSetupBootDisk)
KmsKey() *string
SetKmsKey(val *string)
KmsKeyInput() *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
ResetDiskEncryption()
ResetDiskSizeGb()
ResetDiskType()
ResetKmsKey()
// 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 NewGoogleWorkbenchInstanceGceSetupBootDiskOutputReference ¶
func NewGoogleWorkbenchInstanceGceSetupBootDiskOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleWorkbenchInstanceGceSetupBootDiskOutputReference
type GoogleWorkbenchInstanceGceSetupConfidentialInstanceConfig ¶
type GoogleWorkbenchInstanceGceSetupConfidentialInstanceConfig struct {
// Defines the type of technology used by the confidential instance. Possible values: ["SEV"].
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#confidential_instance_type GoogleWorkbenchInstance#confidential_instance_type}
ConfidentialInstanceType *string `field:"optional" json:"confidentialInstanceType" yaml:"confidentialInstanceType"`
}
type GoogleWorkbenchInstanceGceSetupConfidentialInstanceConfigOutputReference ¶
type GoogleWorkbenchInstanceGceSetupConfidentialInstanceConfigOutputReference 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)
ConfidentialInstanceType() *string
SetConfidentialInstanceType(val *string)
ConfidentialInstanceTypeInput() *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() *GoogleWorkbenchInstanceGceSetupConfidentialInstanceConfig
SetInternalValue(val *GoogleWorkbenchInstanceGceSetupConfidentialInstanceConfig)
// 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
ResetConfidentialInstanceType()
// 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 NewGoogleWorkbenchInstanceGceSetupConfidentialInstanceConfigOutputReference ¶
func NewGoogleWorkbenchInstanceGceSetupConfidentialInstanceConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleWorkbenchInstanceGceSetupConfidentialInstanceConfigOutputReference
type GoogleWorkbenchInstanceGceSetupContainerImage ¶
type GoogleWorkbenchInstanceGceSetupContainerImage struct {
// The path to the container image repository. For example: gcr.io/{project_id}/{imageName}.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#repository GoogleWorkbenchInstance#repository}
Repository *string `field:"required" json:"repository" yaml:"repository"`
// The tag of the container image. If not specified, this defaults to the latest tag.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#tag GoogleWorkbenchInstance#tag}
Tag *string `field:"optional" json:"tag" yaml:"tag"`
}
type GoogleWorkbenchInstanceGceSetupContainerImageOutputReference ¶
type GoogleWorkbenchInstanceGceSetupContainerImageOutputReference 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() *GoogleWorkbenchInstanceGceSetupContainerImage
SetInternalValue(val *GoogleWorkbenchInstanceGceSetupContainerImage)
Repository() *string
SetRepository(val *string)
RepositoryInput() *string
Tag() *string
SetTag(val *string)
TagInput() *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
ResetTag()
// 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 NewGoogleWorkbenchInstanceGceSetupContainerImageOutputReference ¶
func NewGoogleWorkbenchInstanceGceSetupContainerImageOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleWorkbenchInstanceGceSetupContainerImageOutputReference
type GoogleWorkbenchInstanceGceSetupDataDisks ¶
type GoogleWorkbenchInstanceGceSetupDataDisks struct {
// Optional. Input only. Disk encryption method used on the boot and data disks, defaults to GMEK. Possible values: ["GMEK", "CMEK"].
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#disk_encryption GoogleWorkbenchInstance#disk_encryption}
DiskEncryption *string `field:"optional" json:"diskEncryption" yaml:"diskEncryption"`
// Optional.
//
// The size of the disk in GB attached to this VM instance,
// up to a maximum of 64000 GB (64 TB). If not specified, this defaults to
// 100.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#disk_size_gb GoogleWorkbenchInstance#disk_size_gb}
DiskSizeGb *string `field:"optional" json:"diskSizeGb" yaml:"diskSizeGb"`
// Optional. Input only. Indicates the type of the disk. Possible values: ["PD_STANDARD", "PD_SSD", "PD_BALANCED", "PD_EXTREME"].
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#disk_type GoogleWorkbenchInstance#disk_type}
DiskType *string `field:"optional" json:"diskType" yaml:"diskType"`
// 'Optional.
//
// The KMS key used to encrypt the disks,
// only applicable if disk_encryption is CMEK. Format: 'projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}'
// Learn more about using your own encryption keys.'
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#kms_key GoogleWorkbenchInstance#kms_key}
KmsKey *string `field:"optional" json:"kmsKey" yaml:"kmsKey"`
}
type GoogleWorkbenchInstanceGceSetupDataDisksOutputReference ¶
type GoogleWorkbenchInstanceGceSetupDataDisksOutputReference 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
DiskEncryption() *string
SetDiskEncryption(val *string)
DiskEncryptionInput() *string
DiskSizeGb() *string
SetDiskSizeGb(val *string)
DiskSizeGbInput() *string
DiskType() *string
SetDiskType(val *string)
DiskTypeInput() *string
// Experimental.
Fqn() *string
InternalValue() *GoogleWorkbenchInstanceGceSetupDataDisks
SetInternalValue(val *GoogleWorkbenchInstanceGceSetupDataDisks)
KmsKey() *string
SetKmsKey(val *string)
KmsKeyInput() *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
ResetDiskEncryption()
ResetDiskSizeGb()
ResetDiskType()
ResetKmsKey()
// 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 NewGoogleWorkbenchInstanceGceSetupDataDisksOutputReference ¶
func NewGoogleWorkbenchInstanceGceSetupDataDisksOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleWorkbenchInstanceGceSetupDataDisksOutputReference
type GoogleWorkbenchInstanceGceSetupNetworkInterfaces ¶
type GoogleWorkbenchInstanceGceSetupNetworkInterfaces struct {
// access_configs block.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#access_configs GoogleWorkbenchInstance#access_configs}
AccessConfigs interface{} `field:"optional" json:"accessConfigs" yaml:"accessConfigs"`
// Optional. The name of the VPC that this VM instance is in.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#network GoogleWorkbenchInstance#network}
Network *string `field:"optional" json:"network" yaml:"network"`
// Optional.
//
// The type of vNIC to be used on this interface. This
// may be gVNIC or VirtioNet. Possible values: ["VIRTIO_NET", "GVNIC"]
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#nic_type GoogleWorkbenchInstance#nic_type}
NicType *string `field:"optional" json:"nicType" yaml:"nicType"`
// Optional. The name of the subnet that this VM instance is in.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#subnet GoogleWorkbenchInstance#subnet}
Subnet *string `field:"optional" json:"subnet" yaml:"subnet"`
}
type GoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigs ¶
type GoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigs struct {
// An external IP address associated with this instance.
//
// Specify an unused
// static external IP address available to the project or leave this field
// undefined to use an IP from a shared ephemeral IP address pool. If you
// specify a static external IP address, it must live in the same region as
// the zone of the instance.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#external_ip GoogleWorkbenchInstance#external_ip}
ExternalIp *string `field:"required" json:"externalIp" yaml:"externalIp"`
}
type GoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsList ¶
type GoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsList interface {
cdktf.ComplexList
// 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{})
// The attribute on the parent resource this class is referencing.
TerraformAttribute() *string
SetTerraformAttribute(val *string)
// The parent resource.
TerraformResource() cdktf.IInterpolatingParent
SetTerraformResource(val cdktf.IInterpolatingParent)
// whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
WrapsSet() *bool
SetWrapsSet(val *bool)
// Creating an iterator for this complex list.
//
// The list will be converted into a map with the mapKeyAttributeName as the key.
// Experimental.
AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator
// Experimental.
ComputeFqn() *string
Get(index *float64) GoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsOutputReference
// 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 NewGoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsList ¶
func NewGoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsList
type GoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsOutputReference ¶
type GoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsOutputReference 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
ExternalIp() *string
SetExternalIp(val *string)
ExternalIpInput() *string
// Experimental.
Fqn() *string
InternalValue() interface{}
SetInternalValue(val interface{})
// 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 NewGoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsOutputReference ¶
func NewGoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsOutputReference
type GoogleWorkbenchInstanceGceSetupNetworkInterfacesList ¶
type GoogleWorkbenchInstanceGceSetupNetworkInterfacesList interface {
cdktf.ComplexList
// 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{})
// The attribute on the parent resource this class is referencing.
TerraformAttribute() *string
SetTerraformAttribute(val *string)
// The parent resource.
TerraformResource() cdktf.IInterpolatingParent
SetTerraformResource(val cdktf.IInterpolatingParent)
// whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
WrapsSet() *bool
SetWrapsSet(val *bool)
// Creating an iterator for this complex list.
//
// The list will be converted into a map with the mapKeyAttributeName as the key.
// Experimental.
AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator
// Experimental.
ComputeFqn() *string
Get(index *float64) GoogleWorkbenchInstanceGceSetupNetworkInterfacesOutputReference
// 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 NewGoogleWorkbenchInstanceGceSetupNetworkInterfacesList ¶
func NewGoogleWorkbenchInstanceGceSetupNetworkInterfacesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleWorkbenchInstanceGceSetupNetworkInterfacesList
type GoogleWorkbenchInstanceGceSetupNetworkInterfacesOutputReference ¶
type GoogleWorkbenchInstanceGceSetupNetworkInterfacesOutputReference interface {
cdktf.ComplexObject
AccessConfigs() GoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsList
AccessConfigsInput() interface{}
// 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() interface{}
SetInternalValue(val interface{})
Network() *string
SetNetwork(val *string)
NetworkInput() *string
NicType() *string
SetNicType(val *string)
NicTypeInput() *string
Subnet() *string
SetSubnet(val *string)
SubnetInput() *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
PutAccessConfigs(value interface{})
ResetAccessConfigs()
ResetNetwork()
ResetNicType()
ResetSubnet()
// 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 NewGoogleWorkbenchInstanceGceSetupNetworkInterfacesOutputReference ¶
func NewGoogleWorkbenchInstanceGceSetupNetworkInterfacesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleWorkbenchInstanceGceSetupNetworkInterfacesOutputReference
type GoogleWorkbenchInstanceGceSetupOutputReference ¶
type GoogleWorkbenchInstanceGceSetupOutputReference interface {
cdktf.ComplexObject
AcceleratorConfigs() GoogleWorkbenchInstanceGceSetupAcceleratorConfigsList
AcceleratorConfigsInput() interface{}
BootDisk() GoogleWorkbenchInstanceGceSetupBootDiskOutputReference
BootDiskInput() *GoogleWorkbenchInstanceGceSetupBootDisk
// 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)
ConfidentialInstanceConfig() GoogleWorkbenchInstanceGceSetupConfidentialInstanceConfigOutputReference
ConfidentialInstanceConfigInput() *GoogleWorkbenchInstanceGceSetupConfidentialInstanceConfig
ContainerImage() GoogleWorkbenchInstanceGceSetupContainerImageOutputReference
ContainerImageInput() *GoogleWorkbenchInstanceGceSetupContainerImage
// 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
DataDisks() GoogleWorkbenchInstanceGceSetupDataDisksOutputReference
DataDisksInput() *GoogleWorkbenchInstanceGceSetupDataDisks
DisablePublicIp() interface{}
SetDisablePublicIp(val interface{})
DisablePublicIpInput() interface{}
EnableIpForwarding() interface{}
SetEnableIpForwarding(val interface{})
EnableIpForwardingInput() interface{}
// Experimental.
Fqn() *string
InternalValue() *GoogleWorkbenchInstanceGceSetup
SetInternalValue(val *GoogleWorkbenchInstanceGceSetup)
MachineType() *string
SetMachineType(val *string)
MachineTypeInput() *string
Metadata() *map[string]*string
SetMetadata(val *map[string]*string)
MetadataInput() *map[string]*string
NetworkInterfaces() GoogleWorkbenchInstanceGceSetupNetworkInterfacesList
NetworkInterfacesInput() interface{}
ServiceAccounts() GoogleWorkbenchInstanceGceSetupServiceAccountsList
ServiceAccountsInput() interface{}
ShieldedInstanceConfig() GoogleWorkbenchInstanceGceSetupShieldedInstanceConfigOutputReference
ShieldedInstanceConfigInput() *GoogleWorkbenchInstanceGceSetupShieldedInstanceConfig
Tags() *[]*string
SetTags(val *[]*string)
TagsInput() *[]*string
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
VmImage() GoogleWorkbenchInstanceGceSetupVmImageOutputReference
VmImageInput() *GoogleWorkbenchInstanceGceSetupVmImage
// 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
PutAcceleratorConfigs(value interface{})
PutBootDisk(value *GoogleWorkbenchInstanceGceSetupBootDisk)
PutConfidentialInstanceConfig(value *GoogleWorkbenchInstanceGceSetupConfidentialInstanceConfig)
PutContainerImage(value *GoogleWorkbenchInstanceGceSetupContainerImage)
PutDataDisks(value *GoogleWorkbenchInstanceGceSetupDataDisks)
PutNetworkInterfaces(value interface{})
PutServiceAccounts(value interface{})
PutShieldedInstanceConfig(value *GoogleWorkbenchInstanceGceSetupShieldedInstanceConfig)
PutVmImage(value *GoogleWorkbenchInstanceGceSetupVmImage)
ResetAcceleratorConfigs()
ResetBootDisk()
ResetConfidentialInstanceConfig()
ResetContainerImage()
ResetDataDisks()
ResetDisablePublicIp()
ResetEnableIpForwarding()
ResetMachineType()
ResetMetadata()
ResetNetworkInterfaces()
ResetServiceAccounts()
ResetShieldedInstanceConfig()
ResetTags()
ResetVmImage()
// 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 NewGoogleWorkbenchInstanceGceSetupOutputReference ¶
func NewGoogleWorkbenchInstanceGceSetupOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleWorkbenchInstanceGceSetupOutputReference
type GoogleWorkbenchInstanceGceSetupServiceAccounts ¶
type GoogleWorkbenchInstanceGceSetupServiceAccounts struct {
// Optional. Email address of the service account.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#email GoogleWorkbenchInstance#email}
Email *string `field:"optional" json:"email" yaml:"email"`
}
type GoogleWorkbenchInstanceGceSetupServiceAccountsList ¶
type GoogleWorkbenchInstanceGceSetupServiceAccountsList interface {
cdktf.ComplexList
// 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{})
// The attribute on the parent resource this class is referencing.
TerraformAttribute() *string
SetTerraformAttribute(val *string)
// The parent resource.
TerraformResource() cdktf.IInterpolatingParent
SetTerraformResource(val cdktf.IInterpolatingParent)
// whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
WrapsSet() *bool
SetWrapsSet(val *bool)
// Creating an iterator for this complex list.
//
// The list will be converted into a map with the mapKeyAttributeName as the key.
// Experimental.
AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator
// Experimental.
ComputeFqn() *string
Get(index *float64) GoogleWorkbenchInstanceGceSetupServiceAccountsOutputReference
// 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 NewGoogleWorkbenchInstanceGceSetupServiceAccountsList ¶
func NewGoogleWorkbenchInstanceGceSetupServiceAccountsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleWorkbenchInstanceGceSetupServiceAccountsList
type GoogleWorkbenchInstanceGceSetupServiceAccountsOutputReference ¶
type GoogleWorkbenchInstanceGceSetupServiceAccountsOutputReference 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
Email() *string
SetEmail(val *string)
EmailInput() *string
// Experimental.
Fqn() *string
InternalValue() interface{}
SetInternalValue(val interface{})
Scopes() *[]*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
ResetEmail()
// 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 NewGoogleWorkbenchInstanceGceSetupServiceAccountsOutputReference ¶
func NewGoogleWorkbenchInstanceGceSetupServiceAccountsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleWorkbenchInstanceGceSetupServiceAccountsOutputReference
type GoogleWorkbenchInstanceGceSetupShieldedInstanceConfig ¶
type GoogleWorkbenchInstanceGceSetupShieldedInstanceConfig struct {
// Optional.
//
// Defines whether the VM instance has integrity monitoring
// enabled. Enables monitoring and attestation of the boot integrity of the VM
// instance. The attestation is performed against the integrity policy baseline.
// This baseline is initially derived from the implicitly trusted boot image
// when the VM instance is created. Enabled by default.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#enable_integrity_monitoring GoogleWorkbenchInstance#enable_integrity_monitoring}
EnableIntegrityMonitoring interface{} `field:"optional" json:"enableIntegrityMonitoring" yaml:"enableIntegrityMonitoring"`
// Optional.
//
// Defines whether the VM instance has Secure Boot enabled.
// Secure Boot helps ensure that the system only runs authentic software by verifying
// the digital signature of all boot components, and halting the boot process
// if signature verification fails. Disabled by default.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#enable_secure_boot GoogleWorkbenchInstance#enable_secure_boot}
EnableSecureBoot interface{} `field:"optional" json:"enableSecureBoot" yaml:"enableSecureBoot"`
// Optional. Defines whether the VM instance has the vTPM enabled. Enabled by default.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#enable_vtpm GoogleWorkbenchInstance#enable_vtpm}
EnableVtpm interface{} `field:"optional" json:"enableVtpm" yaml:"enableVtpm"`
}
type GoogleWorkbenchInstanceGceSetupShieldedInstanceConfigOutputReference ¶
type GoogleWorkbenchInstanceGceSetupShieldedInstanceConfigOutputReference 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
EnableIntegrityMonitoring() interface{}
SetEnableIntegrityMonitoring(val interface{})
EnableIntegrityMonitoringInput() interface{}
EnableSecureBoot() interface{}
SetEnableSecureBoot(val interface{})
EnableSecureBootInput() interface{}
EnableVtpm() interface{}
SetEnableVtpm(val interface{})
EnableVtpmInput() interface{}
// Experimental.
Fqn() *string
InternalValue() *GoogleWorkbenchInstanceGceSetupShieldedInstanceConfig
SetInternalValue(val *GoogleWorkbenchInstanceGceSetupShieldedInstanceConfig)
// 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
ResetEnableIntegrityMonitoring()
ResetEnableSecureBoot()
ResetEnableVtpm()
// 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 NewGoogleWorkbenchInstanceGceSetupShieldedInstanceConfigOutputReference ¶
func NewGoogleWorkbenchInstanceGceSetupShieldedInstanceConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleWorkbenchInstanceGceSetupShieldedInstanceConfigOutputReference
type GoogleWorkbenchInstanceGceSetupVmImage ¶
type GoogleWorkbenchInstanceGceSetupVmImage struct {
// Optional. Use this VM image family to find the image; the newest image in this family will be used.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#family GoogleWorkbenchInstance#family}
Family *string `field:"optional" json:"family" yaml:"family"`
// Optional. Use VM image name to find the image.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#name GoogleWorkbenchInstance#name}
Name *string `field:"optional" json:"name" yaml:"name"`
// The name of the Google Cloud project that this VM image belongs to. Format: {project_id}.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#project GoogleWorkbenchInstance#project}
Project *string `field:"optional" json:"project" yaml:"project"`
}
type GoogleWorkbenchInstanceGceSetupVmImageOutputReference ¶
type GoogleWorkbenchInstanceGceSetupVmImageOutputReference 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
Family() *string
SetFamily(val *string)
FamilyInput() *string
// Experimental.
Fqn() *string
InternalValue() *GoogleWorkbenchInstanceGceSetupVmImage
SetInternalValue(val *GoogleWorkbenchInstanceGceSetupVmImage)
Name() *string
SetName(val *string)
NameInput() *string
Project() *string
SetProject(val *string)
ProjectInput() *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
ResetFamily()
ResetName()
ResetProject()
// 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 NewGoogleWorkbenchInstanceGceSetupVmImageOutputReference ¶
func NewGoogleWorkbenchInstanceGceSetupVmImageOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleWorkbenchInstanceGceSetupVmImageOutputReference
type GoogleWorkbenchInstanceHealthInfo ¶
type GoogleWorkbenchInstanceHealthInfo struct {
}
type GoogleWorkbenchInstanceHealthInfoList ¶
type GoogleWorkbenchInstanceHealthInfoList interface {
cdktf.ComplexList
// 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
// The attribute on the parent resource this class is referencing.
TerraformAttribute() *string
SetTerraformAttribute(val *string)
// The parent resource.
TerraformResource() cdktf.IInterpolatingParent
SetTerraformResource(val cdktf.IInterpolatingParent)
// whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
WrapsSet() *bool
SetWrapsSet(val *bool)
// Creating an iterator for this complex list.
//
// The list will be converted into a map with the mapKeyAttributeName as the key.
// Experimental.
AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator
// Experimental.
ComputeFqn() *string
Get(index *float64) GoogleWorkbenchInstanceHealthInfoOutputReference
// 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 NewGoogleWorkbenchInstanceHealthInfoList ¶
func NewGoogleWorkbenchInstanceHealthInfoList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleWorkbenchInstanceHealthInfoList
type GoogleWorkbenchInstanceHealthInfoOutputReference ¶
type GoogleWorkbenchInstanceHealthInfoOutputReference 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() *GoogleWorkbenchInstanceHealthInfo
SetInternalValue(val *GoogleWorkbenchInstanceHealthInfo)
// 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 NewGoogleWorkbenchInstanceHealthInfoOutputReference ¶
func NewGoogleWorkbenchInstanceHealthInfoOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleWorkbenchInstanceHealthInfoOutputReference
type GoogleWorkbenchInstanceTimeouts ¶
type GoogleWorkbenchInstanceTimeouts struct {
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#create GoogleWorkbenchInstance#create}.
Create *string `field:"optional" json:"create" yaml:"create"`
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#delete GoogleWorkbenchInstance#delete}.
Delete *string `field:"optional" json:"delete" yaml:"delete"`
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.32.0/docs/resources/google_workbench_instance#update GoogleWorkbenchInstance#update}.
Update *string `field:"optional" json:"update" yaml:"update"`
}
type GoogleWorkbenchInstanceTimeoutsOutputReference ¶
type GoogleWorkbenchInstanceTimeoutsOutputReference 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
Delete() *string
SetDelete(val *string)
DeleteInput() *string
// Experimental.
Fqn() *string
InternalValue() interface{}
SetInternalValue(val interface{})
// 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()
ResetDelete()
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 NewGoogleWorkbenchInstanceTimeoutsOutputReference ¶
func NewGoogleWorkbenchInstanceTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleWorkbenchInstanceTimeoutsOutputReference
type GoogleWorkbenchInstanceUpgradeHistory ¶
type GoogleWorkbenchInstanceUpgradeHistory struct {
}
type GoogleWorkbenchInstanceUpgradeHistoryList ¶
type GoogleWorkbenchInstanceUpgradeHistoryList interface {
cdktf.ComplexList
// 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
// The attribute on the parent resource this class is referencing.
TerraformAttribute() *string
SetTerraformAttribute(val *string)
// The parent resource.
TerraformResource() cdktf.IInterpolatingParent
SetTerraformResource(val cdktf.IInterpolatingParent)
// whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
WrapsSet() *bool
SetWrapsSet(val *bool)
// Creating an iterator for this complex list.
//
// The list will be converted into a map with the mapKeyAttributeName as the key.
// Experimental.
AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator
// Experimental.
ComputeFqn() *string
Get(index *float64) GoogleWorkbenchInstanceUpgradeHistoryOutputReference
// 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 NewGoogleWorkbenchInstanceUpgradeHistoryList ¶
func NewGoogleWorkbenchInstanceUpgradeHistoryList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleWorkbenchInstanceUpgradeHistoryList
type GoogleWorkbenchInstanceUpgradeHistoryOutputReference ¶
type GoogleWorkbenchInstanceUpgradeHistoryOutputReference interface {
cdktf.ComplexObject
Action() *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)
ContainerImage() *string
CreateTime() *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
Framework() *string
InternalValue() *GoogleWorkbenchInstanceUpgradeHistory
SetInternalValue(val *GoogleWorkbenchInstanceUpgradeHistory)
Snapshot() *string
State() *string
TargetVersion() *string
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
Version() *string
VmImage() *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
// 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 NewGoogleWorkbenchInstanceUpgradeHistoryOutputReference ¶
func NewGoogleWorkbenchInstanceUpgradeHistoryOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleWorkbenchInstanceUpgradeHistoryOutputReference
Source Files
¶
- GoogleWorkbenchInstance.go
- GoogleWorkbenchInstanceConfig.go
- GoogleWorkbenchInstanceGceSetup.go
- GoogleWorkbenchInstanceGceSetupAcceleratorConfigs.go
- GoogleWorkbenchInstanceGceSetupAcceleratorConfigsList.go
- GoogleWorkbenchInstanceGceSetupAcceleratorConfigsList__checks.go
- GoogleWorkbenchInstanceGceSetupAcceleratorConfigsOutputReference.go
- GoogleWorkbenchInstanceGceSetupAcceleratorConfigsOutputReference__checks.go
- GoogleWorkbenchInstanceGceSetupBootDisk.go
- GoogleWorkbenchInstanceGceSetupBootDiskOutputReference.go
- GoogleWorkbenchInstanceGceSetupBootDiskOutputReference__checks.go
- GoogleWorkbenchInstanceGceSetupConfidentialInstanceConfig.go
- GoogleWorkbenchInstanceGceSetupConfidentialInstanceConfigOutputReference.go
- GoogleWorkbenchInstanceGceSetupConfidentialInstanceConfigOutputReference__checks.go
- GoogleWorkbenchInstanceGceSetupContainerImage.go
- GoogleWorkbenchInstanceGceSetupContainerImageOutputReference.go
- GoogleWorkbenchInstanceGceSetupContainerImageOutputReference__checks.go
- GoogleWorkbenchInstanceGceSetupDataDisks.go
- GoogleWorkbenchInstanceGceSetupDataDisksOutputReference.go
- GoogleWorkbenchInstanceGceSetupDataDisksOutputReference__checks.go
- GoogleWorkbenchInstanceGceSetupNetworkInterfaces.go
- GoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigs.go
- GoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsList.go
- GoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsList__checks.go
- GoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsOutputReference.go
- GoogleWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsOutputReference__checks.go
- GoogleWorkbenchInstanceGceSetupNetworkInterfacesList.go
- GoogleWorkbenchInstanceGceSetupNetworkInterfacesList__checks.go
- GoogleWorkbenchInstanceGceSetupNetworkInterfacesOutputReference.go
- GoogleWorkbenchInstanceGceSetupNetworkInterfacesOutputReference__checks.go
- GoogleWorkbenchInstanceGceSetupOutputReference.go
- GoogleWorkbenchInstanceGceSetupOutputReference__checks.go
- GoogleWorkbenchInstanceGceSetupServiceAccounts.go
- GoogleWorkbenchInstanceGceSetupServiceAccountsList.go
- GoogleWorkbenchInstanceGceSetupServiceAccountsList__checks.go
- GoogleWorkbenchInstanceGceSetupServiceAccountsOutputReference.go
- GoogleWorkbenchInstanceGceSetupServiceAccountsOutputReference__checks.go
- GoogleWorkbenchInstanceGceSetupShieldedInstanceConfig.go
- GoogleWorkbenchInstanceGceSetupShieldedInstanceConfigOutputReference.go
- GoogleWorkbenchInstanceGceSetupShieldedInstanceConfigOutputReference__checks.go
- GoogleWorkbenchInstanceGceSetupVmImage.go
- GoogleWorkbenchInstanceGceSetupVmImageOutputReference.go
- GoogleWorkbenchInstanceGceSetupVmImageOutputReference__checks.go
- GoogleWorkbenchInstanceHealthInfo.go
- GoogleWorkbenchInstanceHealthInfoList.go
- GoogleWorkbenchInstanceHealthInfoList__checks.go
- GoogleWorkbenchInstanceHealthInfoOutputReference.go
- GoogleWorkbenchInstanceHealthInfoOutputReference__checks.go
- GoogleWorkbenchInstanceTimeouts.go
- GoogleWorkbenchInstanceTimeoutsOutputReference.go
- GoogleWorkbenchInstanceTimeoutsOutputReference__checks.go
- GoogleWorkbenchInstanceUpgradeHistory.go
- GoogleWorkbenchInstanceUpgradeHistoryList.go
- GoogleWorkbenchInstanceUpgradeHistoryList__checks.go
- GoogleWorkbenchInstanceUpgradeHistoryOutputReference.go
- GoogleWorkbenchInstanceUpgradeHistoryOutputReference__checks.go
- GoogleWorkbenchInstance__checks.go
- main.go