Documentation ¶
Index ¶
- func NewStorageCredentialAwsIamRoleOutputReference_Override(s StorageCredentialAwsIamRoleOutputReference, ...)
- func NewStorageCredentialAzureManagedIdentityOutputReference_Override(s StorageCredentialAzureManagedIdentityOutputReference, ...)
- func NewStorageCredentialAzureServicePrincipalOutputReference_Override(s StorageCredentialAzureServicePrincipalOutputReference, ...)
- func NewStorageCredentialDatabricksGcpServiceAccountOutputReference_Override(s StorageCredentialDatabricksGcpServiceAccountOutputReference, ...)
- func NewStorageCredentialGcpServiceAccountKeyOutputReference_Override(s StorageCredentialGcpServiceAccountKeyOutputReference, ...)
- func NewStorageCredential_Override(s StorageCredential, scope constructs.Construct, id *string, ...)
- func StorageCredential_IsConstruct(x interface{}) *bool
- func StorageCredential_IsTerraformElement(x interface{}) *bool
- func StorageCredential_IsTerraformResource(x interface{}) *bool
- func StorageCredential_TfResourceType() *string
- type StorageCredential
- type StorageCredentialAwsIamRole
- type StorageCredentialAwsIamRoleOutputReference
- type StorageCredentialAzureManagedIdentity
- type StorageCredentialAzureManagedIdentityOutputReference
- type StorageCredentialAzureServicePrincipal
- type StorageCredentialAzureServicePrincipalOutputReference
- type StorageCredentialConfig
- type StorageCredentialDatabricksGcpServiceAccount
- type StorageCredentialDatabricksGcpServiceAccountOutputReference
- type StorageCredentialGcpServiceAccountKey
- type StorageCredentialGcpServiceAccountKeyOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewStorageCredentialAwsIamRoleOutputReference_Override ¶
func NewStorageCredentialAwsIamRoleOutputReference_Override(s StorageCredentialAwsIamRoleOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewStorageCredentialAzureManagedIdentityOutputReference_Override ¶
func NewStorageCredentialAzureManagedIdentityOutputReference_Override(s StorageCredentialAzureManagedIdentityOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewStorageCredentialAzureServicePrincipalOutputReference_Override ¶
func NewStorageCredentialAzureServicePrincipalOutputReference_Override(s StorageCredentialAzureServicePrincipalOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewStorageCredentialDatabricksGcpServiceAccountOutputReference_Override ¶
func NewStorageCredentialDatabricksGcpServiceAccountOutputReference_Override(s StorageCredentialDatabricksGcpServiceAccountOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewStorageCredentialGcpServiceAccountKeyOutputReference_Override ¶
func NewStorageCredentialGcpServiceAccountKeyOutputReference_Override(s StorageCredentialGcpServiceAccountKeyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewStorageCredential_Override ¶
func NewStorageCredential_Override(s StorageCredential, scope constructs.Construct, id *string, config *StorageCredentialConfig)
Create a new {@link https://registry.terraform.io/providers/databricks/databricks/1.28.0/docs/resources/storage_credential databricks_storage_credential} Resource.
func StorageCredential_IsConstruct ¶
func StorageCredential_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 StorageCredential_IsTerraformElement ¶
func StorageCredential_IsTerraformElement(x interface{}) *bool
Experimental.
func StorageCredential_IsTerraformResource ¶
func StorageCredential_IsTerraformResource(x interface{}) *bool
Experimental.
func StorageCredential_TfResourceType ¶
func StorageCredential_TfResourceType() *string
Types ¶
type StorageCredential ¶
type StorageCredential interface { cdktf.TerraformResource AwsIamRole() StorageCredentialAwsIamRoleOutputReference AwsIamRoleInput() *StorageCredentialAwsIamRole AzureManagedIdentity() StorageCredentialAzureManagedIdentityOutputReference AzureManagedIdentityInput() *StorageCredentialAzureManagedIdentity AzureServicePrincipal() StorageCredentialAzureServicePrincipalOutputReference AzureServicePrincipalInput() *StorageCredentialAzureServicePrincipal // Experimental. CdktfStack() cdktf.TerraformStack Comment() *string SetComment(val *string) CommentInput() *string // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) DatabricksGcpServiceAccount() StorageCredentialDatabricksGcpServiceAccountOutputReference DatabricksGcpServiceAccountInput() *StorageCredentialDatabricksGcpServiceAccount // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) ForceDestroy() interface{} SetForceDestroy(val interface{}) ForceDestroyInput() interface{} // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string GcpServiceAccountKey() StorageCredentialGcpServiceAccountKeyOutputReference GcpServiceAccountKeyInput() *StorageCredentialGcpServiceAccountKey Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) MetastoreId() *string SetMetastoreId(val *string) MetastoreIdInput() *string Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node Owner() *string SetOwner(val *string) OwnerInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} ReadOnly() interface{} SetReadOnly(val interface{}) ReadOnlyInput() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *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) PutAwsIamRole(value *StorageCredentialAwsIamRole) PutAzureManagedIdentity(value *StorageCredentialAzureManagedIdentity) PutAzureServicePrincipal(value *StorageCredentialAzureServicePrincipal) PutDatabricksGcpServiceAccount(value *StorageCredentialDatabricksGcpServiceAccount) PutGcpServiceAccountKey(value *StorageCredentialGcpServiceAccountKey) ResetAwsIamRole() ResetAzureManagedIdentity() ResetAzureServicePrincipal() ResetComment() ResetDatabricksGcpServiceAccount() ResetForceDestroy() ResetGcpServiceAccountKey() ResetId() ResetMetastoreId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetOwner() ResetReadOnly() 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/databricks/databricks/1.28.0/docs/resources/storage_credential databricks_storage_credential}.
func NewStorageCredential ¶
func NewStorageCredential(scope constructs.Construct, id *string, config *StorageCredentialConfig) StorageCredential
Create a new {@link https://registry.terraform.io/providers/databricks/databricks/1.28.0/docs/resources/storage_credential databricks_storage_credential} Resource.
type StorageCredentialAwsIamRole ¶
type StorageCredentialAwsIamRole struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.28.0/docs/resources/storage_credential#role_arn StorageCredential#role_arn}. RoleArn *string `field:"required" json:"roleArn" yaml:"roleArn"` }
type StorageCredentialAwsIamRoleOutputReference ¶
type StorageCredentialAwsIamRoleOutputReference 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() *StorageCredentialAwsIamRole SetInternalValue(val *StorageCredentialAwsIamRole) RoleArn() *string SetRoleArn(val *string) RoleArnInput() *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 NewStorageCredentialAwsIamRoleOutputReference ¶
func NewStorageCredentialAwsIamRoleOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) StorageCredentialAwsIamRoleOutputReference
type StorageCredentialAzureManagedIdentity ¶
type StorageCredentialAzureManagedIdentity struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.28.0/docs/resources/storage_credential#access_connector_id StorageCredential#access_connector_id}. AccessConnectorId *string `field:"required" json:"accessConnectorId" yaml:"accessConnectorId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.28.0/docs/resources/storage_credential#credential_id StorageCredential#credential_id}. CredentialId *string `field:"optional" json:"credentialId" yaml:"credentialId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.28.0/docs/resources/storage_credential#managed_identity_id StorageCredential#managed_identity_id}. ManagedIdentityId *string `field:"optional" json:"managedIdentityId" yaml:"managedIdentityId"` }
type StorageCredentialAzureManagedIdentityOutputReference ¶
type StorageCredentialAzureManagedIdentityOutputReference interface { cdktf.ComplexObject AccessConnectorId() *string SetAccessConnectorId(val *string) AccessConnectorIdInput() *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 CredentialId() *string SetCredentialId(val *string) CredentialIdInput() *string // Experimental. Fqn() *string InternalValue() *StorageCredentialAzureManagedIdentity SetInternalValue(val *StorageCredentialAzureManagedIdentity) ManagedIdentityId() *string SetManagedIdentityId(val *string) ManagedIdentityIdInput() *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 ResetCredentialId() ResetManagedIdentityId() // 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 NewStorageCredentialAzureManagedIdentityOutputReference ¶
func NewStorageCredentialAzureManagedIdentityOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) StorageCredentialAzureManagedIdentityOutputReference
type StorageCredentialAzureServicePrincipal ¶
type StorageCredentialAzureServicePrincipal struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.28.0/docs/resources/storage_credential#application_id StorageCredential#application_id}. ApplicationId *string `field:"required" json:"applicationId" yaml:"applicationId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.28.0/docs/resources/storage_credential#client_secret StorageCredential#client_secret}. ClientSecret *string `field:"required" json:"clientSecret" yaml:"clientSecret"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.28.0/docs/resources/storage_credential#directory_id StorageCredential#directory_id}. DirectoryId *string `field:"required" json:"directoryId" yaml:"directoryId"` }
type StorageCredentialAzureServicePrincipalOutputReference ¶
type StorageCredentialAzureServicePrincipalOutputReference interface { cdktf.ComplexObject ApplicationId() *string SetApplicationId(val *string) ApplicationIdInput() *string ClientSecret() *string SetClientSecret(val *string) ClientSecretInput() *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 DirectoryId() *string SetDirectoryId(val *string) DirectoryIdInput() *string // Experimental. Fqn() *string InternalValue() *StorageCredentialAzureServicePrincipal SetInternalValue(val *StorageCredentialAzureServicePrincipal) // 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 NewStorageCredentialAzureServicePrincipalOutputReference ¶
func NewStorageCredentialAzureServicePrincipalOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) StorageCredentialAzureServicePrincipalOutputReference
type StorageCredentialConfig ¶
type StorageCredentialConfig 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"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.28.0/docs/resources/storage_credential#name StorageCredential#name}. Name *string `field:"required" json:"name" yaml:"name"` // aws_iam_role block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.28.0/docs/resources/storage_credential#aws_iam_role StorageCredential#aws_iam_role} AwsIamRole *StorageCredentialAwsIamRole `field:"optional" json:"awsIamRole" yaml:"awsIamRole"` // azure_managed_identity block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.28.0/docs/resources/storage_credential#azure_managed_identity StorageCredential#azure_managed_identity} AzureManagedIdentity *StorageCredentialAzureManagedIdentity `field:"optional" json:"azureManagedIdentity" yaml:"azureManagedIdentity"` // azure_service_principal block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.28.0/docs/resources/storage_credential#azure_service_principal StorageCredential#azure_service_principal} AzureServicePrincipal *StorageCredentialAzureServicePrincipal `field:"optional" json:"azureServicePrincipal" yaml:"azureServicePrincipal"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.28.0/docs/resources/storage_credential#comment StorageCredential#comment}. Comment *string `field:"optional" json:"comment" yaml:"comment"` // databricks_gcp_service_account block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.28.0/docs/resources/storage_credential#databricks_gcp_service_account StorageCredential#databricks_gcp_service_account} DatabricksGcpServiceAccount *StorageCredentialDatabricksGcpServiceAccount `field:"optional" json:"databricksGcpServiceAccount" yaml:"databricksGcpServiceAccount"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.28.0/docs/resources/storage_credential#force_destroy StorageCredential#force_destroy}. ForceDestroy interface{} `field:"optional" json:"forceDestroy" yaml:"forceDestroy"` // gcp_service_account_key block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.28.0/docs/resources/storage_credential#gcp_service_account_key StorageCredential#gcp_service_account_key} GcpServiceAccountKey *StorageCredentialGcpServiceAccountKey `field:"optional" json:"gcpServiceAccountKey" yaml:"gcpServiceAccountKey"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.28.0/docs/resources/storage_credential#id StorageCredential#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"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.28.0/docs/resources/storage_credential#metastore_id StorageCredential#metastore_id}. MetastoreId *string `field:"optional" json:"metastoreId" yaml:"metastoreId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.28.0/docs/resources/storage_credential#owner StorageCredential#owner}. Owner *string `field:"optional" json:"owner" yaml:"owner"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.28.0/docs/resources/storage_credential#read_only StorageCredential#read_only}. ReadOnly interface{} `field:"optional" json:"readOnly" yaml:"readOnly"` }
type StorageCredentialDatabricksGcpServiceAccount ¶
type StorageCredentialDatabricksGcpServiceAccount struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.28.0/docs/resources/storage_credential#credential_id StorageCredential#credential_id}. CredentialId *string `field:"optional" json:"credentialId" yaml:"credentialId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.28.0/docs/resources/storage_credential#email StorageCredential#email}. Email *string `field:"optional" json:"email" yaml:"email"` }
type StorageCredentialDatabricksGcpServiceAccountOutputReference ¶
type StorageCredentialDatabricksGcpServiceAccountOutputReference 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 CredentialId() *string SetCredentialId(val *string) CredentialIdInput() *string Email() *string SetEmail(val *string) EmailInput() *string // Experimental. Fqn() *string InternalValue() *StorageCredentialDatabricksGcpServiceAccount SetInternalValue(val *StorageCredentialDatabricksGcpServiceAccount) // 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 ResetCredentialId() ResetEmail() // 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 NewStorageCredentialDatabricksGcpServiceAccountOutputReference ¶
func NewStorageCredentialDatabricksGcpServiceAccountOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) StorageCredentialDatabricksGcpServiceAccountOutputReference
type StorageCredentialGcpServiceAccountKey ¶
type StorageCredentialGcpServiceAccountKey struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.28.0/docs/resources/storage_credential#email StorageCredential#email}. Email *string `field:"required" json:"email" yaml:"email"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.28.0/docs/resources/storage_credential#private_key StorageCredential#private_key}. PrivateKey *string `field:"required" json:"privateKey" yaml:"privateKey"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.28.0/docs/resources/storage_credential#private_key_id StorageCredential#private_key_id}. PrivateKeyId *string `field:"required" json:"privateKeyId" yaml:"privateKeyId"` }
type StorageCredentialGcpServiceAccountKeyOutputReference ¶
type StorageCredentialGcpServiceAccountKeyOutputReference 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 Email() *string SetEmail(val *string) EmailInput() *string // Experimental. Fqn() *string InternalValue() *StorageCredentialGcpServiceAccountKey SetInternalValue(val *StorageCredentialGcpServiceAccountKey) PrivateKey() *string SetPrivateKey(val *string) PrivateKeyId() *string SetPrivateKeyId(val *string) PrivateKeyIdInput() *string PrivateKeyInput() *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 NewStorageCredentialGcpServiceAccountKeyOutputReference ¶
func NewStorageCredentialGcpServiceAccountKeyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) StorageCredentialGcpServiceAccountKeyOutputReference
Source Files ¶
- StorageCredential.go
- StorageCredentialAwsIamRole.go
- StorageCredentialAwsIamRoleOutputReference.go
- StorageCredentialAwsIamRoleOutputReference__checks.go
- StorageCredentialAzureManagedIdentity.go
- StorageCredentialAzureManagedIdentityOutputReference.go
- StorageCredentialAzureManagedIdentityOutputReference__checks.go
- StorageCredentialAzureServicePrincipal.go
- StorageCredentialAzureServicePrincipalOutputReference.go
- StorageCredentialAzureServicePrincipalOutputReference__checks.go
- StorageCredentialConfig.go
- StorageCredentialDatabricksGcpServiceAccount.go
- StorageCredentialDatabricksGcpServiceAccountOutputReference.go
- StorageCredentialDatabricksGcpServiceAccountOutputReference__checks.go
- StorageCredentialGcpServiceAccountKey.go
- StorageCredentialGcpServiceAccountKeyOutputReference.go
- StorageCredentialGcpServiceAccountKeyOutputReference__checks.go
- StorageCredential__checks.go
- main.go