Documentation ¶
Index ¶
- func NewStorageCredentialAwsIamRoleOutputReference_Override(s StorageCredentialAwsIamRoleOutputReference, ...)
- func NewStorageCredentialAzureManagedIdentityOutputReference_Override(s StorageCredentialAzureManagedIdentityOutputReference, ...)
- func NewStorageCredentialAzureServicePrincipalOutputReference_Override(s StorageCredentialAzureServicePrincipalOutputReference, ...)
- func NewStorageCredentialCloudflareApiTokenOutputReference_Override(s StorageCredentialCloudflareApiTokenOutputReference, ...)
- func NewStorageCredentialDatabricksGcpServiceAccountOutputReference_Override(s StorageCredentialDatabricksGcpServiceAccountOutputReference, ...)
- func NewStorageCredentialGcpServiceAccountKeyOutputReference_Override(s StorageCredentialGcpServiceAccountKeyOutputReference, ...)
- func NewStorageCredential_Override(s StorageCredential, scope constructs.Construct, id *string, ...)
- func StorageCredential_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- 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 StorageCredentialCloudflareApiToken
- type StorageCredentialCloudflareApiTokenOutputReference
- 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 NewStorageCredentialCloudflareApiTokenOutputReference_Override ¶ added in v13.15.2
func NewStorageCredentialCloudflareApiTokenOutputReference_Override(s StorageCredentialCloudflareApiTokenOutputReference, 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.64.1/docs/resources/storage_credential databricks_storage_credential} Resource.
func StorageCredential_GenerateConfigForImport ¶
func StorageCredential_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a StorageCredential resource upon running "cdktf plan <stack-name>".
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 CloudflareApiToken() StorageCredentialCloudflareApiTokenOutputReference CloudflareApiTokenInput() *StorageCredentialCloudflareApiToken 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{} ForceUpdate() interface{} SetForceUpdate(val interface{}) ForceUpdateInput() 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 IsolationMode() *string SetIsolationMode(val *string) IsolationModeInput() *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{} SkipValidation() interface{} SetSkipValidation(val interface{}) SkipValidationInput() interface{} StorageCredentialId() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *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) PutAwsIamRole(value *StorageCredentialAwsIamRole) PutAzureManagedIdentity(value *StorageCredentialAzureManagedIdentity) PutAzureServicePrincipal(value *StorageCredentialAzureServicePrincipal) PutCloudflareApiToken(value *StorageCredentialCloudflareApiToken) PutDatabricksGcpServiceAccount(value *StorageCredentialDatabricksGcpServiceAccount) PutGcpServiceAccountKey(value *StorageCredentialGcpServiceAccountKey) ResetAwsIamRole() ResetAzureManagedIdentity() ResetAzureServicePrincipal() ResetCloudflareApiToken() ResetComment() ResetDatabricksGcpServiceAccount() ResetForceDestroy() ResetForceUpdate() ResetGcpServiceAccountKey() ResetId() ResetIsolationMode() ResetMetastoreId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetOwner() ResetReadOnly() ResetSkipValidation() 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/databricks/databricks/1.64.1/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.64.1/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.64.1/docs/resources/storage_credential#role_arn StorageCredential#role_arn}. RoleArn *string `field:"required" json:"roleArn" yaml:"roleArn"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.64.1/docs/resources/storage_credential#external_id StorageCredential#external_id}. ExternalId *string `field:"optional" json:"externalId" yaml:"externalId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.64.1/docs/resources/storage_credential#unity_catalog_iam_arn StorageCredential#unity_catalog_iam_arn}. UnityCatalogIamArn *string `field:"optional" json:"unityCatalogIamArn" yaml:"unityCatalogIamArn"` }
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 ExternalId() *string SetExternalId(val *string) ExternalIdInput() *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) UnityCatalogIamArn() *string SetUnityCatalogIamArn(val *string) UnityCatalogIamArnInput() *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 ResetExternalId() ResetUnityCatalogIamArn() // 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.64.1/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.64.1/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.64.1/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.64.1/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.64.1/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.64.1/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 StorageCredentialCloudflareApiToken ¶ added in v13.15.2
type StorageCredentialCloudflareApiToken struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.64.1/docs/resources/storage_credential#access_key_id StorageCredential#access_key_id}. AccessKeyId *string `field:"required" json:"accessKeyId" yaml:"accessKeyId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.64.1/docs/resources/storage_credential#account_id StorageCredential#account_id}. AccountId *string `field:"required" json:"accountId" yaml:"accountId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.64.1/docs/resources/storage_credential#secret_access_key StorageCredential#secret_access_key}. SecretAccessKey *string `field:"required" json:"secretAccessKey" yaml:"secretAccessKey"` }
type StorageCredentialCloudflareApiTokenOutputReference ¶ added in v13.15.2
type StorageCredentialCloudflareApiTokenOutputReference interface { cdktf.ComplexObject AccessKeyId() *string SetAccessKeyId(val *string) AccessKeyIdInput() *string AccountId() *string SetAccountId(val *string) AccountIdInput() *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() *StorageCredentialCloudflareApiToken SetInternalValue(val *StorageCredentialCloudflareApiToken) SecretAccessKey() *string SetSecretAccessKey(val *string) SecretAccessKeyInput() *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 NewStorageCredentialCloudflareApiTokenOutputReference ¶ added in v13.15.2
func NewStorageCredentialCloudflareApiTokenOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) StorageCredentialCloudflareApiTokenOutputReference
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.64.1/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.64.1/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.64.1/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.64.1/docs/resources/storage_credential#azure_service_principal StorageCredential#azure_service_principal} AzureServicePrincipal *StorageCredentialAzureServicePrincipal `field:"optional" json:"azureServicePrincipal" yaml:"azureServicePrincipal"` // cloudflare_api_token block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.64.1/docs/resources/storage_credential#cloudflare_api_token StorageCredential#cloudflare_api_token} CloudflareApiToken *StorageCredentialCloudflareApiToken `field:"optional" json:"cloudflareApiToken" yaml:"cloudflareApiToken"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.64.1/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.64.1/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.64.1/docs/resources/storage_credential#force_destroy StorageCredential#force_destroy}. ForceDestroy interface{} `field:"optional" json:"forceDestroy" yaml:"forceDestroy"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.64.1/docs/resources/storage_credential#force_update StorageCredential#force_update}. ForceUpdate interface{} `field:"optional" json:"forceUpdate" yaml:"forceUpdate"` // gcp_service_account_key block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.64.1/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.64.1/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.64.1/docs/resources/storage_credential#isolation_mode StorageCredential#isolation_mode}. IsolationMode *string `field:"optional" json:"isolationMode" yaml:"isolationMode"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.64.1/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.64.1/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.64.1/docs/resources/storage_credential#read_only StorageCredential#read_only}. ReadOnly interface{} `field:"optional" json:"readOnly" yaml:"readOnly"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.64.1/docs/resources/storage_credential#skip_validation StorageCredential#skip_validation}. SkipValidation interface{} `field:"optional" json:"skipValidation" yaml:"skipValidation"` }
type StorageCredentialDatabricksGcpServiceAccount ¶
type StorageCredentialDatabricksGcpServiceAccount struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.64.1/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.64.1/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.64.1/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.64.1/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.64.1/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
- StorageCredentialCloudflareApiToken.go
- StorageCredentialCloudflareApiTokenOutputReference.go
- StorageCredentialCloudflareApiTokenOutputReference__checks.go
- StorageCredentialConfig.go
- StorageCredentialDatabricksGcpServiceAccount.go
- StorageCredentialDatabricksGcpServiceAccountOutputReference.go
- StorageCredentialDatabricksGcpServiceAccountOutputReference__checks.go
- StorageCredentialGcpServiceAccountKey.go
- StorageCredentialGcpServiceAccountKeyOutputReference.go
- StorageCredentialGcpServiceAccountKeyOutputReference__checks.go
- StorageCredential__checks.go
- main.go