Documentation ¶
Index ¶
- func DiscoveryEngineSearchEngine_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func DiscoveryEngineSearchEngine_IsConstruct(x interface{}) *bool
- func DiscoveryEngineSearchEngine_IsTerraformElement(x interface{}) *bool
- func DiscoveryEngineSearchEngine_IsTerraformResource(x interface{}) *bool
- func DiscoveryEngineSearchEngine_TfResourceType() *string
- func NewDiscoveryEngineSearchEngineCommonConfigOutputReference_Override(d DiscoveryEngineSearchEngineCommonConfigOutputReference, ...)
- func NewDiscoveryEngineSearchEngineSearchEngineConfigOutputReference_Override(d DiscoveryEngineSearchEngineSearchEngineConfigOutputReference, ...)
- func NewDiscoveryEngineSearchEngineTimeoutsOutputReference_Override(d DiscoveryEngineSearchEngineTimeoutsOutputReference, ...)
- func NewDiscoveryEngineSearchEngine_Override(d DiscoveryEngineSearchEngine, scope constructs.Construct, id *string, ...)
- type DiscoveryEngineSearchEngine
- type DiscoveryEngineSearchEngineCommonConfig
- type DiscoveryEngineSearchEngineCommonConfigOutputReference
- type DiscoveryEngineSearchEngineConfig
- type DiscoveryEngineSearchEngineSearchEngineConfig
- type DiscoveryEngineSearchEngineSearchEngineConfigOutputReference
- type DiscoveryEngineSearchEngineTimeouts
- type DiscoveryEngineSearchEngineTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DiscoveryEngineSearchEngine_GenerateConfigForImport ¶
func DiscoveryEngineSearchEngine_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a DiscoveryEngineSearchEngine resource upon running "cdktf plan <stack-name>".
func DiscoveryEngineSearchEngine_IsConstruct ¶
func DiscoveryEngineSearchEngine_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 DiscoveryEngineSearchEngine_IsTerraformElement ¶
func DiscoveryEngineSearchEngine_IsTerraformElement(x interface{}) *bool
Experimental.
func DiscoveryEngineSearchEngine_IsTerraformResource ¶
func DiscoveryEngineSearchEngine_IsTerraformResource(x interface{}) *bool
Experimental.
func DiscoveryEngineSearchEngine_TfResourceType ¶
func DiscoveryEngineSearchEngine_TfResourceType() *string
func NewDiscoveryEngineSearchEngineCommonConfigOutputReference_Override ¶
func NewDiscoveryEngineSearchEngineCommonConfigOutputReference_Override(d DiscoveryEngineSearchEngineCommonConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDiscoveryEngineSearchEngineSearchEngineConfigOutputReference_Override ¶
func NewDiscoveryEngineSearchEngineSearchEngineConfigOutputReference_Override(d DiscoveryEngineSearchEngineSearchEngineConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDiscoveryEngineSearchEngineTimeoutsOutputReference_Override ¶
func NewDiscoveryEngineSearchEngineTimeoutsOutputReference_Override(d DiscoveryEngineSearchEngineTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDiscoveryEngineSearchEngine_Override ¶
func NewDiscoveryEngineSearchEngine_Override(d DiscoveryEngineSearchEngine, scope constructs.Construct, id *string, config *DiscoveryEngineSearchEngineConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/discovery_engine_search_engine google_discovery_engine_search_engine} Resource.
Types ¶
type DiscoveryEngineSearchEngine ¶
type DiscoveryEngineSearchEngine interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack CollectionId() *string SetCollectionId(val *string) CollectionIdInput() *string CommonConfig() DiscoveryEngineSearchEngineCommonConfigOutputReference CommonConfigInput() *DiscoveryEngineSearchEngineCommonConfig // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CreateTime() *string DataStoreIds() *[]*string SetDataStoreIds(val *[]*string) DataStoreIdsInput() *[]*string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) DisplayName() *string SetDisplayName(val *string) DisplayNameInput() *string EngineId() *string SetEngineId(val *string) EngineIdInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string IndustryVertical() *string SetIndustryVertical(val *string) IndustryVerticalInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string Name() *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{}) // Experimental. RawOverrides() interface{} SearchEngineConfig() DiscoveryEngineSearchEngineSearchEngineConfigOutputReference SearchEngineConfigInput() *DiscoveryEngineSearchEngineSearchEngineConfig // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() DiscoveryEngineSearchEngineTimeoutsOutputReference TimeoutsInput() interface{} UpdateTime() *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) PutCommonConfig(value *DiscoveryEngineSearchEngineCommonConfig) PutSearchEngineConfig(value *DiscoveryEngineSearchEngineSearchEngineConfig) PutTimeouts(value *DiscoveryEngineSearchEngineTimeouts) ResetCommonConfig() ResetId() ResetIndustryVertical() // 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/6.13.0/docs/resources/discovery_engine_search_engine google_discovery_engine_search_engine}.
func NewDiscoveryEngineSearchEngine ¶
func NewDiscoveryEngineSearchEngine(scope constructs.Construct, id *string, config *DiscoveryEngineSearchEngineConfig) DiscoveryEngineSearchEngine
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/discovery_engine_search_engine google_discovery_engine_search_engine} Resource.
type DiscoveryEngineSearchEngineCommonConfig ¶
type DiscoveryEngineSearchEngineCommonConfig struct { // The name of the company, business or entity that is associated with the engine. // // Setting this may help improve LLM related features.cd // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/discovery_engine_search_engine#company_name DiscoveryEngineSearchEngine#company_name} CompanyName *string `field:"optional" json:"companyName" yaml:"companyName"` }
type DiscoveryEngineSearchEngineCommonConfigOutputReference ¶
type DiscoveryEngineSearchEngineCommonConfigOutputReference interface { cdktf.ComplexObject CompanyName() *string SetCompanyName(val *string) CompanyNameInput() *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() *DiscoveryEngineSearchEngineCommonConfig SetInternalValue(val *DiscoveryEngineSearchEngineCommonConfig) // 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 ResetCompanyName() // 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 NewDiscoveryEngineSearchEngineCommonConfigOutputReference ¶
func NewDiscoveryEngineSearchEngineCommonConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DiscoveryEngineSearchEngineCommonConfigOutputReference
type DiscoveryEngineSearchEngineConfig ¶
type DiscoveryEngineSearchEngineConfig 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 collection ID. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/discovery_engine_search_engine#collection_id DiscoveryEngineSearchEngine#collection_id} CollectionId *string `field:"required" json:"collectionId" yaml:"collectionId"` // The data stores associated with this engine. // // For SOLUTION_TYPE_SEARCH type of engines, they can only associate with at most one data store. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/discovery_engine_search_engine#data_store_ids DiscoveryEngineSearchEngine#data_store_ids} DataStoreIds *[]*string `field:"required" json:"dataStoreIds" yaml:"dataStoreIds"` // Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/discovery_engine_search_engine#display_name DiscoveryEngineSearchEngine#display_name} DisplayName *string `field:"required" json:"displayName" yaml:"displayName"` // Unique ID to use for Search Engine App. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/discovery_engine_search_engine#engine_id DiscoveryEngineSearchEngine#engine_id} EngineId *string `field:"required" json:"engineId" yaml:"engineId"` // Location. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/discovery_engine_search_engine#location DiscoveryEngineSearchEngine#location} Location *string `field:"required" json:"location" yaml:"location"` // search_engine_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/discovery_engine_search_engine#search_engine_config DiscoveryEngineSearchEngine#search_engine_config} SearchEngineConfig *DiscoveryEngineSearchEngineSearchEngineConfig `field:"required" json:"searchEngineConfig" yaml:"searchEngineConfig"` // common_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/discovery_engine_search_engine#common_config DiscoveryEngineSearchEngine#common_config} CommonConfig *DiscoveryEngineSearchEngineCommonConfig `field:"optional" json:"commonConfig" yaml:"commonConfig"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/discovery_engine_search_engine#id DiscoveryEngineSearchEngine#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"` // The industry vertical that the engine registers. // // The restriction of the Engine industry vertical is based on DataStore: If unspecified, default to GENERIC. Vertical on Engine has to match vertical of the DataStore liniked to the engine. Default value: "GENERIC" Possible values: ["GENERIC", "MEDIA", "HEALTHCARE_FHIR"] // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/discovery_engine_search_engine#industry_vertical DiscoveryEngineSearchEngine#industry_vertical} IndustryVertical *string `field:"optional" json:"industryVertical" yaml:"industryVertical"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/discovery_engine_search_engine#project DiscoveryEngineSearchEngine#project}. Project *string `field:"optional" json:"project" yaml:"project"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/discovery_engine_search_engine#timeouts DiscoveryEngineSearchEngine#timeouts} Timeouts *DiscoveryEngineSearchEngineTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type DiscoveryEngineSearchEngineSearchEngineConfig ¶
type DiscoveryEngineSearchEngineSearchEngineConfig struct { // The add-on that this search engine enables. Possible values: ["SEARCH_ADD_ON_LLM"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/discovery_engine_search_engine#search_add_ons DiscoveryEngineSearchEngine#search_add_ons} SearchAddOns *[]*string `field:"optional" json:"searchAddOns" yaml:"searchAddOns"` // The search feature tier of this engine. // // Defaults to SearchTier.SEARCH_TIER_STANDARD if not specified. Default value: "SEARCH_TIER_STANDARD" Possible values: ["SEARCH_TIER_STANDARD", "SEARCH_TIER_ENTERPRISE"] // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/discovery_engine_search_engine#search_tier DiscoveryEngineSearchEngine#search_tier} SearchTier *string `field:"optional" json:"searchTier" yaml:"searchTier"` }
type DiscoveryEngineSearchEngineSearchEngineConfigOutputReference ¶
type DiscoveryEngineSearchEngineSearchEngineConfigOutputReference 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() *DiscoveryEngineSearchEngineSearchEngineConfig SetInternalValue(val *DiscoveryEngineSearchEngineSearchEngineConfig) SearchAddOns() *[]*string SetSearchAddOns(val *[]*string) SearchAddOnsInput() *[]*string SearchTier() *string SetSearchTier(val *string) SearchTierInput() *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 ResetSearchAddOns() ResetSearchTier() // 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 NewDiscoveryEngineSearchEngineSearchEngineConfigOutputReference ¶
func NewDiscoveryEngineSearchEngineSearchEngineConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DiscoveryEngineSearchEngineSearchEngineConfigOutputReference
type DiscoveryEngineSearchEngineTimeouts ¶
type DiscoveryEngineSearchEngineTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/discovery_engine_search_engine#create DiscoveryEngineSearchEngine#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/discovery_engine_search_engine#delete DiscoveryEngineSearchEngine#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/discovery_engine_search_engine#update DiscoveryEngineSearchEngine#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type DiscoveryEngineSearchEngineTimeoutsOutputReference ¶
type DiscoveryEngineSearchEngineTimeoutsOutputReference 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 NewDiscoveryEngineSearchEngineTimeoutsOutputReference ¶
func NewDiscoveryEngineSearchEngineTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DiscoveryEngineSearchEngineTimeoutsOutputReference
Source Files ¶
- DiscoveryEngineSearchEngine.go
- DiscoveryEngineSearchEngineCommonConfig.go
- DiscoveryEngineSearchEngineCommonConfigOutputReference.go
- DiscoveryEngineSearchEngineCommonConfigOutputReference__checks.go
- DiscoveryEngineSearchEngineConfig.go
- DiscoveryEngineSearchEngineSearchEngineConfig.go
- DiscoveryEngineSearchEngineSearchEngineConfigOutputReference.go
- DiscoveryEngineSearchEngineSearchEngineConfigOutputReference__checks.go
- DiscoveryEngineSearchEngineTimeouts.go
- DiscoveryEngineSearchEngineTimeoutsOutputReference.go
- DiscoveryEngineSearchEngineTimeoutsOutputReference__checks.go
- DiscoveryEngineSearchEngine__checks.go
- main.go