Documentation ¶
Index ¶
- func NewSharePluginframeworkObjectList_Override(s SharePluginframeworkObjectList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewSharePluginframeworkObjectOutputReference_Override(s SharePluginframeworkObjectOutputReference, ...)
- func NewSharePluginframeworkObjectPartitionList_Override(s SharePluginframeworkObjectPartitionList, ...)
- func NewSharePluginframeworkObjectPartitionOutputReference_Override(s SharePluginframeworkObjectPartitionOutputReference, ...)
- func NewSharePluginframeworkObjectPartitionValueList_Override(s SharePluginframeworkObjectPartitionValueList, ...)
- func NewSharePluginframeworkObjectPartitionValueOutputReference_Override(s SharePluginframeworkObjectPartitionValueOutputReference, ...)
- func NewSharePluginframework_Override(s SharePluginframework, scope constructs.Construct, id *string, ...)
- func SharePluginframework_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func SharePluginframework_IsConstruct(x interface{}) *bool
- func SharePluginframework_IsTerraformElement(x interface{}) *bool
- func SharePluginframework_IsTerraformResource(x interface{}) *bool
- func SharePluginframework_TfResourceType() *string
- type SharePluginframework
- type SharePluginframeworkConfig
- type SharePluginframeworkObject
- type SharePluginframeworkObjectList
- type SharePluginframeworkObjectOutputReference
- type SharePluginframeworkObjectPartition
- type SharePluginframeworkObjectPartitionList
- type SharePluginframeworkObjectPartitionOutputReference
- type SharePluginframeworkObjectPartitionValue
- type SharePluginframeworkObjectPartitionValueList
- type SharePluginframeworkObjectPartitionValueOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSharePluginframeworkObjectList_Override ¶
func NewSharePluginframeworkObjectList_Override(s SharePluginframeworkObjectList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewSharePluginframeworkObjectOutputReference_Override ¶
func NewSharePluginframeworkObjectOutputReference_Override(s SharePluginframeworkObjectOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewSharePluginframeworkObjectPartitionList_Override ¶
func NewSharePluginframeworkObjectPartitionList_Override(s SharePluginframeworkObjectPartitionList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewSharePluginframeworkObjectPartitionOutputReference_Override ¶
func NewSharePluginframeworkObjectPartitionOutputReference_Override(s SharePluginframeworkObjectPartitionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewSharePluginframeworkObjectPartitionValueList_Override ¶
func NewSharePluginframeworkObjectPartitionValueList_Override(s SharePluginframeworkObjectPartitionValueList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewSharePluginframeworkObjectPartitionValueOutputReference_Override ¶
func NewSharePluginframeworkObjectPartitionValueOutputReference_Override(s SharePluginframeworkObjectPartitionValueOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewSharePluginframework_Override ¶
func NewSharePluginframework_Override(s SharePluginframework, scope constructs.Construct, id *string, config *SharePluginframeworkConfig)
Create a new {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/share_pluginframework databricks_share_pluginframework} Resource.
func SharePluginframework_GenerateConfigForImport ¶
func SharePluginframework_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a SharePluginframework resource upon running "cdktf plan <stack-name>".
func SharePluginframework_IsConstruct ¶
func SharePluginframework_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 SharePluginframework_IsTerraformElement ¶
func SharePluginframework_IsTerraformElement(x interface{}) *bool
Experimental.
func SharePluginframework_IsTerraformResource ¶
func SharePluginframework_IsTerraformResource(x interface{}) *bool
Experimental.
func SharePluginframework_TfResourceType ¶
func SharePluginframework_TfResourceType() *string
Types ¶
type SharePluginframework ¶
type SharePluginframework interface { cdktf.TerraformResource // Experimental. Connection() interface{} SetConnection(val interface{}) ConstructNodeMetadata() *map[string]interface{} Count() interface{} // Experimental. DependsOn() *[]*string // Experimental. ForEach() cdktf.ITerraformIterator SetForEach(val cdktf.ITerraformIterator) Fqn() *string FriendlyUniqueId() *string Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. // The tree node. Provider() cdktf.TerraformProvider SetProvider(val cdktf.TerraformProvider) Provisioners() *[]interface{} SetProvisioners(val *[]interface{}) // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata TerraformMetaArguments() *map[string]interface{} // Experimental. // Experimental. AddMoveTarget(moveTarget *string) AddOverride(path *string, value interface{}) GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool GetListAttribute(terraformAttribute *string) *[]*string GetNumberAttribute(terraformAttribute *string) *float64 GetNumberListAttribute(terraformAttribute *string) *[]*float64 GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 GetStringAttribute(terraformAttribute *string) *string GetStringMapAttribute(terraformAttribute *string) *map[string]*string HasResourceMove() interface{} ImportFrom(id *string, provider cdktf.TerraformProvider) InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Experimental. MoveTo(moveTarget *string, index interface{}) // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ToHclTerraform() interface{} ToMetadata() interface{} ToString() *string // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/share_pluginframework databricks_share_pluginframework}.
func NewSharePluginframework ¶
func NewSharePluginframework(scope constructs.Construct, id *string, config *SharePluginframeworkConfig) SharePluginframework
Create a new {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/share_pluginframework databricks_share_pluginframework} Resource.
type SharePluginframeworkConfig ¶
type SharePluginframeworkConfig struct { cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` Name *string `field:"required" json:"name" yaml:"name"` Comment *string `field:"optional" json:"comment" yaml:"comment"` // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/share_pluginframework#object SharePluginframework#object} Object interface{} `field:"optional" json:"object" yaml:"object"` Owner *string `field:"optional" json:"owner" yaml:"owner"` StorageLocation *string `field:"optional" json:"storageLocation" yaml:"storageLocation"` StorageRoot *string `field:"optional" json:"storageRoot" yaml:"storageRoot"` }Connection interface{} `field:"optional" json:"connection" yaml:"connection"` Count interface{} `field:"optional" json:"count" yaml:"count"` DependsOn *[]
type SharePluginframeworkObject ¶
type SharePluginframeworkObject struct { string `field:"required" json:"dataObjectType" yaml:"dataObjectType"` Name *string `field:"required" json:"name" yaml:"name"` CdfEnabled interface{} `field:"optional" json:"cdfEnabled" yaml:"cdfEnabled"` Comment *string `field:"optional" json:"comment" yaml:"comment"` Content *string `field:"optional" json:"content" yaml:"content"` HistoryDataSharingStatus *string `field:"optional" json:"historyDataSharingStatus" yaml:"historyDataSharingStatus"` // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/share_pluginframework#partition SharePluginframework#partition} Partition interface{} `field:"optional" json:"partition" yaml:"partition"` SharedAs *string `field:"optional" json:"sharedAs" yaml:"sharedAs"` StartVersion *float64 `field:"optional" json:"startVersion" yaml:"startVersion"` StringSharedAs *string `field:"optional" json:"stringSharedAs" yaml:"stringSharedAs"` }DataObjectType *
type SharePluginframeworkObjectList ¶
type SharePluginframeworkObjectList interface { cdktf.ComplexList // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. // The attribute on the parent resource this class is referencing. // The parent resource. // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewSharePluginframeworkObjectList ¶
func NewSharePluginframeworkObjectList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SharePluginframeworkObjectList
type SharePluginframeworkObjectOutputReference ¶
type SharePluginframeworkObjectOutputReference interface { cdktf.ComplexObject // Experimental. ComplexObjectIndex() interface{} SetComplexObjectIndex(val interface{}) // Experimental. ComplexObjectIsFromSet() *bool // Experimental. // 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. // Experimental. TerraformAttribute() *string SetTerraformAttribute(val *string) TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) ComputeFqn() *string GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool GetListAttribute(terraformAttribute *string) *[]*string GetNumberAttribute(terraformAttribute *string) *float64 GetNumberListAttribute(terraformAttribute *string) *[]*float64 GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 GetStringAttribute(terraformAttribute *string) *string GetStringMapAttribute(terraformAttribute *string) *map[string]*string InterpolationAsList() cdktf.IResolvable // Experimental. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewSharePluginframeworkObjectOutputReference ¶
func NewSharePluginframeworkObjectOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) SharePluginframeworkObjectOutputReference
type SharePluginframeworkObjectPartition ¶
type SharePluginframeworkObjectPartition struct { // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/resources/share_pluginframework#value SharePluginframework#value} Value interface{} `field:"optional" json:"value" yaml:"value"` }
type SharePluginframeworkObjectPartitionList ¶
type SharePluginframeworkObjectPartitionList interface { cdktf.ComplexList // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. // The attribute on the parent resource this class is referencing. // The parent resource. // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewSharePluginframeworkObjectPartitionList ¶
func NewSharePluginframeworkObjectPartitionList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SharePluginframeworkObjectPartitionList
type SharePluginframeworkObjectPartitionOutputReference ¶
type SharePluginframeworkObjectPartitionOutputReference interface { cdktf.ComplexObject // Experimental. ComplexObjectIndex() interface{} SetComplexObjectIndex(val interface{}) // Experimental. ComplexObjectIsFromSet() *bool SetComplexObjectIsFromSet(val *bool) // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. TerraformAttribute() *string SetTerraformAttribute(val *string) TerraformResource() cdktf.IInterpolatingParent // Experimental. ComputeFqn() *string GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool GetListAttribute(terraformAttribute *string) *[]*string GetNumberAttribute(terraformAttribute *string) *float64 GetNumberListAttribute(terraformAttribute *string) *[]*float64 GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 GetStringAttribute(terraformAttribute *string) *string GetStringMapAttribute(terraformAttribute *string) *map[string]*string InterpolationAsList() cdktf.IResolvable // Experimental. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewSharePluginframeworkObjectPartitionOutputReference ¶
func NewSharePluginframeworkObjectPartitionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) SharePluginframeworkObjectPartitionOutputReference
type SharePluginframeworkObjectPartitionValue ¶
type SharePluginframeworkObjectPartitionValue struct { string `field:"required" json:"name" yaml:"name"` Op *string `field:"required" json:"op" yaml:"op"` RecipientPropertyKey *string `field:"optional" json:"recipientPropertyKey" yaml:"recipientPropertyKey"` Value *string `field:"optional" json:"value" yaml:"value"` }Name *
type SharePluginframeworkObjectPartitionValueList ¶
type SharePluginframeworkObjectPartitionValueList interface { cdktf.ComplexList // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. // The attribute on the parent resource this class is referencing. // The parent resource. // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewSharePluginframeworkObjectPartitionValueList ¶
func NewSharePluginframeworkObjectPartitionValueList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SharePluginframeworkObjectPartitionValueList
type SharePluginframeworkObjectPartitionValueOutputReference ¶
type SharePluginframeworkObjectPartitionValueOutputReference interface { cdktf.ComplexObject // Experimental. ComplexObjectIndex() interface{} SetComplexObjectIndex(val interface{}) // Experimental. ComplexObjectIsFromSet() *bool SetComplexObjectIsFromSet(val *bool) // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. TerraformAttribute() *string SetTerraformAttribute(val *string) TerraformResource() cdktf.IInterpolatingParent // Experimental. ComputeFqn() *string GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool GetListAttribute(terraformAttribute *string) *[]*string GetNumberAttribute(terraformAttribute *string) *float64 GetNumberListAttribute(terraformAttribute *string) *[]*float64 GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 GetStringAttribute(terraformAttribute *string) *string GetStringMapAttribute(terraformAttribute *string) *map[string]*string InterpolationAsList() cdktf.IResolvable // Experimental. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewSharePluginframeworkObjectPartitionValueOutputReference ¶
func NewSharePluginframeworkObjectPartitionValueOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) SharePluginframeworkObjectPartitionValueOutputReference
Source Files ¶
- SharePluginframework.go
- SharePluginframeworkConfig.go
- SharePluginframeworkObject.go
- SharePluginframeworkObjectList.go
- SharePluginframeworkObjectList__checks.go
- SharePluginframeworkObjectOutputReference.go
- SharePluginframeworkObjectOutputReference__checks.go
- SharePluginframeworkObjectPartition.go
- SharePluginframeworkObjectPartitionList.go
- SharePluginframeworkObjectPartitionList__checks.go
- SharePluginframeworkObjectPartitionOutputReference.go
- SharePluginframeworkObjectPartitionOutputReference__checks.go
- SharePluginframeworkObjectPartitionValue.go
- SharePluginframeworkObjectPartitionValueList.go
- SharePluginframeworkObjectPartitionValueList__checks.go
- SharePluginframeworkObjectPartitionValueOutputReference.go
- SharePluginframeworkObjectPartitionValueOutputReference__checks.go
- SharePluginframework__checks.go
- main.go