Versions in this module Expand all Collapse all v11 v11.0.0 Oct 16, 2023 Changes in this version + func MwsCustomerManagedKeys_IsConstruct(x interface{}) *bool + func MwsCustomerManagedKeys_IsTerraformElement(x interface{}) *bool + func MwsCustomerManagedKeys_IsTerraformResource(x interface{}) *bool + func MwsCustomerManagedKeys_TfResourceType() *string + func NewMwsCustomerManagedKeysAwsKeyInfoOutputReference_Override(m MwsCustomerManagedKeysAwsKeyInfoOutputReference, ...) + func NewMwsCustomerManagedKeysGcpKeyInfoOutputReference_Override(m MwsCustomerManagedKeysGcpKeyInfoOutputReference, ...) + func NewMwsCustomerManagedKeys_Override(m MwsCustomerManagedKeys, scope constructs.Construct, id *string, ...) + type MwsCustomerManagedKeys interface + AccountId func() *string + AccountIdInput func() *string + AddOverride func(path *string, value interface{}) + AwsKeyInfo func() MwsCustomerManagedKeysAwsKeyInfoOutputReference + AwsKeyInfoInput func() *MwsCustomerManagedKeysAwsKeyInfo + CdktfStack func() cdktf.TerraformStack + Connection func() interface{} + ConstructNodeMetadata func() *map[string]interface{} + Count func() interface{} + CreationTime func() *float64 + CreationTimeInput func() *float64 + CustomerManagedKeyId func() *string + CustomerManagedKeyIdInput func() *string + DependsOn func() *[]*string + ForEach func() cdktf.ITerraformIterator + Fqn func() *string + FriendlyUniqueId func() *string + GcpKeyInfo func() MwsCustomerManagedKeysGcpKeyInfoOutputReference + GcpKeyInfoInput func() *MwsCustomerManagedKeysGcpKeyInfo + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + Id func() *string + IdInput func() *string + InterpolationForAttribute func(terraformAttribute *string) cdktf.IResolvable + Lifecycle func() *cdktf.TerraformResourceLifecycle + Node func() constructs.Node + OverrideLogicalId func(newLogicalId *string) + Provider func() cdktf.TerraformProvider + Provisioners func() *[]interface{} + PutAwsKeyInfo func(value *MwsCustomerManagedKeysAwsKeyInfo) + PutGcpKeyInfo func(value *MwsCustomerManagedKeysGcpKeyInfo) + RawOverrides func() interface{} + ResetAwsKeyInfo func() + ResetCreationTime func() + ResetCustomerManagedKeyId func() + ResetGcpKeyInfo func() + ResetId func() + ResetOverrideLogicalId func() + SetAccountId func(val *string) + SetConnection func(val interface{}) + SetCount func(val interface{}) + SetCreationTime func(val *float64) + SetCustomerManagedKeyId func(val *string) + SetDependsOn func(val *[]*string) + SetForEach func(val cdktf.ITerraformIterator) + SetId func(val *string) + SetLifecycle func(val *cdktf.TerraformResourceLifecycle) + SetProvider func(val cdktf.TerraformProvider) + SetProvisioners func(val *[]interface{}) + SetUseCases func(val *[]*string) + SynthesizeAttributes func() *map[string]interface{} + TerraformGeneratorMetadata func() *cdktf.TerraformProviderGeneratorMetadata + TerraformMetaArguments func() *map[string]interface{} + TerraformResourceType func() *string + ToMetadata func() interface{} + ToString func() *string + ToTerraform func() interface{} + UseCases func() *[]*string + UseCasesInput func() *[]*string + func NewMwsCustomerManagedKeys(scope constructs.Construct, id *string, config *MwsCustomerManagedKeysConfig) MwsCustomerManagedKeys + type MwsCustomerManagedKeysAwsKeyInfo struct + KeyAlias *string + KeyArn *string + KeyRegion *string + type MwsCustomerManagedKeysAwsKeyInfoOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *MwsCustomerManagedKeysAwsKeyInfo + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + KeyAlias func() *string + KeyAliasInput func() *string + KeyArn func() *string + KeyArnInput func() *string + KeyRegion func() *string + KeyRegionInput func() *string + ResetKeyRegion func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *MwsCustomerManagedKeysAwsKeyInfo) + SetKeyAlias func(val *string) + SetKeyArn func(val *string) + SetKeyRegion func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewMwsCustomerManagedKeysAwsKeyInfoOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MwsCustomerManagedKeysAwsKeyInfoOutputReference + type MwsCustomerManagedKeysConfig struct + AccountId *string + AwsKeyInfo *MwsCustomerManagedKeysAwsKeyInfo + Connection interface{} + Count interface{} + CreationTime *float64 + CustomerManagedKeyId *string + DependsOn *[]cdktf.ITerraformDependable + ForEach cdktf.ITerraformIterator + GcpKeyInfo *MwsCustomerManagedKeysGcpKeyInfo + Id *string + Lifecycle *cdktf.TerraformResourceLifecycle + Provider cdktf.TerraformProvider + Provisioners *[]interface{} + UseCases *[]*string + type MwsCustomerManagedKeysGcpKeyInfo struct + KmsKeyId *string + type MwsCustomerManagedKeysGcpKeyInfoOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *MwsCustomerManagedKeysGcpKeyInfo + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + KmsKeyId func() *string + KmsKeyIdInput func() *string + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *MwsCustomerManagedKeysGcpKeyInfo) + SetKmsKeyId func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewMwsCustomerManagedKeysGcpKeyInfoOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MwsCustomerManagedKeysGcpKeyInfoOutputReference Other modules containing this package github.com/cdktf/cdktf-provider-databricks-go/databricks/v10 github.com/cdktf/cdktf-provider-databricks-go/databricks/v12 github.com/cdktf/cdktf-provider-databricks-go/databricks/v13 github.com/cdktf/cdktf-provider-databricks-go/databricks/v3 github.com/cdktf/cdktf-provider-databricks-go/databricks/v4 github.com/cdktf/cdktf-provider-databricks-go/databricks/v5 github.com/cdktf/cdktf-provider-databricks-go/databricks/v6 github.com/cdktf/cdktf-provider-databricks-go/databricks/v7 github.com/cdktf/cdktf-provider-databricks-go/databricks/v8 github.com/cdktf/cdktf-provider-databricks-go/databricks/v9