Documentation ¶
Index ¶
- func GoogleDataformRepository_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func GoogleDataformRepository_IsConstruct(x interface{}) *bool
- func GoogleDataformRepository_IsTerraformElement(x interface{}) *bool
- func GoogleDataformRepository_IsTerraformResource(x interface{}) *bool
- func GoogleDataformRepository_TfResourceType() *string
- func NewGoogleDataformRepositoryGitRemoteSettingsOutputReference_Override(g GoogleDataformRepositoryGitRemoteSettingsOutputReference, ...)
- func NewGoogleDataformRepositoryGitRemoteSettingsSshAuthenticationConfigOutputReference_Override(...)
- func NewGoogleDataformRepositoryTimeoutsOutputReference_Override(g GoogleDataformRepositoryTimeoutsOutputReference, ...)
- func NewGoogleDataformRepositoryWorkspaceCompilationOverridesOutputReference_Override(g GoogleDataformRepositoryWorkspaceCompilationOverridesOutputReference, ...)
- func NewGoogleDataformRepository_Override(g GoogleDataformRepository, scope constructs.Construct, id *string, ...)
- type GoogleDataformRepository
- type GoogleDataformRepositoryConfig
- type GoogleDataformRepositoryGitRemoteSettings
- type GoogleDataformRepositoryGitRemoteSettingsOutputReference
- type GoogleDataformRepositoryGitRemoteSettingsSshAuthenticationConfig
- type GoogleDataformRepositoryGitRemoteSettingsSshAuthenticationConfigOutputReference
- type GoogleDataformRepositoryTimeouts
- type GoogleDataformRepositoryTimeoutsOutputReference
- type GoogleDataformRepositoryWorkspaceCompilationOverrides
- type GoogleDataformRepositoryWorkspaceCompilationOverridesOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoogleDataformRepository_GenerateConfigForImport ¶
func GoogleDataformRepository_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a GoogleDataformRepository resource upon running "cdktf plan <stack-name>".
func GoogleDataformRepository_IsConstruct ¶
func GoogleDataformRepository_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 GoogleDataformRepository_IsTerraformElement ¶
func GoogleDataformRepository_IsTerraformElement(x interface{}) *bool
Experimental.
func GoogleDataformRepository_IsTerraformResource ¶
func GoogleDataformRepository_IsTerraformResource(x interface{}) *bool
Experimental.
func GoogleDataformRepository_TfResourceType ¶
func GoogleDataformRepository_TfResourceType() *string
func NewGoogleDataformRepositoryGitRemoteSettingsOutputReference_Override ¶
func NewGoogleDataformRepositoryGitRemoteSettingsOutputReference_Override(g GoogleDataformRepositoryGitRemoteSettingsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDataformRepositoryGitRemoteSettingsSshAuthenticationConfigOutputReference_Override ¶
func NewGoogleDataformRepositoryGitRemoteSettingsSshAuthenticationConfigOutputReference_Override(g GoogleDataformRepositoryGitRemoteSettingsSshAuthenticationConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDataformRepositoryTimeoutsOutputReference_Override ¶
func NewGoogleDataformRepositoryTimeoutsOutputReference_Override(g GoogleDataformRepositoryTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDataformRepositoryWorkspaceCompilationOverridesOutputReference_Override ¶
func NewGoogleDataformRepositoryWorkspaceCompilationOverridesOutputReference_Override(g GoogleDataformRepositoryWorkspaceCompilationOverridesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDataformRepository_Override ¶
func NewGoogleDataformRepository_Override(g GoogleDataformRepository, scope constructs.Construct, id *string, config *GoogleDataformRepositoryConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.6.0/docs/resources/google_dataform_repository google_dataform_repository} Resource.
Types ¶
type GoogleDataformRepository ¶
type GoogleDataformRepository interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string GitRemoteSettings() GoogleDataformRepositoryGitRemoteSettingsOutputReference GitRemoteSettingsInput() *GoogleDataformRepositoryGitRemoteSettings Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node Project() *string SetProject(val *string) ProjectInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} Region() *string SetRegion(val *string) RegionInput() *string ServiceAccount() *string SetServiceAccount(val *string) ServiceAccountInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() GoogleDataformRepositoryTimeoutsOutputReference TimeoutsInput() interface{} WorkspaceCompilationOverrides() GoogleDataformRepositoryWorkspaceCompilationOverridesOutputReference WorkspaceCompilationOverridesInput() *GoogleDataformRepositoryWorkspaceCompilationOverrides // 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. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutGitRemoteSettings(value *GoogleDataformRepositoryGitRemoteSettings) PutTimeouts(value *GoogleDataformRepositoryTimeouts) PutWorkspaceCompilationOverrides(value *GoogleDataformRepositoryWorkspaceCompilationOverrides) ResetGitRemoteSettings() ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() ResetRegion() ResetServiceAccount() ResetTimeouts() ResetWorkspaceCompilationOverrides() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.6.0/docs/resources/google_dataform_repository google_dataform_repository}.
func NewGoogleDataformRepository ¶
func NewGoogleDataformRepository(scope constructs.Construct, id *string, config *GoogleDataformRepositoryConfig) GoogleDataformRepository
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.6.0/docs/resources/google_dataform_repository google_dataform_repository} Resource.
type GoogleDataformRepositoryConfig ¶
type GoogleDataformRepositoryConfig 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"` // The repository's name. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.6.0/docs/resources/google_dataform_repository#name GoogleDataformRepository#name} Name *string `field:"required" json:"name" yaml:"name"` // git_remote_settings block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.6.0/docs/resources/google_dataform_repository#git_remote_settings GoogleDataformRepository#git_remote_settings} GitRemoteSettings *GoogleDataformRepositoryGitRemoteSettings `field:"optional" json:"gitRemoteSettings" yaml:"gitRemoteSettings"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.6.0/docs/resources/google_dataform_repository#id GoogleDataformRepository#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/hashicorp/google-beta/5.6.0/docs/resources/google_dataform_repository#project GoogleDataformRepository#project}. Project *string `field:"optional" json:"project" yaml:"project"` // A reference to the region. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.6.0/docs/resources/google_dataform_repository#region GoogleDataformRepository#region} Region *string `field:"optional" json:"region" yaml:"region"` // The service account to run workflow invocations under. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.6.0/docs/resources/google_dataform_repository#service_account GoogleDataformRepository#service_account} ServiceAccount *string `field:"optional" json:"serviceAccount" yaml:"serviceAccount"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.6.0/docs/resources/google_dataform_repository#timeouts GoogleDataformRepository#timeouts} Timeouts *GoogleDataformRepositoryTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // workspace_compilation_overrides block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.6.0/docs/resources/google_dataform_repository#workspace_compilation_overrides GoogleDataformRepository#workspace_compilation_overrides} WorkspaceCompilationOverrides *GoogleDataformRepositoryWorkspaceCompilationOverrides `field:"optional" json:"workspaceCompilationOverrides" yaml:"workspaceCompilationOverrides"` }
type GoogleDataformRepositoryGitRemoteSettings ¶
type GoogleDataformRepositoryGitRemoteSettings struct { // The Git remote's default branch name. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.6.0/docs/resources/google_dataform_repository#default_branch GoogleDataformRepository#default_branch} DefaultBranch *string `field:"required" json:"defaultBranch" yaml:"defaultBranch"` // The Git remote's URL. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.6.0/docs/resources/google_dataform_repository#url GoogleDataformRepository#url} Url *string `field:"required" json:"url" yaml:"url"` // The name of the Secret Manager secret version to use as an authentication token for Git operations. // // This secret is for assigning with HTTPS only(for SSH use 'ssh_authentication_config'). Must be in the format projects/* /secrets/* /versions/*. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.6.0/docs/resources/google_dataform_repository#authentication_token_secret_version GoogleDataformRepository#authentication_token_secret_version} // // Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space. AuthenticationTokenSecretVersion *string `field:"optional" json:"authenticationTokenSecretVersion" yaml:"authenticationTokenSecretVersion"` // ssh_authentication_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.6.0/docs/resources/google_dataform_repository#ssh_authentication_config GoogleDataformRepository#ssh_authentication_config} SshAuthenticationConfig *GoogleDataformRepositoryGitRemoteSettingsSshAuthenticationConfig `field:"optional" json:"sshAuthenticationConfig" yaml:"sshAuthenticationConfig"` }
type GoogleDataformRepositoryGitRemoteSettingsOutputReference ¶
type GoogleDataformRepositoryGitRemoteSettingsOutputReference interface { cdktf.ComplexObject AuthenticationTokenSecretVersion() *string SetAuthenticationTokenSecretVersion(val *string) AuthenticationTokenSecretVersionInput() *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 DefaultBranch() *string SetDefaultBranch(val *string) DefaultBranchInput() *string // Experimental. Fqn() *string InternalValue() *GoogleDataformRepositoryGitRemoteSettings SetInternalValue(val *GoogleDataformRepositoryGitRemoteSettings) SshAuthenticationConfig() GoogleDataformRepositoryGitRemoteSettingsSshAuthenticationConfigOutputReference SshAuthenticationConfigInput() *GoogleDataformRepositoryGitRemoteSettingsSshAuthenticationConfig // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TokenStatus() *string Url() *string SetUrl(val *string) UrlInput() *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 PutSshAuthenticationConfig(value *GoogleDataformRepositoryGitRemoteSettingsSshAuthenticationConfig) ResetAuthenticationTokenSecretVersion() ResetSshAuthenticationConfig() // 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 NewGoogleDataformRepositoryGitRemoteSettingsOutputReference ¶
func NewGoogleDataformRepositoryGitRemoteSettingsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDataformRepositoryGitRemoteSettingsOutputReference
type GoogleDataformRepositoryGitRemoteSettingsSshAuthenticationConfig ¶
type GoogleDataformRepositoryGitRemoteSettingsSshAuthenticationConfig struct { // Content of a public SSH key to verify an identity of a remote Git host. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.6.0/docs/resources/google_dataform_repository#host_public_key GoogleDataformRepository#host_public_key} HostPublicKey *string `field:"required" json:"hostPublicKey" yaml:"hostPublicKey"` // The name of the Secret Manager secret version to use as a ssh private key for Git operations. // // Must be in the format projects/* /secrets/* /versions/*. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.6.0/docs/resources/google_dataform_repository#user_private_key_secret_version GoogleDataformRepository#user_private_key_secret_version} // // Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space. UserPrivateKeySecretVersion *string `field:"required" json:"userPrivateKeySecretVersion" yaml:"userPrivateKeySecretVersion"` }
type GoogleDataformRepositoryGitRemoteSettingsSshAuthenticationConfigOutputReference ¶
type GoogleDataformRepositoryGitRemoteSettingsSshAuthenticationConfigOutputReference 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 HostPublicKey() *string SetHostPublicKey(val *string) HostPublicKeyInput() *string InternalValue() *GoogleDataformRepositoryGitRemoteSettingsSshAuthenticationConfig SetInternalValue(val *GoogleDataformRepositoryGitRemoteSettingsSshAuthenticationConfig) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) UserPrivateKeySecretVersion() *string SetUserPrivateKeySecretVersion(val *string) UserPrivateKeySecretVersionInput() *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 // 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 NewGoogleDataformRepositoryGitRemoteSettingsSshAuthenticationConfigOutputReference ¶
func NewGoogleDataformRepositoryGitRemoteSettingsSshAuthenticationConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDataformRepositoryGitRemoteSettingsSshAuthenticationConfigOutputReference
type GoogleDataformRepositoryTimeouts ¶
type GoogleDataformRepositoryTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.6.0/docs/resources/google_dataform_repository#create GoogleDataformRepository#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.6.0/docs/resources/google_dataform_repository#delete GoogleDataformRepository#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.6.0/docs/resources/google_dataform_repository#update GoogleDataformRepository#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type GoogleDataformRepositoryTimeoutsOutputReference ¶
type GoogleDataformRepositoryTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetDelete() ResetUpdate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleDataformRepositoryTimeoutsOutputReference ¶
func NewGoogleDataformRepositoryTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDataformRepositoryTimeoutsOutputReference
type GoogleDataformRepositoryWorkspaceCompilationOverrides ¶
type GoogleDataformRepositoryWorkspaceCompilationOverrides struct { // The default database (Google Cloud project ID). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.6.0/docs/resources/google_dataform_repository#default_database GoogleDataformRepository#default_database} DefaultDatabase *string `field:"optional" json:"defaultDatabase" yaml:"defaultDatabase"` // The suffix that should be appended to all schema (BigQuery dataset ID) names. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.6.0/docs/resources/google_dataform_repository#schema_suffix GoogleDataformRepository#schema_suffix} SchemaSuffix *string `field:"optional" json:"schemaSuffix" yaml:"schemaSuffix"` // The prefix that should be prepended to all table names. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.6.0/docs/resources/google_dataform_repository#table_prefix GoogleDataformRepository#table_prefix} TablePrefix *string `field:"optional" json:"tablePrefix" yaml:"tablePrefix"` }
type GoogleDataformRepositoryWorkspaceCompilationOverridesOutputReference ¶
type GoogleDataformRepositoryWorkspaceCompilationOverridesOutputReference 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 DefaultDatabase() *string SetDefaultDatabase(val *string) DefaultDatabaseInput() *string // Experimental. Fqn() *string InternalValue() *GoogleDataformRepositoryWorkspaceCompilationOverrides SetInternalValue(val *GoogleDataformRepositoryWorkspaceCompilationOverrides) SchemaSuffix() *string SetSchemaSuffix(val *string) SchemaSuffixInput() *string TablePrefix() *string SetTablePrefix(val *string) TablePrefixInput() *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 ResetDefaultDatabase() ResetSchemaSuffix() ResetTablePrefix() // 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 NewGoogleDataformRepositoryWorkspaceCompilationOverridesOutputReference ¶
func NewGoogleDataformRepositoryWorkspaceCompilationOverridesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDataformRepositoryWorkspaceCompilationOverridesOutputReference
Source Files ¶
- GoogleDataformRepository.go
- GoogleDataformRepositoryConfig.go
- GoogleDataformRepositoryGitRemoteSettings.go
- GoogleDataformRepositoryGitRemoteSettingsOutputReference.go
- GoogleDataformRepositoryGitRemoteSettingsOutputReference__checks.go
- GoogleDataformRepositoryGitRemoteSettingsSshAuthenticationConfig.go
- GoogleDataformRepositoryGitRemoteSettingsSshAuthenticationConfigOutputReference.go
- GoogleDataformRepositoryGitRemoteSettingsSshAuthenticationConfigOutputReference__checks.go
- GoogleDataformRepositoryTimeouts.go
- GoogleDataformRepositoryTimeoutsOutputReference.go
- GoogleDataformRepositoryTimeoutsOutputReference__checks.go
- GoogleDataformRepositoryWorkspaceCompilationOverrides.go
- GoogleDataformRepositoryWorkspaceCompilationOverridesOutputReference.go
- GoogleDataformRepositoryWorkspaceCompilationOverridesOutputReference__checks.go
- GoogleDataformRepository__checks.go
- main.go