This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.documentdb.getCassandraDataCenter
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Get the properties of a managed Cassandra data center. Azure REST API version: 2023-04-15.
Other available API versions: 2023-09-15, 2023-09-15-preview, 2023-11-15, 2023-11-15-preview, 2024-02-15-preview, 2024-05-15, 2024-05-15-preview, 2024-08-15, 2024-09-01-preview, 2024-11-15, 2024-12-01-preview.
Using getCassandraDataCenter
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCassandraDataCenter(args: GetCassandraDataCenterArgs, opts?: InvokeOptions): Promise<GetCassandraDataCenterResult>
function getCassandraDataCenterOutput(args: GetCassandraDataCenterOutputArgs, opts?: InvokeOptions): Output<GetCassandraDataCenterResult>def get_cassandra_data_center(cluster_name: Optional[str] = None,
                              data_center_name: Optional[str] = None,
                              resource_group_name: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetCassandraDataCenterResult
def get_cassandra_data_center_output(cluster_name: Optional[pulumi.Input[str]] = None,
                              data_center_name: Optional[pulumi.Input[str]] = None,
                              resource_group_name: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetCassandraDataCenterResult]func LookupCassandraDataCenter(ctx *Context, args *LookupCassandraDataCenterArgs, opts ...InvokeOption) (*LookupCassandraDataCenterResult, error)
func LookupCassandraDataCenterOutput(ctx *Context, args *LookupCassandraDataCenterOutputArgs, opts ...InvokeOption) LookupCassandraDataCenterResultOutput> Note: This function is named LookupCassandraDataCenter in the Go SDK.
public static class GetCassandraDataCenter 
{
    public static Task<GetCassandraDataCenterResult> InvokeAsync(GetCassandraDataCenterArgs args, InvokeOptions? opts = null)
    public static Output<GetCassandraDataCenterResult> Invoke(GetCassandraDataCenterInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCassandraDataCenterResult> getCassandraDataCenter(GetCassandraDataCenterArgs args, InvokeOptions options)
public static Output<GetCassandraDataCenterResult> getCassandraDataCenter(GetCassandraDataCenterArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:documentdb:getCassandraDataCenter
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ClusterName string
- Managed Cassandra cluster name.
- DataCenter stringName 
- Data center name in a managed Cassandra cluster.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- ClusterName string
- Managed Cassandra cluster name.
- DataCenter stringName 
- Data center name in a managed Cassandra cluster.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- clusterName String
- Managed Cassandra cluster name.
- dataCenter StringName 
- Data center name in a managed Cassandra cluster.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- clusterName string
- Managed Cassandra cluster name.
- dataCenter stringName 
- Data center name in a managed Cassandra cluster.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- cluster_name str
- Managed Cassandra cluster name.
- data_center_ strname 
- Data center name in a managed Cassandra cluster.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- clusterName String
- Managed Cassandra cluster name.
- dataCenter StringName 
- Data center name in a managed Cassandra cluster.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
getCassandraDataCenter Result
The following output properties are available:
- Id string
- The unique resource identifier of the database account.
- Name string
- The name of the database account.
- Properties
Pulumi.Azure Native. Document DB. Outputs. Data Center Resource Response Properties 
- Properties of a managed Cassandra data center.
- Type string
- The type of Azure resource.
- Id string
- The unique resource identifier of the database account.
- Name string
- The name of the database account.
- Properties
DataCenter Resource Response Properties 
- Properties of a managed Cassandra data center.
- Type string
- The type of Azure resource.
- id String
- The unique resource identifier of the database account.
- name String
- The name of the database account.
- properties
DataCenter Resource Response Properties 
- Properties of a managed Cassandra data center.
- type String
- The type of Azure resource.
- id string
- The unique resource identifier of the database account.
- name string
- The name of the database account.
- properties
DataCenter Resource Response Properties 
- Properties of a managed Cassandra data center.
- type string
- The type of Azure resource.
- id str
- The unique resource identifier of the database account.
- name str
- The name of the database account.
- properties
DataCenter Resource Response Properties 
- Properties of a managed Cassandra data center.
- type str
- The type of Azure resource.
- id String
- The unique resource identifier of the database account.
- name String
- The name of the database account.
- properties Property Map
- Properties of a managed Cassandra data center.
- type String
- The type of Azure resource.
Supporting Types
AuthenticationMethodLdapPropertiesResponse    
- ConnectionTimeout intIn Ms 
- Timeout for connecting to the LDAP server in miliseconds. The default is 5000 ms.
- SearchBase stringDistinguished Name 
- Distinguished name of the object to start the recursive search of users from.
- SearchFilter stringTemplate 
- Template to use for searching. Defaults to (cn=%s) where %s will be replaced by the username used to login.
- ServerCertificates List<Pulumi.Azure Native. Document DB. Inputs. Certificate Response> 
- ServerHostname string
- Hostname of the LDAP server.
- ServerPort int
- Port of the LDAP server.
- ServiceUser stringDistinguished Name 
- Distinguished name of the look up user account, who can look up user details on authentication.
- ServiceUser stringPassword 
- Password of the look up user.
- ConnectionTimeout intIn Ms 
- Timeout for connecting to the LDAP server in miliseconds. The default is 5000 ms.
- SearchBase stringDistinguished Name 
- Distinguished name of the object to start the recursive search of users from.
- SearchFilter stringTemplate 
- Template to use for searching. Defaults to (cn=%s) where %s will be replaced by the username used to login.
- ServerCertificates []CertificateResponse 
- ServerHostname string
- Hostname of the LDAP server.
- ServerPort int
- Port of the LDAP server.
- ServiceUser stringDistinguished Name 
- Distinguished name of the look up user account, who can look up user details on authentication.
- ServiceUser stringPassword 
- Password of the look up user.
- connectionTimeout IntegerIn Ms 
- Timeout for connecting to the LDAP server in miliseconds. The default is 5000 ms.
- searchBase StringDistinguished Name 
- Distinguished name of the object to start the recursive search of users from.
- searchFilter StringTemplate 
- Template to use for searching. Defaults to (cn=%s) where %s will be replaced by the username used to login.
- serverCertificates List<CertificateResponse> 
- serverHostname String
- Hostname of the LDAP server.
- serverPort Integer
- Port of the LDAP server.
- serviceUser StringDistinguished Name 
- Distinguished name of the look up user account, who can look up user details on authentication.
- serviceUser StringPassword 
- Password of the look up user.
- connectionTimeout numberIn Ms 
- Timeout for connecting to the LDAP server in miliseconds. The default is 5000 ms.
- searchBase stringDistinguished Name 
- Distinguished name of the object to start the recursive search of users from.
- searchFilter stringTemplate 
- Template to use for searching. Defaults to (cn=%s) where %s will be replaced by the username used to login.
- serverCertificates CertificateResponse[] 
- serverHostname string
- Hostname of the LDAP server.
- serverPort number
- Port of the LDAP server.
- serviceUser stringDistinguished Name 
- Distinguished name of the look up user account, who can look up user details on authentication.
- serviceUser stringPassword 
- Password of the look up user.
- connection_timeout_ intin_ ms 
- Timeout for connecting to the LDAP server in miliseconds. The default is 5000 ms.
- search_base_ strdistinguished_ name 
- Distinguished name of the object to start the recursive search of users from.
- search_filter_ strtemplate 
- Template to use for searching. Defaults to (cn=%s) where %s will be replaced by the username used to login.
- server_certificates Sequence[CertificateResponse] 
- server_hostname str
- Hostname of the LDAP server.
- server_port int
- Port of the LDAP server.
- service_user_ strdistinguished_ name 
- Distinguished name of the look up user account, who can look up user details on authentication.
- service_user_ strpassword 
- Password of the look up user.
- connectionTimeout NumberIn Ms 
- Timeout for connecting to the LDAP server in miliseconds. The default is 5000 ms.
- searchBase StringDistinguished Name 
- Distinguished name of the object to start the recursive search of users from.
- searchFilter StringTemplate 
- Template to use for searching. Defaults to (cn=%s) where %s will be replaced by the username used to login.
- serverCertificates List<Property Map>
- serverHostname String
- Hostname of the LDAP server.
- serverPort Number
- Port of the LDAP server.
- serviceUser StringDistinguished Name 
- Distinguished name of the look up user account, who can look up user details on authentication.
- serviceUser StringPassword 
- Password of the look up user.
CassandraErrorResponse  
- AdditionalError stringInfo 
- Additional information about the error.
- Code string
- The code of error that occurred.
- Message string
- The message of the error.
- Target string
- The target resource of the error.
- AdditionalError stringInfo 
- Additional information about the error.
- Code string
- The code of error that occurred.
- Message string
- The message of the error.
- Target string
- The target resource of the error.
- additionalError StringInfo 
- Additional information about the error.
- code String
- The code of error that occurred.
- message String
- The message of the error.
- target String
- The target resource of the error.
- additionalError stringInfo 
- Additional information about the error.
- code string
- The code of error that occurred.
- message string
- The message of the error.
- target string
- The target resource of the error.
- additional_error_ strinfo 
- Additional information about the error.
- code str
- The code of error that occurred.
- message str
- The message of the error.
- target str
- The target resource of the error.
- additionalError StringInfo 
- Additional information about the error.
- code String
- The code of error that occurred.
- message String
- The message of the error.
- target String
- The target resource of the error.
CertificateResponse 
- Pem string
- PEM formatted public key.
- Pem string
- PEM formatted public key.
- pem String
- PEM formatted public key.
- pem string
- PEM formatted public key.
- pem str
- PEM formatted public key.
- pem String
- PEM formatted public key.
DataCenterResourceResponseProperties    
- SeedNodes List<Pulumi.Azure Native. Document DB. Inputs. Seed Node Response> 
- IP addresses for seed nodes in this data center. This is for reference. Generally you will want to use the seedNodes property on the cluster, which aggregates the seed nodes from all data centers in the cluster.
- AuthenticationMethod Pulumi.Ldap Properties Azure Native. Document DB. Inputs. Authentication Method Ldap Properties Response 
- Ldap authentication method properties. This feature is in preview.
- AvailabilityZone bool
- If the data center has Availability Zone support, apply it to the Virtual Machine ScaleSet that host the cassandra data center virtual machines.
- BackupStorage stringCustomer Key Uri 
- Indicates the Key Uri of the customer key to use for encryption of the backup storage account.
- Base64EncodedCassandra stringYaml Fragment 
- A fragment of a cassandra.yaml configuration file to be included in the cassandra.yaml for all nodes in this data center. The fragment should be Base64 encoded, and only a subset of keys are allowed.
- DataCenter stringLocation 
- The region this data center should be created in.
- Deallocated bool
- Whether the data center has been deallocated.
- DelegatedSubnet stringId 
- Resource id of a subnet the nodes in this data center should have their network interfaces connected to. The subnet must be in the same region specified in 'dataCenterLocation' and must be able to route to the subnet specified in the cluster's 'delegatedManagementSubnetId' property. This resource id will be of the form '/subscriptions//resourceGroups//providers/Microsoft.Network/virtualNetworks//subnets/'.
- DiskCapacity int
- Number of disks attached to each node. Default is 4.
- DiskSku string
- Disk SKU used for data centers. Default value is P30.
- ManagedDisk stringCustomer Key Uri 
- Key uri to use for encryption of managed disks. Ensure the system assigned identity of the cluster has been assigned appropriate permissions(key get/wrap/unwrap permissions) on the key.
- NodeCount int
- The number of nodes the data center should have. This is the desired number. After it is set, it may take some time for the data center to be scaled to match. To monitor the number of nodes and their status, use the fetchNodeStatus method on the cluster.
- ProvisionError Pulumi.Azure Native. Document DB. Inputs. Cassandra Error Response 
- Error related to resource provisioning.
- ProvisioningState string
- The status of the resource at the time the operation was called.
- Sku string
- Virtual Machine SKU used for data centers. Default value is Standard_DS14_v2
- SeedNodes []SeedNode Response 
- IP addresses for seed nodes in this data center. This is for reference. Generally you will want to use the seedNodes property on the cluster, which aggregates the seed nodes from all data centers in the cluster.
- AuthenticationMethod AuthenticationLdap Properties Method Ldap Properties Response 
- Ldap authentication method properties. This feature is in preview.
- AvailabilityZone bool
- If the data center has Availability Zone support, apply it to the Virtual Machine ScaleSet that host the cassandra data center virtual machines.
- BackupStorage stringCustomer Key Uri 
- Indicates the Key Uri of the customer key to use for encryption of the backup storage account.
- Base64EncodedCassandra stringYaml Fragment 
- A fragment of a cassandra.yaml configuration file to be included in the cassandra.yaml for all nodes in this data center. The fragment should be Base64 encoded, and only a subset of keys are allowed.
- DataCenter stringLocation 
- The region this data center should be created in.
- Deallocated bool
- Whether the data center has been deallocated.
- DelegatedSubnet stringId 
- Resource id of a subnet the nodes in this data center should have their network interfaces connected to. The subnet must be in the same region specified in 'dataCenterLocation' and must be able to route to the subnet specified in the cluster's 'delegatedManagementSubnetId' property. This resource id will be of the form '/subscriptions//resourceGroups//providers/Microsoft.Network/virtualNetworks//subnets/'.
- DiskCapacity int
- Number of disks attached to each node. Default is 4.
- DiskSku string
- Disk SKU used for data centers. Default value is P30.
- ManagedDisk stringCustomer Key Uri 
- Key uri to use for encryption of managed disks. Ensure the system assigned identity of the cluster has been assigned appropriate permissions(key get/wrap/unwrap permissions) on the key.
- NodeCount int
- The number of nodes the data center should have. This is the desired number. After it is set, it may take some time for the data center to be scaled to match. To monitor the number of nodes and their status, use the fetchNodeStatus method on the cluster.
- ProvisionError CassandraError Response 
- Error related to resource provisioning.
- ProvisioningState string
- The status of the resource at the time the operation was called.
- Sku string
- Virtual Machine SKU used for data centers. Default value is Standard_DS14_v2
- seedNodes List<SeedNode Response> 
- IP addresses for seed nodes in this data center. This is for reference. Generally you will want to use the seedNodes property on the cluster, which aggregates the seed nodes from all data centers in the cluster.
- authenticationMethod AuthenticationLdap Properties Method Ldap Properties Response 
- Ldap authentication method properties. This feature is in preview.
- availabilityZone Boolean
- If the data center has Availability Zone support, apply it to the Virtual Machine ScaleSet that host the cassandra data center virtual machines.
- backupStorage StringCustomer Key Uri 
- Indicates the Key Uri of the customer key to use for encryption of the backup storage account.
- base64EncodedCassandra StringYaml Fragment 
- A fragment of a cassandra.yaml configuration file to be included in the cassandra.yaml for all nodes in this data center. The fragment should be Base64 encoded, and only a subset of keys are allowed.
- dataCenter StringLocation 
- The region this data center should be created in.
- deallocated Boolean
- Whether the data center has been deallocated.
- delegatedSubnet StringId 
- Resource id of a subnet the nodes in this data center should have their network interfaces connected to. The subnet must be in the same region specified in 'dataCenterLocation' and must be able to route to the subnet specified in the cluster's 'delegatedManagementSubnetId' property. This resource id will be of the form '/subscriptions//resourceGroups//providers/Microsoft.Network/virtualNetworks//subnets/'.
- diskCapacity Integer
- Number of disks attached to each node. Default is 4.
- diskSku String
- Disk SKU used for data centers. Default value is P30.
- managedDisk StringCustomer Key Uri 
- Key uri to use for encryption of managed disks. Ensure the system assigned identity of the cluster has been assigned appropriate permissions(key get/wrap/unwrap permissions) on the key.
- nodeCount Integer
- The number of nodes the data center should have. This is the desired number. After it is set, it may take some time for the data center to be scaled to match. To monitor the number of nodes and their status, use the fetchNodeStatus method on the cluster.
- provisionError CassandraError Response 
- Error related to resource provisioning.
- provisioningState String
- The status of the resource at the time the operation was called.
- sku String
- Virtual Machine SKU used for data centers. Default value is Standard_DS14_v2
- seedNodes SeedNode Response[] 
- IP addresses for seed nodes in this data center. This is for reference. Generally you will want to use the seedNodes property on the cluster, which aggregates the seed nodes from all data centers in the cluster.
- authenticationMethod AuthenticationLdap Properties Method Ldap Properties Response 
- Ldap authentication method properties. This feature is in preview.
- availabilityZone boolean
- If the data center has Availability Zone support, apply it to the Virtual Machine ScaleSet that host the cassandra data center virtual machines.
- backupStorage stringCustomer Key Uri 
- Indicates the Key Uri of the customer key to use for encryption of the backup storage account.
- base64EncodedCassandra stringYaml Fragment 
- A fragment of a cassandra.yaml configuration file to be included in the cassandra.yaml for all nodes in this data center. The fragment should be Base64 encoded, and only a subset of keys are allowed.
- dataCenter stringLocation 
- The region this data center should be created in.
- deallocated boolean
- Whether the data center has been deallocated.
- delegatedSubnet stringId 
- Resource id of a subnet the nodes in this data center should have their network interfaces connected to. The subnet must be in the same region specified in 'dataCenterLocation' and must be able to route to the subnet specified in the cluster's 'delegatedManagementSubnetId' property. This resource id will be of the form '/subscriptions//resourceGroups//providers/Microsoft.Network/virtualNetworks//subnets/'.
- diskCapacity number
- Number of disks attached to each node. Default is 4.
- diskSku string
- Disk SKU used for data centers. Default value is P30.
- managedDisk stringCustomer Key Uri 
- Key uri to use for encryption of managed disks. Ensure the system assigned identity of the cluster has been assigned appropriate permissions(key get/wrap/unwrap permissions) on the key.
- nodeCount number
- The number of nodes the data center should have. This is the desired number. After it is set, it may take some time for the data center to be scaled to match. To monitor the number of nodes and their status, use the fetchNodeStatus method on the cluster.
- provisionError CassandraError Response 
- Error related to resource provisioning.
- provisioningState string
- The status of the resource at the time the operation was called.
- sku string
- Virtual Machine SKU used for data centers. Default value is Standard_DS14_v2
- seed_nodes Sequence[SeedNode Response] 
- IP addresses for seed nodes in this data center. This is for reference. Generally you will want to use the seedNodes property on the cluster, which aggregates the seed nodes from all data centers in the cluster.
- authentication_method_ Authenticationldap_ properties Method Ldap Properties Response 
- Ldap authentication method properties. This feature is in preview.
- availability_zone bool
- If the data center has Availability Zone support, apply it to the Virtual Machine ScaleSet that host the cassandra data center virtual machines.
- backup_storage_ strcustomer_ key_ uri 
- Indicates the Key Uri of the customer key to use for encryption of the backup storage account.
- base64_encoded_ strcassandra_ yaml_ fragment 
- A fragment of a cassandra.yaml configuration file to be included in the cassandra.yaml for all nodes in this data center. The fragment should be Base64 encoded, and only a subset of keys are allowed.
- data_center_ strlocation 
- The region this data center should be created in.
- deallocated bool
- Whether the data center has been deallocated.
- delegated_subnet_ strid 
- Resource id of a subnet the nodes in this data center should have their network interfaces connected to. The subnet must be in the same region specified in 'dataCenterLocation' and must be able to route to the subnet specified in the cluster's 'delegatedManagementSubnetId' property. This resource id will be of the form '/subscriptions//resourceGroups//providers/Microsoft.Network/virtualNetworks//subnets/'.
- disk_capacity int
- Number of disks attached to each node. Default is 4.
- disk_sku str
- Disk SKU used for data centers. Default value is P30.
- managed_disk_ strcustomer_ key_ uri 
- Key uri to use for encryption of managed disks. Ensure the system assigned identity of the cluster has been assigned appropriate permissions(key get/wrap/unwrap permissions) on the key.
- node_count int
- The number of nodes the data center should have. This is the desired number. After it is set, it may take some time for the data center to be scaled to match. To monitor the number of nodes and their status, use the fetchNodeStatus method on the cluster.
- provision_error CassandraError Response 
- Error related to resource provisioning.
- provisioning_state str
- The status of the resource at the time the operation was called.
- sku str
- Virtual Machine SKU used for data centers. Default value is Standard_DS14_v2
- seedNodes List<Property Map>
- IP addresses for seed nodes in this data center. This is for reference. Generally you will want to use the seedNodes property on the cluster, which aggregates the seed nodes from all data centers in the cluster.
- authenticationMethod Property MapLdap Properties 
- Ldap authentication method properties. This feature is in preview.
- availabilityZone Boolean
- If the data center has Availability Zone support, apply it to the Virtual Machine ScaleSet that host the cassandra data center virtual machines.
- backupStorage StringCustomer Key Uri 
- Indicates the Key Uri of the customer key to use for encryption of the backup storage account.
- base64EncodedCassandra StringYaml Fragment 
- A fragment of a cassandra.yaml configuration file to be included in the cassandra.yaml for all nodes in this data center. The fragment should be Base64 encoded, and only a subset of keys are allowed.
- dataCenter StringLocation 
- The region this data center should be created in.
- deallocated Boolean
- Whether the data center has been deallocated.
- delegatedSubnet StringId 
- Resource id of a subnet the nodes in this data center should have their network interfaces connected to. The subnet must be in the same region specified in 'dataCenterLocation' and must be able to route to the subnet specified in the cluster's 'delegatedManagementSubnetId' property. This resource id will be of the form '/subscriptions//resourceGroups//providers/Microsoft.Network/virtualNetworks//subnets/'.
- diskCapacity Number
- Number of disks attached to each node. Default is 4.
- diskSku String
- Disk SKU used for data centers. Default value is P30.
- managedDisk StringCustomer Key Uri 
- Key uri to use for encryption of managed disks. Ensure the system assigned identity of the cluster has been assigned appropriate permissions(key get/wrap/unwrap permissions) on the key.
- nodeCount Number
- The number of nodes the data center should have. This is the desired number. After it is set, it may take some time for the data center to be scaled to match. To monitor the number of nodes and their status, use the fetchNodeStatus method on the cluster.
- provisionError Property Map
- Error related to resource provisioning.
- provisioningState String
- The status of the resource at the time the operation was called.
- sku String
- Virtual Machine SKU used for data centers. Default value is Standard_DS14_v2
SeedNodeResponse  
- IpAddress string
- IP address of this seed node.
- IpAddress string
- IP address of this seed node.
- ipAddress String
- IP address of this seed node.
- ipAddress string
- IP address of this seed node.
- ip_address str
- IP address of this seed node.
- ipAddress String
- IP address of this seed node.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi