Documentation ¶
Index ¶
- func NewVertexAiFeaturestoreEncryptionSpecOutputReference_Override(v VertexAiFeaturestoreEncryptionSpecOutputReference, ...)
- func NewVertexAiFeaturestoreOnlineServingConfigOutputReference_Override(v VertexAiFeaturestoreOnlineServingConfigOutputReference, ...)
- func NewVertexAiFeaturestoreOnlineServingConfigScalingOutputReference_Override(v VertexAiFeaturestoreOnlineServingConfigScalingOutputReference, ...)
- func NewVertexAiFeaturestoreTimeoutsOutputReference_Override(v VertexAiFeaturestoreTimeoutsOutputReference, ...)
- func NewVertexAiFeaturestore_Override(v VertexAiFeaturestore, scope constructs.Construct, id *string, ...)
- func VertexAiFeaturestore_IsConstruct(x interface{}) *bool
- func VertexAiFeaturestore_IsTerraformElement(x interface{}) *bool
- func VertexAiFeaturestore_IsTerraformResource(x interface{}) *bool
- func VertexAiFeaturestore_TfResourceType() *string
- type VertexAiFeaturestore
- type VertexAiFeaturestoreConfig
- type VertexAiFeaturestoreEncryptionSpec
- type VertexAiFeaturestoreEncryptionSpecOutputReference
- type VertexAiFeaturestoreOnlineServingConfig
- type VertexAiFeaturestoreOnlineServingConfigOutputReference
- type VertexAiFeaturestoreOnlineServingConfigScaling
- type VertexAiFeaturestoreOnlineServingConfigScalingOutputReference
- type VertexAiFeaturestoreTimeouts
- type VertexAiFeaturestoreTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewVertexAiFeaturestoreEncryptionSpecOutputReference_Override ¶
func NewVertexAiFeaturestoreEncryptionSpecOutputReference_Override(v VertexAiFeaturestoreEncryptionSpecOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewVertexAiFeaturestoreOnlineServingConfigOutputReference_Override ¶
func NewVertexAiFeaturestoreOnlineServingConfigOutputReference_Override(v VertexAiFeaturestoreOnlineServingConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewVertexAiFeaturestoreOnlineServingConfigScalingOutputReference_Override ¶
func NewVertexAiFeaturestoreOnlineServingConfigScalingOutputReference_Override(v VertexAiFeaturestoreOnlineServingConfigScalingOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewVertexAiFeaturestoreTimeoutsOutputReference_Override ¶
func NewVertexAiFeaturestoreTimeoutsOutputReference_Override(v VertexAiFeaturestoreTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewVertexAiFeaturestore_Override ¶
func NewVertexAiFeaturestore_Override(v VertexAiFeaturestore, scope constructs.Construct, id *string, config *VertexAiFeaturestoreConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/vertex_ai_featurestore google_vertex_ai_featurestore} Resource.
func VertexAiFeaturestore_IsConstruct ¶
func VertexAiFeaturestore_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 VertexAiFeaturestore_IsTerraformElement ¶
func VertexAiFeaturestore_IsTerraformElement(x interface{}) *bool
Experimental.
func VertexAiFeaturestore_IsTerraformResource ¶
func VertexAiFeaturestore_IsTerraformResource(x interface{}) *bool
Experimental.
func VertexAiFeaturestore_TfResourceType ¶
func VertexAiFeaturestore_TfResourceType() *string
Types ¶
type VertexAiFeaturestore ¶
type VertexAiFeaturestore interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CreateTime() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) EncryptionSpec() VertexAiFeaturestoreEncryptionSpecOutputReference EncryptionSpecInput() *VertexAiFeaturestoreEncryptionSpec Etag() *string ForceDestroy() interface{} SetForceDestroy(val interface{}) ForceDestroyInput() interface{} // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string 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) Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node OnlineServingConfig() VertexAiFeaturestoreOnlineServingConfigOutputReference OnlineServingConfigInput() *VertexAiFeaturestoreOnlineServingConfig 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{} Region() *string SetRegion(val *string) RegionInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() VertexAiFeaturestoreTimeoutsOutputReference TimeoutsInput() interface{} UpdateTime() *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. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutEncryptionSpec(value *VertexAiFeaturestoreEncryptionSpec) PutOnlineServingConfig(value *VertexAiFeaturestoreOnlineServingConfig) PutTimeouts(value *VertexAiFeaturestoreTimeouts) ResetEncryptionSpec() ResetForceDestroy() ResetId() ResetLabels() ResetName() ResetOnlineServingConfig() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() ResetRegion() 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/4.78.0/docs/resources/vertex_ai_featurestore google_vertex_ai_featurestore}.
func NewVertexAiFeaturestore ¶
func NewVertexAiFeaturestore(scope constructs.Construct, id *string, config *VertexAiFeaturestoreConfig) VertexAiFeaturestore
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/vertex_ai_featurestore google_vertex_ai_featurestore} Resource.
type VertexAiFeaturestoreConfig ¶
type VertexAiFeaturestoreConfig 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"` // encryption_spec block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/vertex_ai_featurestore#encryption_spec VertexAiFeaturestore#encryption_spec} EncryptionSpec *VertexAiFeaturestoreEncryptionSpec `field:"optional" json:"encryptionSpec" yaml:"encryptionSpec"` // If set to true, any EntityTypes and Features for this Featurestore will also be deleted. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/vertex_ai_featurestore#force_destroy VertexAiFeaturestore#force_destroy} ForceDestroy interface{} `field:"optional" json:"forceDestroy" yaml:"forceDestroy"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/vertex_ai_featurestore#id VertexAiFeaturestore#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"` // A set of key/value label pairs to assign to this Featurestore. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/vertex_ai_featurestore#labels VertexAiFeaturestore#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // The name of the Featurestore. // // This value may be up to 60 characters, and valid characters are [a-z0-9_]. The first character cannot be a number. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/vertex_ai_featurestore#name VertexAiFeaturestore#name} Name *string `field:"optional" json:"name" yaml:"name"` // online_serving_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/vertex_ai_featurestore#online_serving_config VertexAiFeaturestore#online_serving_config} OnlineServingConfig *VertexAiFeaturestoreOnlineServingConfig `field:"optional" json:"onlineServingConfig" yaml:"onlineServingConfig"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/vertex_ai_featurestore#project VertexAiFeaturestore#project}. Project *string `field:"optional" json:"project" yaml:"project"` // The region of the dataset. eg us-central1. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/vertex_ai_featurestore#region VertexAiFeaturestore#region} Region *string `field:"optional" json:"region" yaml:"region"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/vertex_ai_featurestore#timeouts VertexAiFeaturestore#timeouts} Timeouts *VertexAiFeaturestoreTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type VertexAiFeaturestoreEncryptionSpec ¶
type VertexAiFeaturestoreEncryptionSpec struct { // The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. // // Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/vertex_ai_featurestore#kms_key_name VertexAiFeaturestore#kms_key_name} KmsKeyName *string `field:"required" json:"kmsKeyName" yaml:"kmsKeyName"` }
type VertexAiFeaturestoreEncryptionSpecOutputReference ¶
type VertexAiFeaturestoreEncryptionSpecOutputReference 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() *VertexAiFeaturestoreEncryptionSpec SetInternalValue(val *VertexAiFeaturestoreEncryptionSpec) KmsKeyName() *string SetKmsKeyName(val *string) KmsKeyNameInput() *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 NewVertexAiFeaturestoreEncryptionSpecOutputReference ¶
func NewVertexAiFeaturestoreEncryptionSpecOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) VertexAiFeaturestoreEncryptionSpecOutputReference
type VertexAiFeaturestoreOnlineServingConfig ¶
type VertexAiFeaturestoreOnlineServingConfig struct { // The number of nodes for each cluster. // // The number of nodes will not scale automatically but can be scaled manually by providing different values when updating. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/vertex_ai_featurestore#fixed_node_count VertexAiFeaturestore#fixed_node_count} FixedNodeCount *float64 `field:"optional" json:"fixedNodeCount" yaml:"fixedNodeCount"` // scaling block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/vertex_ai_featurestore#scaling VertexAiFeaturestore#scaling} Scaling *VertexAiFeaturestoreOnlineServingConfigScaling `field:"optional" json:"scaling" yaml:"scaling"` }
type VertexAiFeaturestoreOnlineServingConfigOutputReference ¶
type VertexAiFeaturestoreOnlineServingConfigOutputReference 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 FixedNodeCount() *float64 SetFixedNodeCount(val *float64) FixedNodeCountInput() *float64 // Experimental. Fqn() *string InternalValue() *VertexAiFeaturestoreOnlineServingConfig SetInternalValue(val *VertexAiFeaturestoreOnlineServingConfig) Scaling() VertexAiFeaturestoreOnlineServingConfigScalingOutputReference ScalingInput() *VertexAiFeaturestoreOnlineServingConfigScaling // 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 PutScaling(value *VertexAiFeaturestoreOnlineServingConfigScaling) ResetFixedNodeCount() ResetScaling() // 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 NewVertexAiFeaturestoreOnlineServingConfigOutputReference ¶
func NewVertexAiFeaturestoreOnlineServingConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) VertexAiFeaturestoreOnlineServingConfigOutputReference
type VertexAiFeaturestoreOnlineServingConfigScaling ¶
type VertexAiFeaturestoreOnlineServingConfigScaling struct { // The maximum number of nodes to scale up to. // // Must be greater than minNodeCount, and less than or equal to 10 times of 'minNodeCount'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/vertex_ai_featurestore#max_node_count VertexAiFeaturestore#max_node_count} MaxNodeCount *float64 `field:"required" json:"maxNodeCount" yaml:"maxNodeCount"` // The minimum number of nodes to scale down to. Must be greater than or equal to 1. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/vertex_ai_featurestore#min_node_count VertexAiFeaturestore#min_node_count} MinNodeCount *float64 `field:"required" json:"minNodeCount" yaml:"minNodeCount"` }
type VertexAiFeaturestoreOnlineServingConfigScalingOutputReference ¶
type VertexAiFeaturestoreOnlineServingConfigScalingOutputReference 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() *VertexAiFeaturestoreOnlineServingConfigScaling SetInternalValue(val *VertexAiFeaturestoreOnlineServingConfigScaling) MaxNodeCount() *float64 SetMaxNodeCount(val *float64) MaxNodeCountInput() *float64 MinNodeCount() *float64 SetMinNodeCount(val *float64) MinNodeCountInput() *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 // 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 NewVertexAiFeaturestoreOnlineServingConfigScalingOutputReference ¶
func NewVertexAiFeaturestoreOnlineServingConfigScalingOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) VertexAiFeaturestoreOnlineServingConfigScalingOutputReference
type VertexAiFeaturestoreTimeouts ¶
type VertexAiFeaturestoreTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/vertex_ai_featurestore#create VertexAiFeaturestore#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/vertex_ai_featurestore#delete VertexAiFeaturestore#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/vertex_ai_featurestore#update VertexAiFeaturestore#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type VertexAiFeaturestoreTimeoutsOutputReference ¶
type VertexAiFeaturestoreTimeoutsOutputReference 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 NewVertexAiFeaturestoreTimeoutsOutputReference ¶
func NewVertexAiFeaturestoreTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) VertexAiFeaturestoreTimeoutsOutputReference
Source Files ¶
- VertexAiFeaturestore.go
- VertexAiFeaturestoreConfig.go
- VertexAiFeaturestoreEncryptionSpec.go
- VertexAiFeaturestoreEncryptionSpecOutputReference.go
- VertexAiFeaturestoreEncryptionSpecOutputReference__checks.go
- VertexAiFeaturestoreOnlineServingConfig.go
- VertexAiFeaturestoreOnlineServingConfigOutputReference.go
- VertexAiFeaturestoreOnlineServingConfigOutputReference__checks.go
- VertexAiFeaturestoreOnlineServingConfigScaling.go
- VertexAiFeaturestoreOnlineServingConfigScalingOutputReference.go
- VertexAiFeaturestoreOnlineServingConfigScalingOutputReference__checks.go
- VertexAiFeaturestoreTimeouts.go
- VertexAiFeaturestoreTimeoutsOutputReference.go
- VertexAiFeaturestoreTimeoutsOutputReference__checks.go
- VertexAiFeaturestore__checks.go
- main.go