Documentation ¶
Index ¶
- func DatabaseOld_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func DatabaseOld_IsConstruct(x interface{}) *bool
- func DatabaseOld_IsTerraformElement(x interface{}) *bool
- func DatabaseOld_IsTerraformResource(x interface{}) *bool
- func DatabaseOld_TfResourceType() *string
- func NewDatabaseOldReplicationConfigurationOutputReference_Override(d DatabaseOldReplicationConfigurationOutputReference, ...)
- func NewDatabaseOld_Override(d DatabaseOld, scope constructs.Construct, id *string, ...)
- type DatabaseOld
- type DatabaseOldConfig
- type DatabaseOldReplicationConfiguration
- type DatabaseOldReplicationConfigurationOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DatabaseOld_GenerateConfigForImport ¶
func DatabaseOld_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a DatabaseOld resource upon running "cdktf plan <stack-name>".
func DatabaseOld_IsConstruct ¶
func DatabaseOld_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 DatabaseOld_IsTerraformElement ¶
func DatabaseOld_IsTerraformElement(x interface{}) *bool
Experimental.
func DatabaseOld_IsTerraformResource ¶
func DatabaseOld_IsTerraformResource(x interface{}) *bool
Experimental.
func DatabaseOld_TfResourceType ¶
func DatabaseOld_TfResourceType() *string
func NewDatabaseOldReplicationConfigurationOutputReference_Override ¶
func NewDatabaseOldReplicationConfigurationOutputReference_Override(d DatabaseOldReplicationConfigurationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDatabaseOld_Override ¶
func NewDatabaseOld_Override(d DatabaseOld, scope constructs.Construct, id *string, config *DatabaseOldConfig)
Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/database_old snowflake_database_old} Resource.
Types ¶
type DatabaseOld ¶
type DatabaseOld interface { cdktf.TerraformResource // 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{}) DataRetentionTimeInDays() *float64 SetDataRetentionTimeInDays(val *float64) DataRetentionTimeInDaysInput() *float64 // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string FromDatabase() *string SetFromDatabase(val *string) FromDatabaseInput() *string FromReplica() *string SetFromReplica(val *string) FromReplicaInput() *string Id() *string SetId(val *string) IdInput() *string IsTransient() interface{} SetIsTransient(val interface{}) IsTransientInput() interface{} // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} ReplicationConfiguration() DatabaseOldReplicationConfigurationOutputReference ReplicationConfigurationInput() *DatabaseOldReplicationConfiguration // 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) PutReplicationConfiguration(value *DatabaseOldReplicationConfiguration) ResetComment() ResetDataRetentionTimeInDays() ResetFromDatabase() ResetFromReplica() ResetId() ResetIsTransient() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetReplicationConfiguration() 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/snowflake-labs/snowflake/0.94.0/docs/resources/database_old snowflake_database_old}.
func NewDatabaseOld ¶
func NewDatabaseOld(scope constructs.Construct, id *string, config *DatabaseOldConfig) DatabaseOld
Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/database_old snowflake_database_old} Resource.
type DatabaseOldConfig ¶
type DatabaseOldConfig 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"` // Specifies the identifier for the database; must be unique for your account. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/database_old#name DatabaseOld#name} Name *string `field:"required" json:"name" yaml:"name"` // Specifies a comment for the database. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/database_old#comment DatabaseOld#comment} Comment *string `field:"optional" json:"comment" yaml:"comment"` // Number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on the object. // // A value of 0 effectively disables Time Travel for the specified database. Default value for this field is set to -1, which is a fallback to use Snowflake default. For more information, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/database_old#data_retention_time_in_days DatabaseOld#data_retention_time_in_days} DataRetentionTimeInDays *float64 `field:"optional" json:"dataRetentionTimeInDays" yaml:"dataRetentionTimeInDays"` // Specify a database to create a clone from. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/database_old#from_database DatabaseOld#from_database} FromDatabase *string `field:"optional" json:"fromDatabase" yaml:"fromDatabase"` // Specify a fully-qualified path to a database to create a replica from. // // A fully qualified path follows the format of `"<organization_name>"."<account_name>"."<db_name>"`. An example would be: `"myorg1"."account1"."db1"` // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/database_old#from_replica DatabaseOld#from_replica} FromReplica *string `field:"optional" json:"fromReplica" yaml:"fromReplica"` // // As of version 0.87.0, the provider field is the account locator. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/database_old#from_share DatabaseOld#from_share} FromShare *map[string]*string `field:"optional" json:"fromShare" yaml:"fromShare"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/database_old#id DatabaseOld#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"` // Specifies a database as transient. // // Transient databases do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/database_old#is_transient DatabaseOld#is_transient} IsTransient interface{} `field:"optional" json:"isTransient" yaml:"isTransient"` // replication_configuration block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/database_old#replication_configuration DatabaseOld#replication_configuration} ReplicationConfiguration *DatabaseOldReplicationConfiguration `field:"optional" json:"replicationConfiguration" yaml:"replicationConfiguration"` }
type DatabaseOldReplicationConfiguration ¶
type DatabaseOldReplicationConfiguration struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/database_old#accounts DatabaseOld#accounts}. Accounts *[]*string `field:"required" json:"accounts" yaml:"accounts"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/database_old#ignore_edition_check DatabaseOld#ignore_edition_check}. IgnoreEditionCheck interface{} `field:"optional" json:"ignoreEditionCheck" yaml:"ignoreEditionCheck"` }
type DatabaseOldReplicationConfigurationOutputReference ¶
type DatabaseOldReplicationConfigurationOutputReference interface { cdktf.ComplexObject Accounts() *[]*string SetAccounts(val *[]*string) AccountsInput() *[]*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 IgnoreEditionCheck() interface{} SetIgnoreEditionCheck(val interface{}) IgnoreEditionCheckInput() interface{} InternalValue() *DatabaseOldReplicationConfiguration SetInternalValue(val *DatabaseOldReplicationConfiguration) // 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 ResetIgnoreEditionCheck() // 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 NewDatabaseOldReplicationConfigurationOutputReference ¶
func NewDatabaseOldReplicationConfigurationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DatabaseOldReplicationConfigurationOutputReference