Documentation ¶
Index ¶
- func GoogleDatabaseMigrationServiceConnectionProfile_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func GoogleDatabaseMigrationServiceConnectionProfile_IsConstruct(x interface{}) *bool
- func GoogleDatabaseMigrationServiceConnectionProfile_IsTerraformElement(x interface{}) *bool
- func GoogleDatabaseMigrationServiceConnectionProfile_IsTerraformResource(x interface{}) *bool
- func GoogleDatabaseMigrationServiceConnectionProfile_TfResourceType() *string
- func NewGoogleDatabaseMigrationServiceConnectionProfileAlloydbOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfileAlloydbOutputReference, ...)
- func NewGoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsInitialUserOutputReference_Override(...)
- func NewGoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsOutputReference_Override(...)
- func NewGoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsMachineConfigOutputReference_Override(...)
- func NewGoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsOutputReference_Override(...)
- func NewGoogleDatabaseMigrationServiceConnectionProfileCloudsqlOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfileCloudsqlOutputReference, ...)
- func NewGoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworksList_Override(...)
- func NewGoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworksOutputReference_Override(...)
- func NewGoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigOutputReference_Override(...)
- func NewGoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsOutputReference_Override(...)
- func NewGoogleDatabaseMigrationServiceConnectionProfileErrorList_Override(g GoogleDatabaseMigrationServiceConnectionProfileErrorList, ...)
- func NewGoogleDatabaseMigrationServiceConnectionProfileErrorOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfileErrorOutputReference, ...)
- func NewGoogleDatabaseMigrationServiceConnectionProfileMysqlOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfileMysqlOutputReference, ...)
- func NewGoogleDatabaseMigrationServiceConnectionProfileMysqlSslOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfileMysqlSslOutputReference, ...)
- func NewGoogleDatabaseMigrationServiceConnectionProfileOracleForwardSshConnectivityOutputReference_Override(...)
- func NewGoogleDatabaseMigrationServiceConnectionProfileOracleOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfileOracleOutputReference, ...)
- func NewGoogleDatabaseMigrationServiceConnectionProfileOraclePrivateConnectivityOutputReference_Override(...)
- func NewGoogleDatabaseMigrationServiceConnectionProfileOracleSslOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfileOracleSslOutputReference, ...)
- func NewGoogleDatabaseMigrationServiceConnectionProfileOracleStaticServiceIpConnectivityOutputReference_Override(...)
- func NewGoogleDatabaseMigrationServiceConnectionProfilePostgresqlOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfilePostgresqlOutputReference, ...)
- func NewGoogleDatabaseMigrationServiceConnectionProfilePostgresqlSslOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfilePostgresqlSslOutputReference, ...)
- func NewGoogleDatabaseMigrationServiceConnectionProfileTimeoutsOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfileTimeoutsOutputReference, ...)
- func NewGoogleDatabaseMigrationServiceConnectionProfile_Override(g GoogleDatabaseMigrationServiceConnectionProfile, scope constructs.Construct, ...)
- type GoogleDatabaseMigrationServiceConnectionProfile
- type GoogleDatabaseMigrationServiceConnectionProfileAlloydb
- type GoogleDatabaseMigrationServiceConnectionProfileAlloydbOutputReference
- type GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettings
- type GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsInitialUser
- type GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsInitialUserOutputReference
- type GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsOutputReference
- type GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettings
- type GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsMachineConfig
- type GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsMachineConfigOutputReference
- type GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsOutputReference
- type GoogleDatabaseMigrationServiceConnectionProfileCloudsql
- type GoogleDatabaseMigrationServiceConnectionProfileCloudsqlOutputReference
- type GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettings
- type GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfig
- type GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworks
- type GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworksList
- type GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworksOutputReference
- type GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigOutputReference
- type GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsOutputReference
- type GoogleDatabaseMigrationServiceConnectionProfileConfig
- type GoogleDatabaseMigrationServiceConnectionProfileError
- type GoogleDatabaseMigrationServiceConnectionProfileErrorList
- type GoogleDatabaseMigrationServiceConnectionProfileErrorOutputReference
- type GoogleDatabaseMigrationServiceConnectionProfileMysql
- type GoogleDatabaseMigrationServiceConnectionProfileMysqlOutputReference
- type GoogleDatabaseMigrationServiceConnectionProfileMysqlSsl
- type GoogleDatabaseMigrationServiceConnectionProfileMysqlSslOutputReference
- type GoogleDatabaseMigrationServiceConnectionProfileOracle
- type GoogleDatabaseMigrationServiceConnectionProfileOracleForwardSshConnectivity
- type GoogleDatabaseMigrationServiceConnectionProfileOracleForwardSshConnectivityOutputReference
- type GoogleDatabaseMigrationServiceConnectionProfileOracleOutputReference
- type GoogleDatabaseMigrationServiceConnectionProfileOraclePrivateConnectivity
- type GoogleDatabaseMigrationServiceConnectionProfileOraclePrivateConnectivityOutputReference
- type GoogleDatabaseMigrationServiceConnectionProfileOracleSsl
- type GoogleDatabaseMigrationServiceConnectionProfileOracleSslOutputReference
- type GoogleDatabaseMigrationServiceConnectionProfileOracleStaticServiceIpConnectivity
- type GoogleDatabaseMigrationServiceConnectionProfileOracleStaticServiceIpConnectivityOutputReference
- type GoogleDatabaseMigrationServiceConnectionProfilePostgresql
- type GoogleDatabaseMigrationServiceConnectionProfilePostgresqlOutputReference
- type GoogleDatabaseMigrationServiceConnectionProfilePostgresqlSsl
- type GoogleDatabaseMigrationServiceConnectionProfilePostgresqlSslOutputReference
- type GoogleDatabaseMigrationServiceConnectionProfileTimeouts
- type GoogleDatabaseMigrationServiceConnectionProfileTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoogleDatabaseMigrationServiceConnectionProfile_GenerateConfigForImport ¶
func GoogleDatabaseMigrationServiceConnectionProfile_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a GoogleDatabaseMigrationServiceConnectionProfile resource upon running "cdktf plan <stack-name>".
func GoogleDatabaseMigrationServiceConnectionProfile_IsConstruct ¶
func GoogleDatabaseMigrationServiceConnectionProfile_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 GoogleDatabaseMigrationServiceConnectionProfile_IsTerraformElement ¶
func GoogleDatabaseMigrationServiceConnectionProfile_IsTerraformElement(x interface{}) *bool
Experimental.
func GoogleDatabaseMigrationServiceConnectionProfile_IsTerraformResource ¶
func GoogleDatabaseMigrationServiceConnectionProfile_IsTerraformResource(x interface{}) *bool
Experimental.
func GoogleDatabaseMigrationServiceConnectionProfile_TfResourceType ¶
func GoogleDatabaseMigrationServiceConnectionProfile_TfResourceType() *string
func NewGoogleDatabaseMigrationServiceConnectionProfileAlloydbOutputReference_Override ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileAlloydbOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfileAlloydbOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsInitialUserOutputReference_Override ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsInitialUserOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsInitialUserOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsOutputReference_Override ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsMachineConfigOutputReference_Override ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsMachineConfigOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsMachineConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsOutputReference_Override ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDatabaseMigrationServiceConnectionProfileCloudsqlOutputReference_Override ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileCloudsqlOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfileCloudsqlOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworksList_Override ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworksList_Override(g GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworksList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworksOutputReference_Override ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworksOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworksOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigOutputReference_Override ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsOutputReference_Override ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDatabaseMigrationServiceConnectionProfileErrorList_Override ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileErrorList_Override(g GoogleDatabaseMigrationServiceConnectionProfileErrorList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleDatabaseMigrationServiceConnectionProfileErrorOutputReference_Override ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileErrorOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfileErrorOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleDatabaseMigrationServiceConnectionProfileMysqlOutputReference_Override ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileMysqlOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfileMysqlOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDatabaseMigrationServiceConnectionProfileMysqlSslOutputReference_Override ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileMysqlSslOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfileMysqlSslOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDatabaseMigrationServiceConnectionProfileOracleForwardSshConnectivityOutputReference_Override ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileOracleForwardSshConnectivityOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfileOracleForwardSshConnectivityOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDatabaseMigrationServiceConnectionProfileOracleOutputReference_Override ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileOracleOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfileOracleOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDatabaseMigrationServiceConnectionProfileOraclePrivateConnectivityOutputReference_Override ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileOraclePrivateConnectivityOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfileOraclePrivateConnectivityOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDatabaseMigrationServiceConnectionProfileOracleSslOutputReference_Override ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileOracleSslOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfileOracleSslOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDatabaseMigrationServiceConnectionProfileOracleStaticServiceIpConnectivityOutputReference_Override ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileOracleStaticServiceIpConnectivityOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfileOracleStaticServiceIpConnectivityOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDatabaseMigrationServiceConnectionProfilePostgresqlOutputReference_Override ¶
func NewGoogleDatabaseMigrationServiceConnectionProfilePostgresqlOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfilePostgresqlOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDatabaseMigrationServiceConnectionProfilePostgresqlSslOutputReference_Override ¶
func NewGoogleDatabaseMigrationServiceConnectionProfilePostgresqlSslOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfilePostgresqlSslOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDatabaseMigrationServiceConnectionProfileTimeoutsOutputReference_Override ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileTimeoutsOutputReference_Override(g GoogleDatabaseMigrationServiceConnectionProfileTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDatabaseMigrationServiceConnectionProfile_Override ¶
func NewGoogleDatabaseMigrationServiceConnectionProfile_Override(g GoogleDatabaseMigrationServiceConnectionProfile, scope constructs.Construct, id *string, config *GoogleDatabaseMigrationServiceConnectionProfileConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile google_database_migration_service_connection_profile} Resource.
Types ¶
type GoogleDatabaseMigrationServiceConnectionProfile ¶
type GoogleDatabaseMigrationServiceConnectionProfile interface { cdktf.TerraformResource Alloydb() GoogleDatabaseMigrationServiceConnectionProfileAlloydbOutputReference AlloydbInput() *GoogleDatabaseMigrationServiceConnectionProfileAlloydb // Experimental. CdktfStack() cdktf.TerraformStack Cloudsql() GoogleDatabaseMigrationServiceConnectionProfileCloudsqlOutputReference CloudsqlInput() *GoogleDatabaseMigrationServiceConnectionProfileCloudsql // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) ConnectionProfileId() *string SetConnectionProfileId(val *string) ConnectionProfileIdInput() *string // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CreateTime() *string Dbprovider() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) DisplayName() *string SetDisplayName(val *string) DisplayNameInput() *string EffectiveLabels() cdktf.StringMap Error() GoogleDatabaseMigrationServiceConnectionProfileErrorList // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string Mysql() GoogleDatabaseMigrationServiceConnectionProfileMysqlOutputReference MysqlInput() *GoogleDatabaseMigrationServiceConnectionProfileMysql Name() *string // The tree node. Node() constructs.Node Oracle() GoogleDatabaseMigrationServiceConnectionProfileOracleOutputReference OracleInput() *GoogleDatabaseMigrationServiceConnectionProfileOracle Postgresql() GoogleDatabaseMigrationServiceConnectionProfilePostgresqlOutputReference PostgresqlInput() *GoogleDatabaseMigrationServiceConnectionProfilePostgresql 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{} State() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata TerraformLabels() cdktf.StringMap // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() GoogleDatabaseMigrationServiceConnectionProfileTimeoutsOutputReference TimeoutsInput() interface{} // 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) PutAlloydb(value *GoogleDatabaseMigrationServiceConnectionProfileAlloydb) PutCloudsql(value *GoogleDatabaseMigrationServiceConnectionProfileCloudsql) PutMysql(value *GoogleDatabaseMigrationServiceConnectionProfileMysql) PutOracle(value *GoogleDatabaseMigrationServiceConnectionProfileOracle) PutPostgresql(value *GoogleDatabaseMigrationServiceConnectionProfilePostgresql) PutTimeouts(value *GoogleDatabaseMigrationServiceConnectionProfileTimeouts) ResetAlloydb() ResetCloudsql() ResetDisplayName() ResetId() ResetLabels() ResetLocation() ResetMysql() ResetOracle() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPostgresql() ResetProject() ResetTimeouts() 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/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile google_database_migration_service_connection_profile}.
func NewGoogleDatabaseMigrationServiceConnectionProfile ¶
func NewGoogleDatabaseMigrationServiceConnectionProfile(scope constructs.Construct, id *string, config *GoogleDatabaseMigrationServiceConnectionProfileConfig) GoogleDatabaseMigrationServiceConnectionProfile
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile google_database_migration_service_connection_profile} Resource.
type GoogleDatabaseMigrationServiceConnectionProfileAlloydb ¶
type GoogleDatabaseMigrationServiceConnectionProfileAlloydb struct { // Required. The AlloyDB cluster ID that this connection profile is associated with. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#cluster_id GoogleDatabaseMigrationServiceConnectionProfile#cluster_id} ClusterId *string `field:"required" json:"clusterId" yaml:"clusterId"` // settings block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#settings GoogleDatabaseMigrationServiceConnectionProfile#settings} Settings *GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettings `field:"optional" json:"settings" yaml:"settings"` }
type GoogleDatabaseMigrationServiceConnectionProfileAlloydbOutputReference ¶
type GoogleDatabaseMigrationServiceConnectionProfileAlloydbOutputReference interface { cdktf.ComplexObject ClusterId() *string SetClusterId(val *string) ClusterIdInput() *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() *GoogleDatabaseMigrationServiceConnectionProfileAlloydb SetInternalValue(val *GoogleDatabaseMigrationServiceConnectionProfileAlloydb) Settings() GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsOutputReference SettingsInput() *GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettings // 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 PutSettings(value *GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettings) ResetSettings() // 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 NewGoogleDatabaseMigrationServiceConnectionProfileAlloydbOutputReference ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileAlloydbOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDatabaseMigrationServiceConnectionProfileAlloydbOutputReference
type GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettings ¶
type GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettings struct { // initial_user block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#initial_user GoogleDatabaseMigrationServiceConnectionProfile#initial_user} InitialUser *GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsInitialUser `field:"required" json:"initialUser" yaml:"initialUser"` // Required. // // The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. // It is specified in the form: 'projects/{project_number}/global/networks/{network_id}'. This is required to create a cluster. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#vpc_network GoogleDatabaseMigrationServiceConnectionProfile#vpc_network} VpcNetwork *string `field:"required" json:"vpcNetwork" yaml:"vpcNetwork"` // Labels for the AlloyDB cluster created by DMS. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#labels GoogleDatabaseMigrationServiceConnectionProfile#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // primary_instance_settings block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#primary_instance_settings GoogleDatabaseMigrationServiceConnectionProfile#primary_instance_settings} PrimaryInstanceSettings *GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettings `field:"optional" json:"primaryInstanceSettings" yaml:"primaryInstanceSettings"` }
type GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsInitialUser ¶
type GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsInitialUser struct { // The initial password for the user. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#password GoogleDatabaseMigrationServiceConnectionProfile#password} Password *string `field:"required" json:"password" yaml:"password"` // The database username. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#user GoogleDatabaseMigrationServiceConnectionProfile#user} User *string `field:"required" json:"user" yaml:"user"` }
type GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsInitialUserOutputReference ¶
type GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsInitialUserOutputReference 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() *GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsInitialUser SetInternalValue(val *GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsInitialUser) Password() *string SetPassword(val *string) PasswordInput() *string PasswordSet() cdktf.IResolvable // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) User() *string SetUser(val *string) UserInput() *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 NewGoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsInitialUserOutputReference ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsInitialUserOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsInitialUserOutputReference
type GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsOutputReference ¶
type GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsOutputReference 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 InitialUser() GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsInitialUserOutputReference InitialUserInput() *GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsInitialUser InternalValue() *GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettings SetInternalValue(val *GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettings) Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string PrimaryInstanceSettings() GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsOutputReference PrimaryInstanceSettingsInput() *GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettings // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) VpcNetwork() *string SetVpcNetwork(val *string) VpcNetworkInput() *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 PutInitialUser(value *GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsInitialUser) PutPrimaryInstanceSettings(value *GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettings) ResetLabels() ResetPrimaryInstanceSettings() // 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 NewGoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsOutputReference ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsOutputReference
type GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettings ¶
type GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettings struct { // The database username. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#id GoogleDatabaseMigrationServiceConnectionProfile#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:"required" json:"id" yaml:"id"` // machine_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#machine_config GoogleDatabaseMigrationServiceConnectionProfile#machine_config} MachineConfig *GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsMachineConfig `field:"required" json:"machineConfig" yaml:"machineConfig"` // Database flags to pass to AlloyDB when DMS is creating the AlloyDB cluster and instances. // // See the AlloyDB documentation for how these can be used. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#database_flags GoogleDatabaseMigrationServiceConnectionProfile#database_flags} DatabaseFlags *map[string]*string `field:"optional" json:"databaseFlags" yaml:"databaseFlags"` // Labels for the AlloyDB primary instance created by DMS. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#labels GoogleDatabaseMigrationServiceConnectionProfile#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` }
type GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsMachineConfig ¶
type GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsMachineConfig struct { // The number of CPU's in the VM instance. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#cpu_count GoogleDatabaseMigrationServiceConnectionProfile#cpu_count} CpuCount *float64 `field:"required" json:"cpuCount" yaml:"cpuCount"` }
type GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsMachineConfigOutputReference ¶
type GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsMachineConfigOutputReference 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) CpuCount() *float64 SetCpuCount(val *float64) CpuCountInput() *float64 // 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() *GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsMachineConfig SetInternalValue(val *GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsMachineConfig) // 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 NewGoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsMachineConfigOutputReference ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsMachineConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsMachineConfigOutputReference
type GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsOutputReference ¶
type GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsOutputReference 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 DatabaseFlags() *map[string]*string SetDatabaseFlags(val *map[string]*string) DatabaseFlagsInput() *map[string]*string // Experimental. Fqn() *string Id() *string SetId(val *string) IdInput() *string InternalValue() *GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettings SetInternalValue(val *GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettings) Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string MachineConfig() GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsMachineConfigOutputReference MachineConfigInput() *GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsMachineConfig PrivateIp() *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 PutMachineConfig(value *GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsMachineConfig) ResetDatabaseFlags() ResetLabels() // 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 NewGoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsOutputReference ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsOutputReference
type GoogleDatabaseMigrationServiceConnectionProfileCloudsql ¶
type GoogleDatabaseMigrationServiceConnectionProfileCloudsql struct { // settings block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#settings GoogleDatabaseMigrationServiceConnectionProfile#settings} Settings *GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettings `field:"optional" json:"settings" yaml:"settings"` }
type GoogleDatabaseMigrationServiceConnectionProfileCloudsqlOutputReference ¶
type GoogleDatabaseMigrationServiceConnectionProfileCloudsqlOutputReference interface { cdktf.ComplexObject CloudSqlId() *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() *GoogleDatabaseMigrationServiceConnectionProfileCloudsql SetInternalValue(val *GoogleDatabaseMigrationServiceConnectionProfileCloudsql) PrivateIp() *string PublicIp() *string Settings() GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsOutputReference SettingsInput() *GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettings // 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 PutSettings(value *GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettings) ResetSettings() // 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 NewGoogleDatabaseMigrationServiceConnectionProfileCloudsqlOutputReference ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileCloudsqlOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDatabaseMigrationServiceConnectionProfileCloudsqlOutputReference
type GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettings ¶
type GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettings struct { // The Database Migration Service source connection profile ID, in the format: projects/my_project_name/locations/us-central1/connectionProfiles/connection_profile_ID. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#source_id GoogleDatabaseMigrationServiceConnectionProfile#source_id} SourceId *string `field:"required" json:"sourceId" yaml:"sourceId"` // The activation policy specifies when the instance is activated; // // it is applicable only when the instance state is 'RUNNABLE'. Possible values: ["ALWAYS", "NEVER"] // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#activation_policy GoogleDatabaseMigrationServiceConnectionProfile#activation_policy} ActivationPolicy *string `field:"optional" json:"activationPolicy" yaml:"activationPolicy"` // If you enable this setting, Cloud SQL checks your available storage every 30 seconds. // // If the available storage falls below a threshold size, Cloud SQL automatically adds additional storage capacity. // If the available storage repeatedly falls below the threshold size, Cloud SQL continues to add storage until it reaches the maximum of 30 TB. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#auto_storage_increase GoogleDatabaseMigrationServiceConnectionProfile#auto_storage_increase} AutoStorageIncrease interface{} `field:"optional" json:"autoStorageIncrease" yaml:"autoStorageIncrease"` // The KMS key name used for the csql instance. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#cmek_key_name GoogleDatabaseMigrationServiceConnectionProfile#cmek_key_name} CmekKeyName *string `field:"optional" json:"cmekKeyName" yaml:"cmekKeyName"` // The Cloud SQL default instance level collation. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#collation GoogleDatabaseMigrationServiceConnectionProfile#collation} Collation *string `field:"optional" json:"collation" yaml:"collation"` // The database flags passed to the Cloud SQL instance at startup. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#database_flags GoogleDatabaseMigrationServiceConnectionProfile#database_flags} DatabaseFlags *map[string]*string `field:"optional" json:"databaseFlags" yaml:"databaseFlags"` // The database engine type and version. Currently supported values located at https://cloud.google.com/database-migration/docs/reference/rest/v1/projects.locations.connectionProfiles#sqldatabaseversion. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#database_version GoogleDatabaseMigrationServiceConnectionProfile#database_version} DatabaseVersion *string `field:"optional" json:"databaseVersion" yaml:"databaseVersion"` // The storage capacity available to the database, in GB. The minimum (and default) size is 10GB. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#data_disk_size_gb GoogleDatabaseMigrationServiceConnectionProfile#data_disk_size_gb} DataDiskSizeGb *string `field:"optional" json:"dataDiskSizeGb" yaml:"dataDiskSizeGb"` // The type of storage. Possible values: ["PD_SSD", "PD_HDD"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#data_disk_type GoogleDatabaseMigrationServiceConnectionProfile#data_disk_type} DataDiskType *string `field:"optional" json:"dataDiskType" yaml:"dataDiskType"` // The edition of the given Cloud SQL instance. Possible values: ["ENTERPRISE", "ENTERPRISE_PLUS"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#edition GoogleDatabaseMigrationServiceConnectionProfile#edition} Edition *string `field:"optional" json:"edition" yaml:"edition"` // ip_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#ip_config GoogleDatabaseMigrationServiceConnectionProfile#ip_config} IpConfig *GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfig `field:"optional" json:"ipConfig" yaml:"ipConfig"` // Input only. Initial root password. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#root_password GoogleDatabaseMigrationServiceConnectionProfile#root_password} RootPassword *string `field:"optional" json:"rootPassword" yaml:"rootPassword"` // The maximum size to which storage capacity can be automatically increased. // // The default value is 0, which specifies that there is no limit. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#storage_auto_resize_limit GoogleDatabaseMigrationServiceConnectionProfile#storage_auto_resize_limit} StorageAutoResizeLimit *string `field:"optional" json:"storageAutoResizeLimit" yaml:"storageAutoResizeLimit"` // The tier (or machine type) for this instance, for example: db-n1-standard-1 (MySQL instances) or db-custom-1-3840 (PostgreSQL instances). // // For more information, see https://cloud.google.com/sql/docs/mysql/instance-settings // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#tier GoogleDatabaseMigrationServiceConnectionProfile#tier} Tier *string `field:"optional" json:"tier" yaml:"tier"` // The resource labels for a Cloud SQL instance to use to annotate any related underlying resources such as Compute Engine VMs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#user_labels GoogleDatabaseMigrationServiceConnectionProfile#user_labels} UserLabels *map[string]*string `field:"optional" json:"userLabels" yaml:"userLabels"` // The Google Cloud Platform zone where your Cloud SQL datdabse instance is located. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#zone GoogleDatabaseMigrationServiceConnectionProfile#zone} Zone *string `field:"optional" json:"zone" yaml:"zone"` }
type GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfig ¶
type GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfig struct { // authorized_networks block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#authorized_networks GoogleDatabaseMigrationServiceConnectionProfile#authorized_networks} AuthorizedNetworks interface{} `field:"optional" json:"authorizedNetworks" yaml:"authorizedNetworks"` // Whether the instance should be assigned an IPv4 address or not. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#enable_ipv4 GoogleDatabaseMigrationServiceConnectionProfile#enable_ipv4} EnableIpv4 interface{} `field:"optional" json:"enableIpv4" yaml:"enableIpv4"` // The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. // // For example, projects/myProject/global/networks/default. // This setting can be updated, but it cannot be removed after it is set. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#private_network GoogleDatabaseMigrationServiceConnectionProfile#private_network} PrivateNetwork *string `field:"optional" json:"privateNetwork" yaml:"privateNetwork"` // Whether SSL connections over IP should be enforced or not. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#require_ssl GoogleDatabaseMigrationServiceConnectionProfile#require_ssl} RequireSsl interface{} `field:"optional" json:"requireSsl" yaml:"requireSsl"` }
type GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworks ¶
type GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworks struct { // The allowlisted value for the access control list. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#value GoogleDatabaseMigrationServiceConnectionProfile#value} Value *string `field:"required" json:"value" yaml:"value"` // The time when this access control entry expires in RFC 3339 format. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#expire_time GoogleDatabaseMigrationServiceConnectionProfile#expire_time} ExpireTime *string `field:"optional" json:"expireTime" yaml:"expireTime"` // A label to identify this entry. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#label GoogleDatabaseMigrationServiceConnectionProfile#label} Label *string `field:"optional" json:"label" yaml:"label"` // Input only. The time-to-leave of this access control entry. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#ttl GoogleDatabaseMigrationServiceConnectionProfile#ttl} Ttl *string `field:"optional" json:"ttl" yaml:"ttl"` }
type GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworksList ¶
type GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworksList interface { cdktf.ComplexList // 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() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworksOutputReference // 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 NewGoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworksList ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworksList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworksList
type GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworksOutputReference ¶
type GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworksOutputReference 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 ExpireTime() *string SetExpireTime(val *string) ExpireTimeInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Label() *string SetLabel(val *string) LabelInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Ttl() *string SetTtl(val *string) TtlInput() *string Value() *string SetValue(val *string) ValueInput() *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 ResetExpireTime() ResetLabel() ResetTtl() // 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 NewGoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworksOutputReference ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworksOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworksOutputReference
type GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigOutputReference ¶
type GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigOutputReference interface { cdktf.ComplexObject AuthorizedNetworks() GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworksList AuthorizedNetworksInput() interface{} // 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 EnableIpv4() interface{} SetEnableIpv4(val interface{}) EnableIpv4Input() interface{} // Experimental. Fqn() *string InternalValue() *GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfig SetInternalValue(val *GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfig) PrivateNetwork() *string SetPrivateNetwork(val *string) PrivateNetworkInput() *string RequireSsl() interface{} SetRequireSsl(val interface{}) RequireSslInput() interface{} // 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 PutAuthorizedNetworks(value interface{}) ResetAuthorizedNetworks() ResetEnableIpv4() ResetPrivateNetwork() ResetRequireSsl() // 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 NewGoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigOutputReference ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigOutputReference
type GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsOutputReference ¶
type GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsOutputReference interface { cdktf.ComplexObject ActivationPolicy() *string SetActivationPolicy(val *string) ActivationPolicyInput() *string AutoStorageIncrease() interface{} SetAutoStorageIncrease(val interface{}) AutoStorageIncreaseInput() interface{} CmekKeyName() *string SetCmekKeyName(val *string) CmekKeyNameInput() *string Collation() *string SetCollation(val *string) CollationInput() *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 DatabaseFlags() *map[string]*string SetDatabaseFlags(val *map[string]*string) DatabaseFlagsInput() *map[string]*string DatabaseVersion() *string SetDatabaseVersion(val *string) DatabaseVersionInput() *string DataDiskSizeGb() *string SetDataDiskSizeGb(val *string) DataDiskSizeGbInput() *string DataDiskType() *string SetDataDiskType(val *string) DataDiskTypeInput() *string Edition() *string SetEdition(val *string) EditionInput() *string // Experimental. Fqn() *string InternalValue() *GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettings SetInternalValue(val *GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettings) IpConfig() GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigOutputReference IpConfigInput() *GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfig RootPassword() *string SetRootPassword(val *string) RootPasswordInput() *string RootPasswordSet() cdktf.IResolvable SourceId() *string SetSourceId(val *string) SourceIdInput() *string StorageAutoResizeLimit() *string SetStorageAutoResizeLimit(val *string) StorageAutoResizeLimitInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Tier() *string SetTier(val *string) TierInput() *string UserLabels() *map[string]*string SetUserLabels(val *map[string]*string) UserLabelsInput() *map[string]*string Zone() *string SetZone(val *string) ZoneInput() *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 PutIpConfig(value *GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfig) ResetActivationPolicy() ResetAutoStorageIncrease() ResetCmekKeyName() ResetCollation() ResetDatabaseFlags() ResetDatabaseVersion() ResetDataDiskSizeGb() ResetDataDiskType() ResetEdition() ResetIpConfig() ResetRootPassword() ResetStorageAutoResizeLimit() ResetTier() ResetUserLabels() ResetZone() // 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 NewGoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsOutputReference ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsOutputReference
type GoogleDatabaseMigrationServiceConnectionProfileConfig ¶
type GoogleDatabaseMigrationServiceConnectionProfileConfig 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 ID of the connection profile. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#connection_profile_id GoogleDatabaseMigrationServiceConnectionProfile#connection_profile_id} ConnectionProfileId *string `field:"required" json:"connectionProfileId" yaml:"connectionProfileId"` // alloydb block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#alloydb GoogleDatabaseMigrationServiceConnectionProfile#alloydb} Alloydb *GoogleDatabaseMigrationServiceConnectionProfileAlloydb `field:"optional" json:"alloydb" yaml:"alloydb"` // cloudsql block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#cloudsql GoogleDatabaseMigrationServiceConnectionProfile#cloudsql} Cloudsql *GoogleDatabaseMigrationServiceConnectionProfileCloudsql `field:"optional" json:"cloudsql" yaml:"cloudsql"` // The connection profile display name. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#display_name GoogleDatabaseMigrationServiceConnectionProfile#display_name} DisplayName *string `field:"optional" json:"displayName" yaml:"displayName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#id GoogleDatabaseMigrationServiceConnectionProfile#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"` // The resource labels for connection profile to use to annotate any related underlying resources such as Compute Engine VMs. // // **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. // Please refer to the field 'effective_labels' for all of the labels present on the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#labels GoogleDatabaseMigrationServiceConnectionProfile#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // The location where the connection profile should reside. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#location GoogleDatabaseMigrationServiceConnectionProfile#location} Location *string `field:"optional" json:"location" yaml:"location"` // mysql block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#mysql GoogleDatabaseMigrationServiceConnectionProfile#mysql} Mysql *GoogleDatabaseMigrationServiceConnectionProfileMysql `field:"optional" json:"mysql" yaml:"mysql"` // oracle block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#oracle GoogleDatabaseMigrationServiceConnectionProfile#oracle} Oracle *GoogleDatabaseMigrationServiceConnectionProfileOracle `field:"optional" json:"oracle" yaml:"oracle"` // postgresql block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#postgresql GoogleDatabaseMigrationServiceConnectionProfile#postgresql} Postgresql *GoogleDatabaseMigrationServiceConnectionProfilePostgresql `field:"optional" json:"postgresql" yaml:"postgresql"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#project GoogleDatabaseMigrationServiceConnectionProfile#project}. Project *string `field:"optional" json:"project" yaml:"project"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#timeouts GoogleDatabaseMigrationServiceConnectionProfile#timeouts} Timeouts *GoogleDatabaseMigrationServiceConnectionProfileTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type GoogleDatabaseMigrationServiceConnectionProfileError ¶
type GoogleDatabaseMigrationServiceConnectionProfileError struct { }
type GoogleDatabaseMigrationServiceConnectionProfileErrorList ¶
type GoogleDatabaseMigrationServiceConnectionProfileErrorList interface { cdktf.ComplexList // 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 // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) GoogleDatabaseMigrationServiceConnectionProfileErrorOutputReference // 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 NewGoogleDatabaseMigrationServiceConnectionProfileErrorList ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileErrorList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleDatabaseMigrationServiceConnectionProfileErrorList
type GoogleDatabaseMigrationServiceConnectionProfileErrorOutputReference ¶
type GoogleDatabaseMigrationServiceConnectionProfileErrorOutputReference interface { cdktf.ComplexObject Code() *float64 // 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 Details() cdktf.StringMapList // Experimental. Fqn() *string InternalValue() *GoogleDatabaseMigrationServiceConnectionProfileError SetInternalValue(val *GoogleDatabaseMigrationServiceConnectionProfileError) Message() *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 NewGoogleDatabaseMigrationServiceConnectionProfileErrorOutputReference ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileErrorOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleDatabaseMigrationServiceConnectionProfileErrorOutputReference
type GoogleDatabaseMigrationServiceConnectionProfileMysql ¶
type GoogleDatabaseMigrationServiceConnectionProfileMysql struct { // If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#cloud_sql_id GoogleDatabaseMigrationServiceConnectionProfile#cloud_sql_id} CloudSqlId *string `field:"optional" json:"cloudSqlId" yaml:"cloudSqlId"` // The IP or hostname of the source MySQL database. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#host GoogleDatabaseMigrationServiceConnectionProfile#host} Host *string `field:"optional" json:"host" yaml:"host"` // Input only. // // The password for the user that Database Migration Service will be using to connect to the database. // This field is not returned on request, and the value is encrypted when stored in Database Migration Service. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#password GoogleDatabaseMigrationServiceConnectionProfile#password} Password *string `field:"optional" json:"password" yaml:"password"` // The network port of the source MySQL database. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#port GoogleDatabaseMigrationServiceConnectionProfile#port} Port *float64 `field:"optional" json:"port" yaml:"port"` // ssl block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#ssl GoogleDatabaseMigrationServiceConnectionProfile#ssl} Ssl *GoogleDatabaseMigrationServiceConnectionProfileMysqlSsl `field:"optional" json:"ssl" yaml:"ssl"` // The username that Database Migration Service will use to connect to the database. // // The value is encrypted when stored in Database Migration Service. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#username GoogleDatabaseMigrationServiceConnectionProfile#username} Username *string `field:"optional" json:"username" yaml:"username"` }
type GoogleDatabaseMigrationServiceConnectionProfileMysqlOutputReference ¶
type GoogleDatabaseMigrationServiceConnectionProfileMysqlOutputReference interface { cdktf.ComplexObject CloudSqlId() *string SetCloudSqlId(val *string) CloudSqlIdInput() *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 Host() *string SetHost(val *string) HostInput() *string InternalValue() *GoogleDatabaseMigrationServiceConnectionProfileMysql SetInternalValue(val *GoogleDatabaseMigrationServiceConnectionProfileMysql) Password() *string SetPassword(val *string) PasswordInput() *string PasswordSet() cdktf.IResolvable Port() *float64 SetPort(val *float64) PortInput() *float64 Ssl() GoogleDatabaseMigrationServiceConnectionProfileMysqlSslOutputReference SslInput() *GoogleDatabaseMigrationServiceConnectionProfileMysqlSsl // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Username() *string SetUsername(val *string) UsernameInput() *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 PutSsl(value *GoogleDatabaseMigrationServiceConnectionProfileMysqlSsl) ResetCloudSqlId() ResetHost() ResetPassword() ResetPort() ResetSsl() ResetUsername() // 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 NewGoogleDatabaseMigrationServiceConnectionProfileMysqlOutputReference ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileMysqlOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDatabaseMigrationServiceConnectionProfileMysqlOutputReference
type GoogleDatabaseMigrationServiceConnectionProfileMysqlSsl ¶
type GoogleDatabaseMigrationServiceConnectionProfileMysqlSsl struct { // Required. // // Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate. // The replica will use this certificate to verify it's connecting to the right host. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#ca_certificate GoogleDatabaseMigrationServiceConnectionProfile#ca_certificate} CaCertificate *string `field:"required" json:"caCertificate" yaml:"caCertificate"` // Input only. // // The x509 PEM-encoded certificate that will be used by the replica to authenticate against the source database server. // If this field is used then the 'clientKey' field is mandatory // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#client_certificate GoogleDatabaseMigrationServiceConnectionProfile#client_certificate} ClientCertificate *string `field:"optional" json:"clientCertificate" yaml:"clientCertificate"` // Input only. // // The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate. // If this field is used then the 'clientCertificate' field is mandatory. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#client_key GoogleDatabaseMigrationServiceConnectionProfile#client_key} ClientKey *string `field:"optional" json:"clientKey" yaml:"clientKey"` }
type GoogleDatabaseMigrationServiceConnectionProfileMysqlSslOutputReference ¶
type GoogleDatabaseMigrationServiceConnectionProfileMysqlSslOutputReference interface { cdktf.ComplexObject CaCertificate() *string SetCaCertificate(val *string) CaCertificateInput() *string ClientCertificate() *string SetClientCertificate(val *string) ClientCertificateInput() *string ClientKey() *string SetClientKey(val *string) ClientKeyInput() *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() *GoogleDatabaseMigrationServiceConnectionProfileMysqlSsl SetInternalValue(val *GoogleDatabaseMigrationServiceConnectionProfileMysqlSsl) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *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 ResetClientCertificate() ResetClientKey() // 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 NewGoogleDatabaseMigrationServiceConnectionProfileMysqlSslOutputReference ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileMysqlSslOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDatabaseMigrationServiceConnectionProfileMysqlSslOutputReference
type GoogleDatabaseMigrationServiceConnectionProfileOracle ¶
type GoogleDatabaseMigrationServiceConnectionProfileOracle struct { // Required. Database service for the Oracle connection. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#database_service GoogleDatabaseMigrationServiceConnectionProfile#database_service} DatabaseService *string `field:"required" json:"databaseService" yaml:"databaseService"` // Required. The IP or hostname of the source Oracle database. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#host GoogleDatabaseMigrationServiceConnectionProfile#host} Host *string `field:"required" json:"host" yaml:"host"` // Required. // // Input only. The password for the user that Database Migration Service will be using to connect to the database. // This field is not returned on request, and the value is encrypted when stored in Database Migration Service. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#password GoogleDatabaseMigrationServiceConnectionProfile#password} Password *string `field:"required" json:"password" yaml:"password"` // Required. The network port of the source Oracle database. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#port GoogleDatabaseMigrationServiceConnectionProfile#port} Port *float64 `field:"required" json:"port" yaml:"port"` // Required. // // The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#username GoogleDatabaseMigrationServiceConnectionProfile#username} Username *string `field:"required" json:"username" yaml:"username"` // forward_ssh_connectivity block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#forward_ssh_connectivity GoogleDatabaseMigrationServiceConnectionProfile#forward_ssh_connectivity} ForwardSshConnectivity *GoogleDatabaseMigrationServiceConnectionProfileOracleForwardSshConnectivity `field:"optional" json:"forwardSshConnectivity" yaml:"forwardSshConnectivity"` // private_connectivity block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#private_connectivity GoogleDatabaseMigrationServiceConnectionProfile#private_connectivity} PrivateConnectivity *GoogleDatabaseMigrationServiceConnectionProfileOraclePrivateConnectivity `field:"optional" json:"privateConnectivity" yaml:"privateConnectivity"` // ssl block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#ssl GoogleDatabaseMigrationServiceConnectionProfile#ssl} Ssl *GoogleDatabaseMigrationServiceConnectionProfileOracleSsl `field:"optional" json:"ssl" yaml:"ssl"` // static_service_ip_connectivity block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#static_service_ip_connectivity GoogleDatabaseMigrationServiceConnectionProfile#static_service_ip_connectivity} StaticServiceIpConnectivity *GoogleDatabaseMigrationServiceConnectionProfileOracleStaticServiceIpConnectivity `field:"optional" json:"staticServiceIpConnectivity" yaml:"staticServiceIpConnectivity"` }
type GoogleDatabaseMigrationServiceConnectionProfileOracleForwardSshConnectivity ¶
type GoogleDatabaseMigrationServiceConnectionProfileOracleForwardSshConnectivity struct { // Required. Hostname for the SSH tunnel. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#hostname GoogleDatabaseMigrationServiceConnectionProfile#hostname} Hostname *string `field:"required" json:"hostname" yaml:"hostname"` // Port for the SSH tunnel, default value is 22. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#port GoogleDatabaseMigrationServiceConnectionProfile#port} Port *float64 `field:"required" json:"port" yaml:"port"` // Required. Username for the SSH tunnel. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#username GoogleDatabaseMigrationServiceConnectionProfile#username} Username *string `field:"required" json:"username" yaml:"username"` // Input only. SSH password. Only one of 'password' and 'private_key' can be configured. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#password GoogleDatabaseMigrationServiceConnectionProfile#password} Password *string `field:"optional" json:"password" yaml:"password"` // Input only. SSH private key. Only one of 'password' and 'private_key' can be configured. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#private_key GoogleDatabaseMigrationServiceConnectionProfile#private_key} PrivateKey *string `field:"optional" json:"privateKey" yaml:"privateKey"` }
type GoogleDatabaseMigrationServiceConnectionProfileOracleForwardSshConnectivityOutputReference ¶
type GoogleDatabaseMigrationServiceConnectionProfileOracleForwardSshConnectivityOutputReference 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 Hostname() *string SetHostname(val *string) HostnameInput() *string InternalValue() *GoogleDatabaseMigrationServiceConnectionProfileOracleForwardSshConnectivity SetInternalValue(val *GoogleDatabaseMigrationServiceConnectionProfileOracleForwardSshConnectivity) Password() *string SetPassword(val *string) PasswordInput() *string Port() *float64 SetPort(val *float64) PortInput() *float64 PrivateKey() *string SetPrivateKey(val *string) PrivateKeyInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Username() *string SetUsername(val *string) UsernameInput() *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 ResetPassword() ResetPrivateKey() // 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 NewGoogleDatabaseMigrationServiceConnectionProfileOracleForwardSshConnectivityOutputReference ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileOracleForwardSshConnectivityOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDatabaseMigrationServiceConnectionProfileOracleForwardSshConnectivityOutputReference
type GoogleDatabaseMigrationServiceConnectionProfileOracleOutputReference ¶
type GoogleDatabaseMigrationServiceConnectionProfileOracleOutputReference 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 DatabaseService() *string SetDatabaseService(val *string) DatabaseServiceInput() *string ForwardSshConnectivity() GoogleDatabaseMigrationServiceConnectionProfileOracleForwardSshConnectivityOutputReference ForwardSshConnectivityInput() *GoogleDatabaseMigrationServiceConnectionProfileOracleForwardSshConnectivity // Experimental. Fqn() *string Host() *string SetHost(val *string) HostInput() *string InternalValue() *GoogleDatabaseMigrationServiceConnectionProfileOracle SetInternalValue(val *GoogleDatabaseMigrationServiceConnectionProfileOracle) Password() *string SetPassword(val *string) PasswordInput() *string PasswordSet() cdktf.IResolvable Port() *float64 SetPort(val *float64) PortInput() *float64 PrivateConnectivity() GoogleDatabaseMigrationServiceConnectionProfileOraclePrivateConnectivityOutputReference PrivateConnectivityInput() *GoogleDatabaseMigrationServiceConnectionProfileOraclePrivateConnectivity Ssl() GoogleDatabaseMigrationServiceConnectionProfileOracleSslOutputReference SslInput() *GoogleDatabaseMigrationServiceConnectionProfileOracleSsl StaticServiceIpConnectivity() GoogleDatabaseMigrationServiceConnectionProfileOracleStaticServiceIpConnectivityOutputReference StaticServiceIpConnectivityInput() *GoogleDatabaseMigrationServiceConnectionProfileOracleStaticServiceIpConnectivity // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Username() *string SetUsername(val *string) UsernameInput() *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 PutForwardSshConnectivity(value *GoogleDatabaseMigrationServiceConnectionProfileOracleForwardSshConnectivity) PutPrivateConnectivity(value *GoogleDatabaseMigrationServiceConnectionProfileOraclePrivateConnectivity) PutSsl(value *GoogleDatabaseMigrationServiceConnectionProfileOracleSsl) PutStaticServiceIpConnectivity(value *GoogleDatabaseMigrationServiceConnectionProfileOracleStaticServiceIpConnectivity) ResetForwardSshConnectivity() ResetPrivateConnectivity() ResetSsl() ResetStaticServiceIpConnectivity() // 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 NewGoogleDatabaseMigrationServiceConnectionProfileOracleOutputReference ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileOracleOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDatabaseMigrationServiceConnectionProfileOracleOutputReference
type GoogleDatabaseMigrationServiceConnectionProfileOraclePrivateConnectivity ¶
type GoogleDatabaseMigrationServiceConnectionProfileOraclePrivateConnectivity struct { // Required. The resource name (URI) of the private connection. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#private_connection GoogleDatabaseMigrationServiceConnectionProfile#private_connection} PrivateConnection *string `field:"required" json:"privateConnection" yaml:"privateConnection"` }
type GoogleDatabaseMigrationServiceConnectionProfileOraclePrivateConnectivityOutputReference ¶
type GoogleDatabaseMigrationServiceConnectionProfileOraclePrivateConnectivityOutputReference 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() *GoogleDatabaseMigrationServiceConnectionProfileOraclePrivateConnectivity SetInternalValue(val *GoogleDatabaseMigrationServiceConnectionProfileOraclePrivateConnectivity) PrivateConnection() *string SetPrivateConnection(val *string) PrivateConnectionInput() *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 NewGoogleDatabaseMigrationServiceConnectionProfileOraclePrivateConnectivityOutputReference ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileOraclePrivateConnectivityOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDatabaseMigrationServiceConnectionProfileOraclePrivateConnectivityOutputReference
type GoogleDatabaseMigrationServiceConnectionProfileOracleSsl ¶
type GoogleDatabaseMigrationServiceConnectionProfileOracleSsl struct { // Required. // // Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate. // The replica will use this certificate to verify it's connecting to the right host. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#ca_certificate GoogleDatabaseMigrationServiceConnectionProfile#ca_certificate} CaCertificate *string `field:"required" json:"caCertificate" yaml:"caCertificate"` // Input only. // // The x509 PEM-encoded certificate that will be used by the replica to authenticate against the source database server. // If this field is used then the 'clientKey' field is mandatory // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#client_certificate GoogleDatabaseMigrationServiceConnectionProfile#client_certificate} ClientCertificate *string `field:"optional" json:"clientCertificate" yaml:"clientCertificate"` // Input only. // // The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate. // If this field is used then the 'clientCertificate' field is mandatory. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#client_key GoogleDatabaseMigrationServiceConnectionProfile#client_key} ClientKey *string `field:"optional" json:"clientKey" yaml:"clientKey"` }
type GoogleDatabaseMigrationServiceConnectionProfileOracleSslOutputReference ¶
type GoogleDatabaseMigrationServiceConnectionProfileOracleSslOutputReference interface { cdktf.ComplexObject CaCertificate() *string SetCaCertificate(val *string) CaCertificateInput() *string ClientCertificate() *string SetClientCertificate(val *string) ClientCertificateInput() *string ClientKey() *string SetClientKey(val *string) ClientKeyInput() *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() *GoogleDatabaseMigrationServiceConnectionProfileOracleSsl SetInternalValue(val *GoogleDatabaseMigrationServiceConnectionProfileOracleSsl) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *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 ResetClientCertificate() ResetClientKey() // 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 NewGoogleDatabaseMigrationServiceConnectionProfileOracleSslOutputReference ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileOracleSslOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDatabaseMigrationServiceConnectionProfileOracleSslOutputReference
type GoogleDatabaseMigrationServiceConnectionProfileOracleStaticServiceIpConnectivity ¶
type GoogleDatabaseMigrationServiceConnectionProfileOracleStaticServiceIpConnectivity struct { }
type GoogleDatabaseMigrationServiceConnectionProfileOracleStaticServiceIpConnectivityOutputReference ¶
type GoogleDatabaseMigrationServiceConnectionProfileOracleStaticServiceIpConnectivityOutputReference 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() *GoogleDatabaseMigrationServiceConnectionProfileOracleStaticServiceIpConnectivity SetInternalValue(val *GoogleDatabaseMigrationServiceConnectionProfileOracleStaticServiceIpConnectivity) // 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 NewGoogleDatabaseMigrationServiceConnectionProfileOracleStaticServiceIpConnectivityOutputReference ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileOracleStaticServiceIpConnectivityOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDatabaseMigrationServiceConnectionProfileOracleStaticServiceIpConnectivityOutputReference
type GoogleDatabaseMigrationServiceConnectionProfilePostgresql ¶
type GoogleDatabaseMigrationServiceConnectionProfilePostgresql struct { // If the connected database is an AlloyDB instance, use this field to provide the AlloyDB cluster ID. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#alloydb_cluster_id GoogleDatabaseMigrationServiceConnectionProfile#alloydb_cluster_id} AlloydbClusterId *string `field:"optional" json:"alloydbClusterId" yaml:"alloydbClusterId"` // If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#cloud_sql_id GoogleDatabaseMigrationServiceConnectionProfile#cloud_sql_id} CloudSqlId *string `field:"optional" json:"cloudSqlId" yaml:"cloudSqlId"` // The IP or hostname of the source MySQL database. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#host GoogleDatabaseMigrationServiceConnectionProfile#host} Host *string `field:"optional" json:"host" yaml:"host"` // Input only. // // The password for the user that Database Migration Service will be using to connect to the database. // This field is not returned on request, and the value is encrypted when stored in Database Migration Service. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#password GoogleDatabaseMigrationServiceConnectionProfile#password} Password *string `field:"optional" json:"password" yaml:"password"` // The network port of the source MySQL database. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#port GoogleDatabaseMigrationServiceConnectionProfile#port} Port *float64 `field:"optional" json:"port" yaml:"port"` // ssl block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#ssl GoogleDatabaseMigrationServiceConnectionProfile#ssl} Ssl *GoogleDatabaseMigrationServiceConnectionProfilePostgresqlSsl `field:"optional" json:"ssl" yaml:"ssl"` // The username that Database Migration Service will use to connect to the database. // // The value is encrypted when stored in Database Migration Service. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#username GoogleDatabaseMigrationServiceConnectionProfile#username} Username *string `field:"optional" json:"username" yaml:"username"` }
type GoogleDatabaseMigrationServiceConnectionProfilePostgresqlOutputReference ¶
type GoogleDatabaseMigrationServiceConnectionProfilePostgresqlOutputReference interface { cdktf.ComplexObject AlloydbClusterId() *string SetAlloydbClusterId(val *string) AlloydbClusterIdInput() *string CloudSqlId() *string SetCloudSqlId(val *string) CloudSqlIdInput() *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 Host() *string SetHost(val *string) HostInput() *string InternalValue() *GoogleDatabaseMigrationServiceConnectionProfilePostgresql SetInternalValue(val *GoogleDatabaseMigrationServiceConnectionProfilePostgresql) NetworkArchitecture() *string Password() *string SetPassword(val *string) PasswordInput() *string PasswordSet() cdktf.IResolvable Port() *float64 SetPort(val *float64) PortInput() *float64 Ssl() GoogleDatabaseMigrationServiceConnectionProfilePostgresqlSslOutputReference SslInput() *GoogleDatabaseMigrationServiceConnectionProfilePostgresqlSsl // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Username() *string SetUsername(val *string) UsernameInput() *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 PutSsl(value *GoogleDatabaseMigrationServiceConnectionProfilePostgresqlSsl) ResetAlloydbClusterId() ResetCloudSqlId() ResetHost() ResetPassword() ResetPort() ResetSsl() ResetUsername() // 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 NewGoogleDatabaseMigrationServiceConnectionProfilePostgresqlOutputReference ¶
func NewGoogleDatabaseMigrationServiceConnectionProfilePostgresqlOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDatabaseMigrationServiceConnectionProfilePostgresqlOutputReference
type GoogleDatabaseMigrationServiceConnectionProfilePostgresqlSsl ¶
type GoogleDatabaseMigrationServiceConnectionProfilePostgresqlSsl struct { // Required. // // Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate. // The replica will use this certificate to verify it's connecting to the right host. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#ca_certificate GoogleDatabaseMigrationServiceConnectionProfile#ca_certificate} CaCertificate *string `field:"required" json:"caCertificate" yaml:"caCertificate"` // Input only. // // The x509 PEM-encoded certificate that will be used by the replica to authenticate against the source database server. // If this field is used then the 'clientKey' field is mandatory // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#client_certificate GoogleDatabaseMigrationServiceConnectionProfile#client_certificate} ClientCertificate *string `field:"optional" json:"clientCertificate" yaml:"clientCertificate"` // Input only. // // The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate. // If this field is used then the 'clientCertificate' field is mandatory. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#client_key GoogleDatabaseMigrationServiceConnectionProfile#client_key} ClientKey *string `field:"optional" json:"clientKey" yaml:"clientKey"` }
type GoogleDatabaseMigrationServiceConnectionProfilePostgresqlSslOutputReference ¶
type GoogleDatabaseMigrationServiceConnectionProfilePostgresqlSslOutputReference interface { cdktf.ComplexObject CaCertificate() *string SetCaCertificate(val *string) CaCertificateInput() *string ClientCertificate() *string SetClientCertificate(val *string) ClientCertificateInput() *string ClientKey() *string SetClientKey(val *string) ClientKeyInput() *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() *GoogleDatabaseMigrationServiceConnectionProfilePostgresqlSsl SetInternalValue(val *GoogleDatabaseMigrationServiceConnectionProfilePostgresqlSsl) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *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 ResetClientCertificate() ResetClientKey() // 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 NewGoogleDatabaseMigrationServiceConnectionProfilePostgresqlSslOutputReference ¶
func NewGoogleDatabaseMigrationServiceConnectionProfilePostgresqlSslOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDatabaseMigrationServiceConnectionProfilePostgresqlSslOutputReference
type GoogleDatabaseMigrationServiceConnectionProfileTimeouts ¶
type GoogleDatabaseMigrationServiceConnectionProfileTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#create GoogleDatabaseMigrationServiceConnectionProfile#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#delete GoogleDatabaseMigrationServiceConnectionProfile#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_database_migration_service_connection_profile#update GoogleDatabaseMigrationServiceConnectionProfile#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type GoogleDatabaseMigrationServiceConnectionProfileTimeoutsOutputReference ¶
type GoogleDatabaseMigrationServiceConnectionProfileTimeoutsOutputReference 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 NewGoogleDatabaseMigrationServiceConnectionProfileTimeoutsOutputReference ¶
func NewGoogleDatabaseMigrationServiceConnectionProfileTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDatabaseMigrationServiceConnectionProfileTimeoutsOutputReference
Source Files ¶
- GoogleDatabaseMigrationServiceConnectionProfile.go
- GoogleDatabaseMigrationServiceConnectionProfileAlloydb.go
- GoogleDatabaseMigrationServiceConnectionProfileAlloydbOutputReference.go
- GoogleDatabaseMigrationServiceConnectionProfileAlloydbOutputReference__checks.go
- GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettings.go
- GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsInitialUser.go
- GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsInitialUserOutputReference.go
- GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsInitialUserOutputReference__checks.go
- GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsOutputReference.go
- GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsOutputReference__checks.go
- GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettings.go
- GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsMachineConfig.go
- GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsMachineConfigOutputReference.go
- GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsMachineConfigOutputReference__checks.go
- GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsOutputReference.go
- GoogleDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsOutputReference__checks.go
- GoogleDatabaseMigrationServiceConnectionProfileCloudsql.go
- GoogleDatabaseMigrationServiceConnectionProfileCloudsqlOutputReference.go
- GoogleDatabaseMigrationServiceConnectionProfileCloudsqlOutputReference__checks.go
- GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettings.go
- GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfig.go
- GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworks.go
- GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworksList.go
- GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworksList__checks.go
- GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworksOutputReference.go
- GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworksOutputReference__checks.go
- GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigOutputReference.go
- GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigOutputReference__checks.go
- GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsOutputReference.go
- GoogleDatabaseMigrationServiceConnectionProfileCloudsqlSettingsOutputReference__checks.go
- GoogleDatabaseMigrationServiceConnectionProfileConfig.go
- GoogleDatabaseMigrationServiceConnectionProfileError.go
- GoogleDatabaseMigrationServiceConnectionProfileErrorList.go
- GoogleDatabaseMigrationServiceConnectionProfileErrorList__checks.go
- GoogleDatabaseMigrationServiceConnectionProfileErrorOutputReference.go
- GoogleDatabaseMigrationServiceConnectionProfileErrorOutputReference__checks.go
- GoogleDatabaseMigrationServiceConnectionProfileMysql.go
- GoogleDatabaseMigrationServiceConnectionProfileMysqlOutputReference.go
- GoogleDatabaseMigrationServiceConnectionProfileMysqlOutputReference__checks.go
- GoogleDatabaseMigrationServiceConnectionProfileMysqlSsl.go
- GoogleDatabaseMigrationServiceConnectionProfileMysqlSslOutputReference.go
- GoogleDatabaseMigrationServiceConnectionProfileMysqlSslOutputReference__checks.go
- GoogleDatabaseMigrationServiceConnectionProfileOracle.go
- GoogleDatabaseMigrationServiceConnectionProfileOracleForwardSshConnectivity.go
- GoogleDatabaseMigrationServiceConnectionProfileOracleForwardSshConnectivityOutputReference.go
- GoogleDatabaseMigrationServiceConnectionProfileOracleForwardSshConnectivityOutputReference__checks.go
- GoogleDatabaseMigrationServiceConnectionProfileOracleOutputReference.go
- GoogleDatabaseMigrationServiceConnectionProfileOracleOutputReference__checks.go
- GoogleDatabaseMigrationServiceConnectionProfileOraclePrivateConnectivity.go
- GoogleDatabaseMigrationServiceConnectionProfileOraclePrivateConnectivityOutputReference.go
- GoogleDatabaseMigrationServiceConnectionProfileOraclePrivateConnectivityOutputReference__checks.go
- GoogleDatabaseMigrationServiceConnectionProfileOracleSsl.go
- GoogleDatabaseMigrationServiceConnectionProfileOracleSslOutputReference.go
- GoogleDatabaseMigrationServiceConnectionProfileOracleSslOutputReference__checks.go
- GoogleDatabaseMigrationServiceConnectionProfileOracleStaticServiceIpConnectivity.go
- GoogleDatabaseMigrationServiceConnectionProfileOracleStaticServiceIpConnectivityOutputReference.go
- GoogleDatabaseMigrationServiceConnectionProfileOracleStaticServiceIpConnectivityOutputReference__checks.go
- GoogleDatabaseMigrationServiceConnectionProfilePostgresql.go
- GoogleDatabaseMigrationServiceConnectionProfilePostgresqlOutputReference.go
- GoogleDatabaseMigrationServiceConnectionProfilePostgresqlOutputReference__checks.go
- GoogleDatabaseMigrationServiceConnectionProfilePostgresqlSsl.go
- GoogleDatabaseMigrationServiceConnectionProfilePostgresqlSslOutputReference.go
- GoogleDatabaseMigrationServiceConnectionProfilePostgresqlSslOutputReference__checks.go
- GoogleDatabaseMigrationServiceConnectionProfileTimeouts.go
- GoogleDatabaseMigrationServiceConnectionProfileTimeoutsOutputReference.go
- GoogleDatabaseMigrationServiceConnectionProfileTimeoutsOutputReference__checks.go
- GoogleDatabaseMigrationServiceConnectionProfile__checks.go
- main.go