Documentation ¶
Index ¶
- func CosmosdbPostgresqlCluster_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func CosmosdbPostgresqlCluster_IsConstruct(x interface{}) *bool
- func CosmosdbPostgresqlCluster_IsTerraformElement(x interface{}) *bool
- func CosmosdbPostgresqlCluster_IsTerraformResource(x interface{}) *bool
- func CosmosdbPostgresqlCluster_TfResourceType() *string
- func NewCosmosdbPostgresqlClusterMaintenanceWindowOutputReference_Override(c CosmosdbPostgresqlClusterMaintenanceWindowOutputReference, ...)
- func NewCosmosdbPostgresqlClusterServersList_Override(c CosmosdbPostgresqlClusterServersList, ...)
- func NewCosmosdbPostgresqlClusterServersOutputReference_Override(c CosmosdbPostgresqlClusterServersOutputReference, ...)
- func NewCosmosdbPostgresqlClusterTimeoutsOutputReference_Override(c CosmosdbPostgresqlClusterTimeoutsOutputReference, ...)
- func NewCosmosdbPostgresqlCluster_Override(c CosmosdbPostgresqlCluster, scope constructs.Construct, id *string, ...)
- type CosmosdbPostgresqlCluster
- type CosmosdbPostgresqlClusterConfig
- type CosmosdbPostgresqlClusterMaintenanceWindow
- type CosmosdbPostgresqlClusterMaintenanceWindowOutputReference
- type CosmosdbPostgresqlClusterServers
- type CosmosdbPostgresqlClusterServersList
- type CosmosdbPostgresqlClusterServersOutputReference
- type CosmosdbPostgresqlClusterTimeouts
- type CosmosdbPostgresqlClusterTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CosmosdbPostgresqlCluster_GenerateConfigForImport ¶
func CosmosdbPostgresqlCluster_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a CosmosdbPostgresqlCluster resource upon running "cdktf plan <stack-name>".
func CosmosdbPostgresqlCluster_IsConstruct ¶
func CosmosdbPostgresqlCluster_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 CosmosdbPostgresqlCluster_IsTerraformElement ¶
func CosmosdbPostgresqlCluster_IsTerraformElement(x interface{}) *bool
Experimental.
func CosmosdbPostgresqlCluster_IsTerraformResource ¶
func CosmosdbPostgresqlCluster_IsTerraformResource(x interface{}) *bool
Experimental.
func CosmosdbPostgresqlCluster_TfResourceType ¶
func CosmosdbPostgresqlCluster_TfResourceType() *string
func NewCosmosdbPostgresqlClusterMaintenanceWindowOutputReference_Override ¶
func NewCosmosdbPostgresqlClusterMaintenanceWindowOutputReference_Override(c CosmosdbPostgresqlClusterMaintenanceWindowOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCosmosdbPostgresqlClusterServersList_Override ¶
func NewCosmosdbPostgresqlClusterServersList_Override(c CosmosdbPostgresqlClusterServersList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewCosmosdbPostgresqlClusterServersOutputReference_Override ¶
func NewCosmosdbPostgresqlClusterServersOutputReference_Override(c CosmosdbPostgresqlClusterServersOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewCosmosdbPostgresqlClusterTimeoutsOutputReference_Override ¶
func NewCosmosdbPostgresqlClusterTimeoutsOutputReference_Override(c CosmosdbPostgresqlClusterTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCosmosdbPostgresqlCluster_Override ¶
func NewCosmosdbPostgresqlCluster_Override(c CosmosdbPostgresqlCluster, scope constructs.Construct, id *string, config *CosmosdbPostgresqlClusterConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster azurerm_cosmosdb_postgresql_cluster} Resource.
Types ¶
type CosmosdbPostgresqlCluster ¶
type CosmosdbPostgresqlCluster interface { cdktf.TerraformResource AdministratorLoginPassword() *string SetAdministratorLoginPassword(val *string) AdministratorLoginPasswordInput() *string // Experimental. CdktfStack() cdktf.TerraformStack CitusVersion() *string SetCitusVersion(val *string) CitusVersionInput() *string // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} CoordinatorPublicIpAccessEnabled() interface{} SetCoordinatorPublicIpAccessEnabled(val interface{}) CoordinatorPublicIpAccessEnabledInput() interface{} CoordinatorServerEdition() *string SetCoordinatorServerEdition(val *string) CoordinatorServerEditionInput() *string CoordinatorStorageQuotaInMb() *float64 SetCoordinatorStorageQuotaInMb(val *float64) CoordinatorStorageQuotaInMbInput() *float64 CoordinatorVcoreCount() *float64 SetCoordinatorVcoreCount(val *float64) CoordinatorVcoreCountInput() *float64 // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) EarliestRestoreTime() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string HaEnabled() interface{} SetHaEnabled(val interface{}) HaEnabledInput() interface{} Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string MaintenanceWindow() CosmosdbPostgresqlClusterMaintenanceWindowOutputReference MaintenanceWindowInput() *CosmosdbPostgresqlClusterMaintenanceWindow Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node NodeCount() *float64 SetNodeCount(val *float64) NodeCountInput() *float64 NodePublicIpAccessEnabled() interface{} SetNodePublicIpAccessEnabled(val interface{}) NodePublicIpAccessEnabledInput() interface{} NodeServerEdition() *string SetNodeServerEdition(val *string) NodeServerEditionInput() *string NodeStorageQuotaInMb() *float64 SetNodeStorageQuotaInMb(val *float64) NodeStorageQuotaInMbInput() *float64 NodeVcores() *float64 SetNodeVcores(val *float64) NodeVcoresInput() *float64 PointInTimeInUtc() *string SetPointInTimeInUtc(val *string) PointInTimeInUtcInput() *string PreferredPrimaryZone() *string SetPreferredPrimaryZone(val *string) PreferredPrimaryZoneInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} ResourceGroupName() *string SetResourceGroupName(val *string) ResourceGroupNameInput() *string Servers() CosmosdbPostgresqlClusterServersList ShardsOnCoordinatorEnabled() interface{} SetShardsOnCoordinatorEnabled(val interface{}) ShardsOnCoordinatorEnabledInput() interface{} SourceLocation() *string SetSourceLocation(val *string) SourceLocationInput() *string SourceResourceId() *string SetSourceResourceId(val *string) SourceResourceIdInput() *string SqlVersion() *string SetSqlVersion(val *string) SqlVersionInput() *string Tags() *map[string]*string SetTags(val *map[string]*string) TagsInput() *map[string]*string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() CosmosdbPostgresqlClusterTimeoutsOutputReference 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) PutMaintenanceWindow(value *CosmosdbPostgresqlClusterMaintenanceWindow) PutTimeouts(value *CosmosdbPostgresqlClusterTimeouts) ResetAdministratorLoginPassword() ResetCitusVersion() ResetCoordinatorPublicIpAccessEnabled() ResetCoordinatorServerEdition() ResetCoordinatorStorageQuotaInMb() ResetCoordinatorVcoreCount() ResetHaEnabled() ResetId() ResetMaintenanceWindow() ResetNodePublicIpAccessEnabled() ResetNodeServerEdition() ResetNodeStorageQuotaInMb() ResetNodeVcores() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPointInTimeInUtc() ResetPreferredPrimaryZone() ResetShardsOnCoordinatorEnabled() ResetSourceLocation() ResetSourceResourceId() ResetSqlVersion() ResetTags() 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/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster azurerm_cosmosdb_postgresql_cluster}.
func NewCosmosdbPostgresqlCluster ¶
func NewCosmosdbPostgresqlCluster(scope constructs.Construct, id *string, config *CosmosdbPostgresqlClusterConfig) CosmosdbPostgresqlCluster
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster azurerm_cosmosdb_postgresql_cluster} Resource.
type CosmosdbPostgresqlClusterConfig ¶
type CosmosdbPostgresqlClusterConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#location CosmosdbPostgresqlCluster#location}. Location *string `field:"required" json:"location" yaml:"location"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#name CosmosdbPostgresqlCluster#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#node_count CosmosdbPostgresqlCluster#node_count}. NodeCount *float64 `field:"required" json:"nodeCount" yaml:"nodeCount"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#resource_group_name CosmosdbPostgresqlCluster#resource_group_name}. ResourceGroupName *string `field:"required" json:"resourceGroupName" yaml:"resourceGroupName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#administrator_login_password CosmosdbPostgresqlCluster#administrator_login_password}. AdministratorLoginPassword *string `field:"optional" json:"administratorLoginPassword" yaml:"administratorLoginPassword"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#citus_version CosmosdbPostgresqlCluster#citus_version}. CitusVersion *string `field:"optional" json:"citusVersion" yaml:"citusVersion"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#coordinator_public_ip_access_enabled CosmosdbPostgresqlCluster#coordinator_public_ip_access_enabled}. CoordinatorPublicIpAccessEnabled interface{} `field:"optional" json:"coordinatorPublicIpAccessEnabled" yaml:"coordinatorPublicIpAccessEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#coordinator_server_edition CosmosdbPostgresqlCluster#coordinator_server_edition}. CoordinatorServerEdition *string `field:"optional" json:"coordinatorServerEdition" yaml:"coordinatorServerEdition"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#coordinator_storage_quota_in_mb CosmosdbPostgresqlCluster#coordinator_storage_quota_in_mb}. CoordinatorStorageQuotaInMb *float64 `field:"optional" json:"coordinatorStorageQuotaInMb" yaml:"coordinatorStorageQuotaInMb"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#coordinator_vcore_count CosmosdbPostgresqlCluster#coordinator_vcore_count}. CoordinatorVcoreCount *float64 `field:"optional" json:"coordinatorVcoreCount" yaml:"coordinatorVcoreCount"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#ha_enabled CosmosdbPostgresqlCluster#ha_enabled}. HaEnabled interface{} `field:"optional" json:"haEnabled" yaml:"haEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#id CosmosdbPostgresqlCluster#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"` // maintenance_window block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#maintenance_window CosmosdbPostgresqlCluster#maintenance_window} MaintenanceWindow *CosmosdbPostgresqlClusterMaintenanceWindow `field:"optional" json:"maintenanceWindow" yaml:"maintenanceWindow"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#node_public_ip_access_enabled CosmosdbPostgresqlCluster#node_public_ip_access_enabled}. NodePublicIpAccessEnabled interface{} `field:"optional" json:"nodePublicIpAccessEnabled" yaml:"nodePublicIpAccessEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#node_server_edition CosmosdbPostgresqlCluster#node_server_edition}. NodeServerEdition *string `field:"optional" json:"nodeServerEdition" yaml:"nodeServerEdition"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#node_storage_quota_in_mb CosmosdbPostgresqlCluster#node_storage_quota_in_mb}. NodeStorageQuotaInMb *float64 `field:"optional" json:"nodeStorageQuotaInMb" yaml:"nodeStorageQuotaInMb"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#node_vcores CosmosdbPostgresqlCluster#node_vcores}. NodeVcores *float64 `field:"optional" json:"nodeVcores" yaml:"nodeVcores"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#point_in_time_in_utc CosmosdbPostgresqlCluster#point_in_time_in_utc}. PointInTimeInUtc *string `field:"optional" json:"pointInTimeInUtc" yaml:"pointInTimeInUtc"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#preferred_primary_zone CosmosdbPostgresqlCluster#preferred_primary_zone}. PreferredPrimaryZone *string `field:"optional" json:"preferredPrimaryZone" yaml:"preferredPrimaryZone"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#shards_on_coordinator_enabled CosmosdbPostgresqlCluster#shards_on_coordinator_enabled}. ShardsOnCoordinatorEnabled interface{} `field:"optional" json:"shardsOnCoordinatorEnabled" yaml:"shardsOnCoordinatorEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#source_location CosmosdbPostgresqlCluster#source_location}. SourceLocation *string `field:"optional" json:"sourceLocation" yaml:"sourceLocation"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#source_resource_id CosmosdbPostgresqlCluster#source_resource_id}. SourceResourceId *string `field:"optional" json:"sourceResourceId" yaml:"sourceResourceId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#sql_version CosmosdbPostgresqlCluster#sql_version}. SqlVersion *string `field:"optional" json:"sqlVersion" yaml:"sqlVersion"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#tags CosmosdbPostgresqlCluster#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#timeouts CosmosdbPostgresqlCluster#timeouts} Timeouts *CosmosdbPostgresqlClusterTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type CosmosdbPostgresqlClusterMaintenanceWindow ¶
type CosmosdbPostgresqlClusterMaintenanceWindow struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#day_of_week CosmosdbPostgresqlCluster#day_of_week}. DayOfWeek *float64 `field:"optional" json:"dayOfWeek" yaml:"dayOfWeek"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#start_hour CosmosdbPostgresqlCluster#start_hour}. StartHour *float64 `field:"optional" json:"startHour" yaml:"startHour"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#start_minute CosmosdbPostgresqlCluster#start_minute}. StartMinute *float64 `field:"optional" json:"startMinute" yaml:"startMinute"` }
type CosmosdbPostgresqlClusterMaintenanceWindowOutputReference ¶
type CosmosdbPostgresqlClusterMaintenanceWindowOutputReference 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 DayOfWeek() *float64 SetDayOfWeek(val *float64) DayOfWeekInput() *float64 // Experimental. Fqn() *string InternalValue() *CosmosdbPostgresqlClusterMaintenanceWindow SetInternalValue(val *CosmosdbPostgresqlClusterMaintenanceWindow) StartHour() *float64 SetStartHour(val *float64) StartHourInput() *float64 StartMinute() *float64 SetStartMinute(val *float64) StartMinuteInput() *float64 // 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 ResetDayOfWeek() ResetStartHour() ResetStartMinute() // 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 NewCosmosdbPostgresqlClusterMaintenanceWindowOutputReference ¶
func NewCosmosdbPostgresqlClusterMaintenanceWindowOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CosmosdbPostgresqlClusterMaintenanceWindowOutputReference
type CosmosdbPostgresqlClusterServers ¶
type CosmosdbPostgresqlClusterServers struct { }
type CosmosdbPostgresqlClusterServersList ¶
type CosmosdbPostgresqlClusterServersList 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) CosmosdbPostgresqlClusterServersOutputReference // 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 NewCosmosdbPostgresqlClusterServersList ¶
func NewCosmosdbPostgresqlClusterServersList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) CosmosdbPostgresqlClusterServersList
type CosmosdbPostgresqlClusterServersOutputReference ¶
type CosmosdbPostgresqlClusterServersOutputReference 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 Fqdn() *string // Experimental. Fqn() *string InternalValue() *CosmosdbPostgresqlClusterServers SetInternalValue(val *CosmosdbPostgresqlClusterServers) Name() *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 NewCosmosdbPostgresqlClusterServersOutputReference ¶
func NewCosmosdbPostgresqlClusterServersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) CosmosdbPostgresqlClusterServersOutputReference
type CosmosdbPostgresqlClusterTimeouts ¶
type CosmosdbPostgresqlClusterTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#create CosmosdbPostgresqlCluster#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#delete CosmosdbPostgresqlCluster#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#read CosmosdbPostgresqlCluster#read}. Read *string `field:"optional" json:"read" yaml:"read"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/cosmosdb_postgresql_cluster#update CosmosdbPostgresqlCluster#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type CosmosdbPostgresqlClusterTimeoutsOutputReference ¶
type CosmosdbPostgresqlClusterTimeoutsOutputReference 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{}) Read() *string SetRead(val *string) ReadInput() *string // 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() ResetRead() 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 NewCosmosdbPostgresqlClusterTimeoutsOutputReference ¶
func NewCosmosdbPostgresqlClusterTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CosmosdbPostgresqlClusterTimeoutsOutputReference
Source Files ¶
- CosmosdbPostgresqlCluster.go
- CosmosdbPostgresqlClusterConfig.go
- CosmosdbPostgresqlClusterMaintenanceWindow.go
- CosmosdbPostgresqlClusterMaintenanceWindowOutputReference.go
- CosmosdbPostgresqlClusterMaintenanceWindowOutputReference__checks.go
- CosmosdbPostgresqlClusterServers.go
- CosmosdbPostgresqlClusterServersList.go
- CosmosdbPostgresqlClusterServersList__checks.go
- CosmosdbPostgresqlClusterServersOutputReference.go
- CosmosdbPostgresqlClusterServersOutputReference__checks.go
- CosmosdbPostgresqlClusterTimeouts.go
- CosmosdbPostgresqlClusterTimeoutsOutputReference.go
- CosmosdbPostgresqlClusterTimeoutsOutputReference__checks.go
- CosmosdbPostgresqlCluster__checks.go
- main.go