Documentation ¶
Index ¶
- func GoogleDataprocMetastoreService_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func GoogleDataprocMetastoreService_IsConstruct(x interface{}) *bool
- func GoogleDataprocMetastoreService_IsTerraformElement(x interface{}) *bool
- func GoogleDataprocMetastoreService_IsTerraformResource(x interface{}) *bool
- func GoogleDataprocMetastoreService_TfResourceType() *string
- func NewGoogleDataprocMetastoreServiceEncryptionConfigOutputReference_Override(g GoogleDataprocMetastoreServiceEncryptionConfigOutputReference, ...)
- func NewGoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsList_Override(g GoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsList, ...)
- func NewGoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsOutputReference_Override(...)
- func NewGoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigKeytabOutputReference_Override(...)
- func NewGoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigOutputReference_Override(...)
- func NewGoogleDataprocMetastoreServiceHiveMetastoreConfigOutputReference_Override(g GoogleDataprocMetastoreServiceHiveMetastoreConfigOutputReference, ...)
- func NewGoogleDataprocMetastoreServiceMaintenanceWindowOutputReference_Override(g GoogleDataprocMetastoreServiceMaintenanceWindowOutputReference, ...)
- func NewGoogleDataprocMetastoreServiceMetadataIntegrationDataCatalogConfigOutputReference_Override(...)
- func NewGoogleDataprocMetastoreServiceMetadataIntegrationOutputReference_Override(g GoogleDataprocMetastoreServiceMetadataIntegrationOutputReference, ...)
- func NewGoogleDataprocMetastoreServiceNetworkConfigConsumersList_Override(g GoogleDataprocMetastoreServiceNetworkConfigConsumersList, ...)
- func NewGoogleDataprocMetastoreServiceNetworkConfigConsumersOutputReference_Override(g GoogleDataprocMetastoreServiceNetworkConfigConsumersOutputReference, ...)
- func NewGoogleDataprocMetastoreServiceNetworkConfigOutputReference_Override(g GoogleDataprocMetastoreServiceNetworkConfigOutputReference, ...)
- func NewGoogleDataprocMetastoreServiceScalingConfigOutputReference_Override(g GoogleDataprocMetastoreServiceScalingConfigOutputReference, ...)
- func NewGoogleDataprocMetastoreServiceTelemetryConfigOutputReference_Override(g GoogleDataprocMetastoreServiceTelemetryConfigOutputReference, ...)
- func NewGoogleDataprocMetastoreServiceTimeoutsOutputReference_Override(g GoogleDataprocMetastoreServiceTimeoutsOutputReference, ...)
- func NewGoogleDataprocMetastoreService_Override(g GoogleDataprocMetastoreService, scope constructs.Construct, id *string, ...)
- type GoogleDataprocMetastoreService
- type GoogleDataprocMetastoreServiceConfig
- type GoogleDataprocMetastoreServiceEncryptionConfig
- type GoogleDataprocMetastoreServiceEncryptionConfigOutputReference
- type GoogleDataprocMetastoreServiceHiveMetastoreConfig
- type GoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions
- type GoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsList
- type GoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsOutputReference
- type GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfig
- type GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigKeytab
- type GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigKeytabOutputReference
- type GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigOutputReference
- type GoogleDataprocMetastoreServiceHiveMetastoreConfigOutputReference
- type GoogleDataprocMetastoreServiceMaintenanceWindow
- type GoogleDataprocMetastoreServiceMaintenanceWindowOutputReference
- type GoogleDataprocMetastoreServiceMetadataIntegration
- type GoogleDataprocMetastoreServiceMetadataIntegrationDataCatalogConfig
- type GoogleDataprocMetastoreServiceMetadataIntegrationDataCatalogConfigOutputReference
- type GoogleDataprocMetastoreServiceMetadataIntegrationOutputReference
- type GoogleDataprocMetastoreServiceNetworkConfig
- type GoogleDataprocMetastoreServiceNetworkConfigConsumers
- type GoogleDataprocMetastoreServiceNetworkConfigConsumersList
- type GoogleDataprocMetastoreServiceNetworkConfigConsumersOutputReference
- type GoogleDataprocMetastoreServiceNetworkConfigOutputReference
- type GoogleDataprocMetastoreServiceScalingConfig
- type GoogleDataprocMetastoreServiceScalingConfigOutputReference
- type GoogleDataprocMetastoreServiceTelemetryConfig
- type GoogleDataprocMetastoreServiceTelemetryConfigOutputReference
- type GoogleDataprocMetastoreServiceTimeouts
- type GoogleDataprocMetastoreServiceTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoogleDataprocMetastoreService_GenerateConfigForImport ¶
func GoogleDataprocMetastoreService_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a GoogleDataprocMetastoreService resource upon running "cdktf plan <stack-name>".
func GoogleDataprocMetastoreService_IsConstruct ¶
func GoogleDataprocMetastoreService_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 GoogleDataprocMetastoreService_IsTerraformElement ¶
func GoogleDataprocMetastoreService_IsTerraformElement(x interface{}) *bool
Experimental.
func GoogleDataprocMetastoreService_IsTerraformResource ¶
func GoogleDataprocMetastoreService_IsTerraformResource(x interface{}) *bool
Experimental.
func GoogleDataprocMetastoreService_TfResourceType ¶
func GoogleDataprocMetastoreService_TfResourceType() *string
func NewGoogleDataprocMetastoreServiceEncryptionConfigOutputReference_Override ¶
func NewGoogleDataprocMetastoreServiceEncryptionConfigOutputReference_Override(g GoogleDataprocMetastoreServiceEncryptionConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsList_Override ¶
func NewGoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsList_Override(g GoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsOutputReference_Override ¶
func NewGoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsOutputReference_Override(g GoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigKeytabOutputReference_Override ¶
func NewGoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigKeytabOutputReference_Override(g GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigKeytabOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigOutputReference_Override ¶
func NewGoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigOutputReference_Override(g GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDataprocMetastoreServiceHiveMetastoreConfigOutputReference_Override ¶
func NewGoogleDataprocMetastoreServiceHiveMetastoreConfigOutputReference_Override(g GoogleDataprocMetastoreServiceHiveMetastoreConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDataprocMetastoreServiceMaintenanceWindowOutputReference_Override ¶
func NewGoogleDataprocMetastoreServiceMaintenanceWindowOutputReference_Override(g GoogleDataprocMetastoreServiceMaintenanceWindowOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDataprocMetastoreServiceMetadataIntegrationDataCatalogConfigOutputReference_Override ¶
func NewGoogleDataprocMetastoreServiceMetadataIntegrationDataCatalogConfigOutputReference_Override(g GoogleDataprocMetastoreServiceMetadataIntegrationDataCatalogConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDataprocMetastoreServiceMetadataIntegrationOutputReference_Override ¶
func NewGoogleDataprocMetastoreServiceMetadataIntegrationOutputReference_Override(g GoogleDataprocMetastoreServiceMetadataIntegrationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDataprocMetastoreServiceNetworkConfigConsumersList_Override ¶
func NewGoogleDataprocMetastoreServiceNetworkConfigConsumersList_Override(g GoogleDataprocMetastoreServiceNetworkConfigConsumersList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleDataprocMetastoreServiceNetworkConfigConsumersOutputReference_Override ¶
func NewGoogleDataprocMetastoreServiceNetworkConfigConsumersOutputReference_Override(g GoogleDataprocMetastoreServiceNetworkConfigConsumersOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleDataprocMetastoreServiceNetworkConfigOutputReference_Override ¶
func NewGoogleDataprocMetastoreServiceNetworkConfigOutputReference_Override(g GoogleDataprocMetastoreServiceNetworkConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDataprocMetastoreServiceScalingConfigOutputReference_Override ¶
func NewGoogleDataprocMetastoreServiceScalingConfigOutputReference_Override(g GoogleDataprocMetastoreServiceScalingConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDataprocMetastoreServiceTelemetryConfigOutputReference_Override ¶
func NewGoogleDataprocMetastoreServiceTelemetryConfigOutputReference_Override(g GoogleDataprocMetastoreServiceTelemetryConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDataprocMetastoreServiceTimeoutsOutputReference_Override ¶
func NewGoogleDataprocMetastoreServiceTimeoutsOutputReference_Override(g GoogleDataprocMetastoreServiceTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDataprocMetastoreService_Override ¶
func NewGoogleDataprocMetastoreService_Override(g GoogleDataprocMetastoreService, scope constructs.Construct, id *string, config *GoogleDataprocMetastoreServiceConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service google_dataproc_metastore_service} Resource.
Types ¶
type GoogleDataprocMetastoreService ¶
type GoogleDataprocMetastoreService interface { cdktf.TerraformResource ArtifactGcsUri() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) DatabaseType() *string SetDatabaseType(val *string) DatabaseTypeInput() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) EffectiveLabels() cdktf.StringMap EncryptionConfig() GoogleDataprocMetastoreServiceEncryptionConfigOutputReference EncryptionConfigInput() *GoogleDataprocMetastoreServiceEncryptionConfig EndpointUri() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string HiveMetastoreConfig() GoogleDataprocMetastoreServiceHiveMetastoreConfigOutputReference HiveMetastoreConfigInput() *GoogleDataprocMetastoreServiceHiveMetastoreConfig Id() *string SetId(val *string) IdInput() *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 MaintenanceWindow() GoogleDataprocMetastoreServiceMaintenanceWindowOutputReference MaintenanceWindowInput() *GoogleDataprocMetastoreServiceMaintenanceWindow MetadataIntegration() GoogleDataprocMetastoreServiceMetadataIntegrationOutputReference MetadataIntegrationInput() *GoogleDataprocMetastoreServiceMetadataIntegration Name() *string Network() *string SetNetwork(val *string) NetworkConfig() GoogleDataprocMetastoreServiceNetworkConfigOutputReference NetworkConfigInput() *GoogleDataprocMetastoreServiceNetworkConfig NetworkInput() *string // The tree node. Node() constructs.Node Port() *float64 SetPort(val *float64) PortInput() *float64 Project() *string SetProject(val *string) ProjectInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} ReleaseChannel() *string SetReleaseChannel(val *string) ReleaseChannelInput() *string ScalingConfig() GoogleDataprocMetastoreServiceScalingConfigOutputReference ScalingConfigInput() *GoogleDataprocMetastoreServiceScalingConfig ServiceId() *string SetServiceId(val *string) ServiceIdInput() *string State() *string StateMessage() *string TelemetryConfig() GoogleDataprocMetastoreServiceTelemetryConfigOutputReference TelemetryConfigInput() *GoogleDataprocMetastoreServiceTelemetryConfig // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata TerraformLabels() cdktf.StringMap // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Tier() *string SetTier(val *string) TierInput() *string Timeouts() GoogleDataprocMetastoreServiceTimeoutsOutputReference TimeoutsInput() interface{} Uid() *string // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutEncryptionConfig(value *GoogleDataprocMetastoreServiceEncryptionConfig) PutHiveMetastoreConfig(value *GoogleDataprocMetastoreServiceHiveMetastoreConfig) PutMaintenanceWindow(value *GoogleDataprocMetastoreServiceMaintenanceWindow) PutMetadataIntegration(value *GoogleDataprocMetastoreServiceMetadataIntegration) PutNetworkConfig(value *GoogleDataprocMetastoreServiceNetworkConfig) PutScalingConfig(value *GoogleDataprocMetastoreServiceScalingConfig) PutTelemetryConfig(value *GoogleDataprocMetastoreServiceTelemetryConfig) PutTimeouts(value *GoogleDataprocMetastoreServiceTimeouts) ResetDatabaseType() ResetEncryptionConfig() ResetHiveMetastoreConfig() ResetId() ResetLabels() ResetLocation() ResetMaintenanceWindow() ResetMetadataIntegration() ResetNetwork() ResetNetworkConfig() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPort() ResetProject() ResetReleaseChannel() ResetScalingConfig() ResetTelemetryConfig() ResetTier() ResetTimeouts() SynthesizeAttributes() *map[string]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/5.11.0/docs/resources/google_dataproc_metastore_service google_dataproc_metastore_service}.
func NewGoogleDataprocMetastoreService ¶
func NewGoogleDataprocMetastoreService(scope constructs.Construct, id *string, config *GoogleDataprocMetastoreServiceConfig) GoogleDataprocMetastoreService
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service google_dataproc_metastore_service} Resource.
type GoogleDataprocMetastoreServiceConfig ¶
type GoogleDataprocMetastoreServiceConfig 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"` // The ID of the metastore service. // // The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), // and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between // 3 and 63 characters. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#service_id GoogleDataprocMetastoreService#service_id} ServiceId *string `field:"required" json:"serviceId" yaml:"serviceId"` // The database type that the Metastore service stores its data. Default value: "MYSQL" Possible values: ["MYSQL", "SPANNER"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#database_type GoogleDataprocMetastoreService#database_type} DatabaseType *string `field:"optional" json:"databaseType" yaml:"databaseType"` // encryption_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#encryption_config GoogleDataprocMetastoreService#encryption_config} EncryptionConfig *GoogleDataprocMetastoreServiceEncryptionConfig `field:"optional" json:"encryptionConfig" yaml:"encryptionConfig"` // hive_metastore_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#hive_metastore_config GoogleDataprocMetastoreService#hive_metastore_config} HiveMetastoreConfig *GoogleDataprocMetastoreServiceHiveMetastoreConfig `field:"optional" json:"hiveMetastoreConfig" yaml:"hiveMetastoreConfig"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#id GoogleDataprocMetastoreService#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you 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"` // User-defined labels for the metastore service. // // **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/5.11.0/docs/resources/google_dataproc_metastore_service#labels GoogleDataprocMetastoreService#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // The location where the metastore service should reside. The default value is 'global'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#location GoogleDataprocMetastoreService#location} Location *string `field:"optional" json:"location" yaml:"location"` // maintenance_window block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#maintenance_window GoogleDataprocMetastoreService#maintenance_window} MaintenanceWindow *GoogleDataprocMetastoreServiceMaintenanceWindow `field:"optional" json:"maintenanceWindow" yaml:"maintenanceWindow"` // metadata_integration block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#metadata_integration GoogleDataprocMetastoreService#metadata_integration} MetadataIntegration *GoogleDataprocMetastoreServiceMetadataIntegration `field:"optional" json:"metadataIntegration" yaml:"metadataIntegration"` // The relative resource name of the VPC network on which the instance can be accessed. // // It is specified in the following form: // // "projects/{projectNumber}/global/networks/{network_id}". // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#network GoogleDataprocMetastoreService#network} Network *string `field:"optional" json:"network" yaml:"network"` // network_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#network_config GoogleDataprocMetastoreService#network_config} NetworkConfig *GoogleDataprocMetastoreServiceNetworkConfig `field:"optional" json:"networkConfig" yaml:"networkConfig"` // The TCP port at which the metastore service is reached. Default: 9083. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#port GoogleDataprocMetastoreService#port} Port *float64 `field:"optional" json:"port" yaml:"port"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#project GoogleDataprocMetastoreService#project}. Project *string `field:"optional" json:"project" yaml:"project"` // The release channel of the service. If unspecified, defaults to 'STABLE'. Default value: "STABLE" Possible values: ["CANARY", "STABLE"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#release_channel GoogleDataprocMetastoreService#release_channel} ReleaseChannel *string `field:"optional" json:"releaseChannel" yaml:"releaseChannel"` // scaling_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#scaling_config GoogleDataprocMetastoreService#scaling_config} ScalingConfig *GoogleDataprocMetastoreServiceScalingConfig `field:"optional" json:"scalingConfig" yaml:"scalingConfig"` // telemetry_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#telemetry_config GoogleDataprocMetastoreService#telemetry_config} TelemetryConfig *GoogleDataprocMetastoreServiceTelemetryConfig `field:"optional" json:"telemetryConfig" yaml:"telemetryConfig"` // The tier of the service. Possible values: ["DEVELOPER", "ENTERPRISE"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#tier GoogleDataprocMetastoreService#tier} Tier *string `field:"optional" json:"tier" yaml:"tier"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#timeouts GoogleDataprocMetastoreService#timeouts} Timeouts *GoogleDataprocMetastoreServiceTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type GoogleDataprocMetastoreServiceEncryptionConfig ¶
type GoogleDataprocMetastoreServiceEncryptionConfig struct { // The fully qualified customer provided Cloud KMS key name to use for customer data encryption. Use the following format: 'projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#kms_key GoogleDataprocMetastoreService#kms_key} KmsKey *string `field:"required" json:"kmsKey" yaml:"kmsKey"` }
type GoogleDataprocMetastoreServiceEncryptionConfigOutputReference ¶
type GoogleDataprocMetastoreServiceEncryptionConfigOutputReference 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() *GoogleDataprocMetastoreServiceEncryptionConfig SetInternalValue(val *GoogleDataprocMetastoreServiceEncryptionConfig) 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 // 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 NewGoogleDataprocMetastoreServiceEncryptionConfigOutputReference ¶
func NewGoogleDataprocMetastoreServiceEncryptionConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDataprocMetastoreServiceEncryptionConfigOutputReference
type GoogleDataprocMetastoreServiceHiveMetastoreConfig ¶
type GoogleDataprocMetastoreServiceHiveMetastoreConfig struct { // The Hive metastore schema version. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#version GoogleDataprocMetastoreService#version} Version *string `field:"required" json:"version" yaml:"version"` // auxiliary_versions block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#auxiliary_versions GoogleDataprocMetastoreService#auxiliary_versions} AuxiliaryVersions interface{} `field:"optional" json:"auxiliaryVersions" yaml:"auxiliaryVersions"` // A mapping of Hive metastore configuration key-value pairs to apply to the Hive metastore (configured in hive-site.xml). The mappings override system defaults (some keys cannot be overridden). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#config_overrides GoogleDataprocMetastoreService#config_overrides} ConfigOverrides *map[string]*string `field:"optional" json:"configOverrides" yaml:"configOverrides"` // The protocol to use for the metastore service endpoint. // // If unspecified, defaults to 'THRIFT'. Default value: "THRIFT" Possible values: ["THRIFT", "GRPC"] // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#endpoint_protocol GoogleDataprocMetastoreService#endpoint_protocol} EndpointProtocol *string `field:"optional" json:"endpointProtocol" yaml:"endpointProtocol"` // kerberos_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#kerberos_config GoogleDataprocMetastoreService#kerberos_config} KerberosConfig *GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfig `field:"optional" json:"kerberosConfig" yaml:"kerberosConfig"` }
type GoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions ¶
type GoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#key GoogleDataprocMetastoreService#key}. Key *string `field:"required" json:"key" yaml:"key"` // The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#version GoogleDataprocMetastoreService#version} Version *string `field:"required" json:"version" yaml:"version"` // A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary Hive metastore (configured in hive-site.xml) in addition to the primary version's overrides. If keys are present in both the auxiliary version's overrides and the primary version's overrides, the value from the auxiliary version's overrides takes precedence. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#config_overrides GoogleDataprocMetastoreService#config_overrides} ConfigOverrides *map[string]*string `field:"optional" json:"configOverrides" yaml:"configOverrides"` }
type GoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsList ¶
type GoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsList 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) // Experimental. ComputeFqn() *string Get(index *float64) GoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsOutputReference // 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 NewGoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsList ¶
func NewGoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsList
type GoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsOutputReference ¶
type GoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsOutputReference 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) ConfigOverrides() *map[string]*string SetConfigOverrides(val *map[string]*string) ConfigOverridesInput() *map[string]*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{}) Key() *string SetKey(val *string) KeyInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Version() *string SetVersion(val *string) VersionInput() *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 ResetConfigOverrides() // 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 NewGoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsOutputReference ¶
func NewGoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsOutputReference
type GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfig ¶
type GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfig struct { // keytab block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#keytab GoogleDataprocMetastoreService#keytab} Keytab *GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigKeytab `field:"required" json:"keytab" yaml:"keytab"` // A Cloud Storage URI that specifies the path to a krb5.conf file. It is of the form gs://{bucket_name}/path/to/krb5.conf, although the file does not need to be named krb5.conf explicitly. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#krb5_config_gcs_uri GoogleDataprocMetastoreService#krb5_config_gcs_uri} Krb5ConfigGcsUri *string `field:"required" json:"krb5ConfigGcsUri" yaml:"krb5ConfigGcsUri"` // A Kerberos principal that exists in the both the keytab the KDC to authenticate as. // // A typical principal is of the form "primary/instance@REALM", but there is no exact format. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#principal GoogleDataprocMetastoreService#principal} Principal *string `field:"required" json:"principal" yaml:"principal"` }
type GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigKeytab ¶
type GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigKeytab struct { // The relative resource name of a Secret Manager secret version, in the following form:. // // "projects/{projectNumber}/secrets/{secret_id}/versions/{version_id}". // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#cloud_secret GoogleDataprocMetastoreService#cloud_secret} CloudSecret *string `field:"required" json:"cloudSecret" yaml:"cloudSecret"` }
type GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigKeytabOutputReference ¶
type GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigKeytabOutputReference interface { cdktf.ComplexObject CloudSecret() *string SetCloudSecret(val *string) CloudSecretInput() *string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigKeytab SetInternalValue(val *GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigKeytab) // 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 NewGoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigKeytabOutputReference ¶
func NewGoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigKeytabOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigKeytabOutputReference
type GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigOutputReference ¶
type GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigOutputReference 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() *GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfig SetInternalValue(val *GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfig) Keytab() GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigKeytabOutputReference KeytabInput() *GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigKeytab Krb5ConfigGcsUri() *string SetKrb5ConfigGcsUri(val *string) Krb5ConfigGcsUriInput() *string Principal() *string SetPrincipal(val *string) PrincipalInput() *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 PutKeytab(value *GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigKeytab) // 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 NewGoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigOutputReference ¶
func NewGoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigOutputReference
type GoogleDataprocMetastoreServiceHiveMetastoreConfigOutputReference ¶
type GoogleDataprocMetastoreServiceHiveMetastoreConfigOutputReference interface { cdktf.ComplexObject AuxiliaryVersions() GoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsList AuxiliaryVersionsInput() 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) ConfigOverrides() *map[string]*string SetConfigOverrides(val *map[string]*string) ConfigOverridesInput() *map[string]*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 EndpointProtocol() *string SetEndpointProtocol(val *string) EndpointProtocolInput() *string // Experimental. Fqn() *string InternalValue() *GoogleDataprocMetastoreServiceHiveMetastoreConfig SetInternalValue(val *GoogleDataprocMetastoreServiceHiveMetastoreConfig) KerberosConfig() GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigOutputReference KerberosConfigInput() *GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfig // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Version() *string SetVersion(val *string) VersionInput() *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 PutAuxiliaryVersions(value interface{}) PutKerberosConfig(value *GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfig) ResetAuxiliaryVersions() ResetConfigOverrides() ResetEndpointProtocol() ResetKerberosConfig() // 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 NewGoogleDataprocMetastoreServiceHiveMetastoreConfigOutputReference ¶
func NewGoogleDataprocMetastoreServiceHiveMetastoreConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDataprocMetastoreServiceHiveMetastoreConfigOutputReference
type GoogleDataprocMetastoreServiceMaintenanceWindow ¶
type GoogleDataprocMetastoreServiceMaintenanceWindow struct { // The day of week, when the window starts. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#day_of_week GoogleDataprocMetastoreService#day_of_week} DayOfWeek *string `field:"required" json:"dayOfWeek" yaml:"dayOfWeek"` // The hour of day (0-23) when the window starts. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#hour_of_day GoogleDataprocMetastoreService#hour_of_day} HourOfDay *float64 `field:"required" json:"hourOfDay" yaml:"hourOfDay"` }
type GoogleDataprocMetastoreServiceMaintenanceWindowOutputReference ¶
type GoogleDataprocMetastoreServiceMaintenanceWindowOutputReference 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 DayOfWeek() *string SetDayOfWeek(val *string) DayOfWeekInput() *string // Experimental. Fqn() *string HourOfDay() *float64 SetHourOfDay(val *float64) HourOfDayInput() *float64 InternalValue() *GoogleDataprocMetastoreServiceMaintenanceWindow SetInternalValue(val *GoogleDataprocMetastoreServiceMaintenanceWindow) // 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 NewGoogleDataprocMetastoreServiceMaintenanceWindowOutputReference ¶
func NewGoogleDataprocMetastoreServiceMaintenanceWindowOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDataprocMetastoreServiceMaintenanceWindowOutputReference
type GoogleDataprocMetastoreServiceMetadataIntegration ¶
type GoogleDataprocMetastoreServiceMetadataIntegration struct { // data_catalog_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#data_catalog_config GoogleDataprocMetastoreService#data_catalog_config} DataCatalogConfig *GoogleDataprocMetastoreServiceMetadataIntegrationDataCatalogConfig `field:"required" json:"dataCatalogConfig" yaml:"dataCatalogConfig"` }
type GoogleDataprocMetastoreServiceMetadataIntegrationDataCatalogConfig ¶
type GoogleDataprocMetastoreServiceMetadataIntegrationDataCatalogConfig struct { // Defines whether the metastore metadata should be synced to Data Catalog. // // The default value is to disable syncing metastore metadata to Data Catalog. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#enabled GoogleDataprocMetastoreService#enabled} Enabled interface{} `field:"required" json:"enabled" yaml:"enabled"` }
type GoogleDataprocMetastoreServiceMetadataIntegrationDataCatalogConfigOutputReference ¶
type GoogleDataprocMetastoreServiceMetadataIntegrationDataCatalogConfigOutputReference 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 Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} // Experimental. Fqn() *string InternalValue() *GoogleDataprocMetastoreServiceMetadataIntegrationDataCatalogConfig SetInternalValue(val *GoogleDataprocMetastoreServiceMetadataIntegrationDataCatalogConfig) // 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 NewGoogleDataprocMetastoreServiceMetadataIntegrationDataCatalogConfigOutputReference ¶
func NewGoogleDataprocMetastoreServiceMetadataIntegrationDataCatalogConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDataprocMetastoreServiceMetadataIntegrationDataCatalogConfigOutputReference
type GoogleDataprocMetastoreServiceMetadataIntegrationOutputReference ¶
type GoogleDataprocMetastoreServiceMetadataIntegrationOutputReference 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 DataCatalogConfig() GoogleDataprocMetastoreServiceMetadataIntegrationDataCatalogConfigOutputReference DataCatalogConfigInput() *GoogleDataprocMetastoreServiceMetadataIntegrationDataCatalogConfig // Experimental. Fqn() *string InternalValue() *GoogleDataprocMetastoreServiceMetadataIntegration SetInternalValue(val *GoogleDataprocMetastoreServiceMetadataIntegration) // 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 PutDataCatalogConfig(value *GoogleDataprocMetastoreServiceMetadataIntegrationDataCatalogConfig) // 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 NewGoogleDataprocMetastoreServiceMetadataIntegrationOutputReference ¶
func NewGoogleDataprocMetastoreServiceMetadataIntegrationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDataprocMetastoreServiceMetadataIntegrationOutputReference
type GoogleDataprocMetastoreServiceNetworkConfig ¶
type GoogleDataprocMetastoreServiceNetworkConfig struct { // consumers block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#consumers GoogleDataprocMetastoreService#consumers} Consumers interface{} `field:"required" json:"consumers" yaml:"consumers"` // Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#custom_routes_enabled GoogleDataprocMetastoreService#custom_routes_enabled} CustomRoutesEnabled interface{} `field:"optional" json:"customRoutesEnabled" yaml:"customRoutesEnabled"` }
type GoogleDataprocMetastoreServiceNetworkConfigConsumers ¶
type GoogleDataprocMetastoreServiceNetworkConfigConsumers struct { // The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service's endpoint. // // It is accessible to hosts in the subnet and to all hosts in a subnet in the same region and same network. // There must be at least one IP address available in the subnet's primary range. The subnet is specified in the following form: // 'projects/{projectNumber}/regions/{region_id}/subnetworks/{subnetwork_id} // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#subnetwork GoogleDataprocMetastoreService#subnetwork} Subnetwork *string `field:"required" json:"subnetwork" yaml:"subnetwork"` }
type GoogleDataprocMetastoreServiceNetworkConfigConsumersList ¶
type GoogleDataprocMetastoreServiceNetworkConfigConsumersList 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) // Experimental. ComputeFqn() *string Get(index *float64) GoogleDataprocMetastoreServiceNetworkConfigConsumersOutputReference // 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 NewGoogleDataprocMetastoreServiceNetworkConfigConsumersList ¶
func NewGoogleDataprocMetastoreServiceNetworkConfigConsumersList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleDataprocMetastoreServiceNetworkConfigConsumersList
type GoogleDataprocMetastoreServiceNetworkConfigConsumersOutputReference ¶
type GoogleDataprocMetastoreServiceNetworkConfigConsumersOutputReference 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 EndpointUri() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Subnetwork() *string SetSubnetwork(val *string) SubnetworkInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleDataprocMetastoreServiceNetworkConfigConsumersOutputReference ¶
func NewGoogleDataprocMetastoreServiceNetworkConfigConsumersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleDataprocMetastoreServiceNetworkConfigConsumersOutputReference
type GoogleDataprocMetastoreServiceNetworkConfigOutputReference ¶
type GoogleDataprocMetastoreServiceNetworkConfigOutputReference 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) Consumers() GoogleDataprocMetastoreServiceNetworkConfigConsumersList ConsumersInput() interface{} // 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 CustomRoutesEnabled() interface{} SetCustomRoutesEnabled(val interface{}) CustomRoutesEnabledInput() interface{} // Experimental. Fqn() *string InternalValue() *GoogleDataprocMetastoreServiceNetworkConfig SetInternalValue(val *GoogleDataprocMetastoreServiceNetworkConfig) // 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 PutConsumers(value interface{}) ResetCustomRoutesEnabled() // 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 NewGoogleDataprocMetastoreServiceNetworkConfigOutputReference ¶
func NewGoogleDataprocMetastoreServiceNetworkConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDataprocMetastoreServiceNetworkConfigOutputReference
type GoogleDataprocMetastoreServiceScalingConfig ¶
type GoogleDataprocMetastoreServiceScalingConfig struct { // Metastore instance sizes. Possible values: ["EXTRA_SMALL", "SMALL", "MEDIUM", "LARGE", "EXTRA_LARGE"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#instance_size GoogleDataprocMetastoreService#instance_size} InstanceSize *string `field:"optional" json:"instanceSize" yaml:"instanceSize"` // Scaling factor, in increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#scaling_factor GoogleDataprocMetastoreService#scaling_factor} ScalingFactor *float64 `field:"optional" json:"scalingFactor" yaml:"scalingFactor"` }
type GoogleDataprocMetastoreServiceScalingConfigOutputReference ¶
type GoogleDataprocMetastoreServiceScalingConfigOutputReference 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 InstanceSize() *string SetInstanceSize(val *string) InstanceSizeInput() *string InternalValue() *GoogleDataprocMetastoreServiceScalingConfig SetInternalValue(val *GoogleDataprocMetastoreServiceScalingConfig) ScalingFactor() *float64 SetScalingFactor(val *float64) ScalingFactorInput() *float64 // 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 ResetInstanceSize() ResetScalingFactor() // 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 NewGoogleDataprocMetastoreServiceScalingConfigOutputReference ¶
func NewGoogleDataprocMetastoreServiceScalingConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDataprocMetastoreServiceScalingConfigOutputReference
type GoogleDataprocMetastoreServiceTelemetryConfig ¶
type GoogleDataprocMetastoreServiceTelemetryConfig struct { // The output format of the Dataproc Metastore service's logs. Default value: "JSON" Possible values: ["LEGACY", "JSON"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#log_format GoogleDataprocMetastoreService#log_format} LogFormat *string `field:"optional" json:"logFormat" yaml:"logFormat"` }
type GoogleDataprocMetastoreServiceTelemetryConfigOutputReference ¶
type GoogleDataprocMetastoreServiceTelemetryConfigOutputReference 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() *GoogleDataprocMetastoreServiceTelemetryConfig SetInternalValue(val *GoogleDataprocMetastoreServiceTelemetryConfig) LogFormat() *string SetLogFormat(val *string) LogFormatInput() *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 ResetLogFormat() // 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 NewGoogleDataprocMetastoreServiceTelemetryConfigOutputReference ¶
func NewGoogleDataprocMetastoreServiceTelemetryConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDataprocMetastoreServiceTelemetryConfigOutputReference
type GoogleDataprocMetastoreServiceTimeouts ¶
type GoogleDataprocMetastoreServiceTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#create GoogleDataprocMetastoreService#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#delete GoogleDataprocMetastoreService#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dataproc_metastore_service#update GoogleDataprocMetastoreService#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type GoogleDataprocMetastoreServiceTimeoutsOutputReference ¶
type GoogleDataprocMetastoreServiceTimeoutsOutputReference 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 NewGoogleDataprocMetastoreServiceTimeoutsOutputReference ¶
func NewGoogleDataprocMetastoreServiceTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDataprocMetastoreServiceTimeoutsOutputReference
Source Files ¶
- GoogleDataprocMetastoreService.go
- GoogleDataprocMetastoreServiceConfig.go
- GoogleDataprocMetastoreServiceEncryptionConfig.go
- GoogleDataprocMetastoreServiceEncryptionConfigOutputReference.go
- GoogleDataprocMetastoreServiceEncryptionConfigOutputReference__checks.go
- GoogleDataprocMetastoreServiceHiveMetastoreConfig.go
- GoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions.go
- GoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsList.go
- GoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsList__checks.go
- GoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsOutputReference.go
- GoogleDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsOutputReference__checks.go
- GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfig.go
- GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigKeytab.go
- GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigKeytabOutputReference.go
- GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigKeytabOutputReference__checks.go
- GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigOutputReference.go
- GoogleDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigOutputReference__checks.go
- GoogleDataprocMetastoreServiceHiveMetastoreConfigOutputReference.go
- GoogleDataprocMetastoreServiceHiveMetastoreConfigOutputReference__checks.go
- GoogleDataprocMetastoreServiceMaintenanceWindow.go
- GoogleDataprocMetastoreServiceMaintenanceWindowOutputReference.go
- GoogleDataprocMetastoreServiceMaintenanceWindowOutputReference__checks.go
- GoogleDataprocMetastoreServiceMetadataIntegration.go
- GoogleDataprocMetastoreServiceMetadataIntegrationDataCatalogConfig.go
- GoogleDataprocMetastoreServiceMetadataIntegrationDataCatalogConfigOutputReference.go
- GoogleDataprocMetastoreServiceMetadataIntegrationDataCatalogConfigOutputReference__checks.go
- GoogleDataprocMetastoreServiceMetadataIntegrationOutputReference.go
- GoogleDataprocMetastoreServiceMetadataIntegrationOutputReference__checks.go
- GoogleDataprocMetastoreServiceNetworkConfig.go
- GoogleDataprocMetastoreServiceNetworkConfigConsumers.go
- GoogleDataprocMetastoreServiceNetworkConfigConsumersList.go
- GoogleDataprocMetastoreServiceNetworkConfigConsumersList__checks.go
- GoogleDataprocMetastoreServiceNetworkConfigConsumersOutputReference.go
- GoogleDataprocMetastoreServiceNetworkConfigConsumersOutputReference__checks.go
- GoogleDataprocMetastoreServiceNetworkConfigOutputReference.go
- GoogleDataprocMetastoreServiceNetworkConfigOutputReference__checks.go
- GoogleDataprocMetastoreServiceScalingConfig.go
- GoogleDataprocMetastoreServiceScalingConfigOutputReference.go
- GoogleDataprocMetastoreServiceScalingConfigOutputReference__checks.go
- GoogleDataprocMetastoreServiceTelemetryConfig.go
- GoogleDataprocMetastoreServiceTelemetryConfigOutputReference.go
- GoogleDataprocMetastoreServiceTelemetryConfigOutputReference__checks.go
- GoogleDataprocMetastoreServiceTimeouts.go
- GoogleDataprocMetastoreServiceTimeoutsOutputReference.go
- GoogleDataprocMetastoreServiceTimeoutsOutputReference__checks.go
- GoogleDataprocMetastoreService__checks.go
- main.go