1. Packages
  2. Azure Native
  3. API Docs
  4. mongocluster
  5. getMongoCluster
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi

azure-native.mongocluster.getMongoCluster

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi

    Gets information about a mongo cluster.

    Uses Azure REST API version 2024-07-01.

    Other available API versions: 2024-03-01-preview, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native mongocluster [ApiVersion]. See the version guide for details.

    Using getMongoCluster

    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 getMongoCluster(args: GetMongoClusterArgs, opts?: InvokeOptions): Promise<GetMongoClusterResult>
    function getMongoClusterOutput(args: GetMongoClusterOutputArgs, opts?: InvokeOptions): Output<GetMongoClusterResult>
    def get_mongo_cluster(mongo_cluster_name: Optional[str] = None,
                          resource_group_name: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetMongoClusterResult
    def get_mongo_cluster_output(mongo_cluster_name: Optional[pulumi.Input[str]] = None,
                          resource_group_name: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetMongoClusterResult]
    func LookupMongoCluster(ctx *Context, args *LookupMongoClusterArgs, opts ...InvokeOption) (*LookupMongoClusterResult, error)
    func LookupMongoClusterOutput(ctx *Context, args *LookupMongoClusterOutputArgs, opts ...InvokeOption) LookupMongoClusterResultOutput

    > Note: This function is named LookupMongoCluster in the Go SDK.

    public static class GetMongoCluster 
    {
        public static Task<GetMongoClusterResult> InvokeAsync(GetMongoClusterArgs args, InvokeOptions? opts = null)
        public static Output<GetMongoClusterResult> Invoke(GetMongoClusterInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMongoClusterResult> getMongoCluster(GetMongoClusterArgs args, InvokeOptions options)
    public static Output<GetMongoClusterResult> getMongoCluster(GetMongoClusterArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:mongocluster:getMongoCluster
      arguments:
        # arguments dictionary

    The following arguments are supported:

    MongoClusterName string
    The name of the mongo cluster.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    MongoClusterName string
    The name of the mongo cluster.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    mongoClusterName String
    The name of the mongo cluster.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    mongoClusterName string
    The name of the mongo cluster.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    mongo_cluster_name str
    The name of the mongo cluster.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    mongoClusterName String
    The name of the mongo cluster.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getMongoCluster Result

    The following output properties are available:

    AzureApiVersion string
    The Azure API version of the resource.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    Properties Pulumi.AzureNative.MongoCluster.Outputs.MongoClusterPropertiesResponse
    The resource-specific properties for this resource.
    SystemData Pulumi.AzureNative.MongoCluster.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Tags Dictionary<string, string>
    Resource tags.
    AzureApiVersion string
    The Azure API version of the resource.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    Properties MongoClusterPropertiesResponse
    The resource-specific properties for this resource.
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Tags map[string]string
    Resource tags.
    azureApiVersion String
    The Azure API version of the resource.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    properties MongoClusterPropertiesResponse
    The resource-specific properties for this resource.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    tags Map<String,String>
    Resource tags.
    azureApiVersion string
    The Azure API version of the resource.
    id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location string
    The geo-location where the resource lives
    name string
    The name of the resource
    properties MongoClusterPropertiesResponse
    The resource-specific properties for this resource.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    tags {[key: string]: string}
    Resource tags.
    azure_api_version str
    The Azure API version of the resource.
    id str
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location str
    The geo-location where the resource lives
    name str
    The name of the resource
    properties MongoClusterPropertiesResponse
    The resource-specific properties for this resource.
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    tags Mapping[str, str]
    Resource tags.
    azureApiVersion String
    The Azure API version of the resource.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    properties Property Map
    The resource-specific properties for this resource.
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    tags Map<String>
    Resource tags.

    Supporting Types

    AdministratorPropertiesResponse

    UserName string
    The administrator user name.
    UserName string
    The administrator user name.
    userName String
    The administrator user name.
    userName string
    The administrator user name.
    user_name str
    The administrator user name.
    userName String
    The administrator user name.

    BackupPropertiesResponse

    EarliestRestoreTime string
    Earliest restore timestamp in UTC ISO8601 format.
    EarliestRestoreTime string
    Earliest restore timestamp in UTC ISO8601 format.
    earliestRestoreTime String
    Earliest restore timestamp in UTC ISO8601 format.
    earliestRestoreTime string
    Earliest restore timestamp in UTC ISO8601 format.
    earliest_restore_time str
    Earliest restore timestamp in UTC ISO8601 format.
    earliestRestoreTime String
    Earliest restore timestamp in UTC ISO8601 format.

    ComputePropertiesResponse

    Tier string
    The compute tier to assign to the cluster, where each tier maps to a virtual-core and memory size. Example values: 'M30', 'M40'.
    Tier string
    The compute tier to assign to the cluster, where each tier maps to a virtual-core and memory size. Example values: 'M30', 'M40'.
    tier String
    The compute tier to assign to the cluster, where each tier maps to a virtual-core and memory size. Example values: 'M30', 'M40'.
    tier string
    The compute tier to assign to the cluster, where each tier maps to a virtual-core and memory size. Example values: 'M30', 'M40'.
    tier str
    The compute tier to assign to the cluster, where each tier maps to a virtual-core and memory size. Example values: 'M30', 'M40'.
    tier String
    The compute tier to assign to the cluster, where each tier maps to a virtual-core and memory size. Example values: 'M30', 'M40'.

    HighAvailabilityPropertiesResponse

    TargetMode string
    The target high availability mode requested for the cluster.
    TargetMode string
    The target high availability mode requested for the cluster.
    targetMode String
    The target high availability mode requested for the cluster.
    targetMode string
    The target high availability mode requested for the cluster.
    target_mode str
    The target high availability mode requested for the cluster.
    targetMode String
    The target high availability mode requested for the cluster.

    MongoClusterPropertiesResponse

    ClusterStatus string
    The status of the mongo cluster.
    ConnectionString string
    The default mongo connection string for the cluster.
    InfrastructureVersion string
    The infrastructure version the cluster is provisioned on.
    PrivateEndpointConnections List<Pulumi.AzureNative.MongoCluster.Inputs.PrivateEndpointConnectionResponse>
    List of private endpoint connections.
    ProvisioningState string
    The provisioning state of the mongo cluster.
    Replica Pulumi.AzureNative.MongoCluster.Inputs.ReplicationPropertiesResponse
    The replication properties for the mongo cluster
    Administrator Pulumi.AzureNative.MongoCluster.Inputs.AdministratorPropertiesResponse
    The local administrator properties for the mongo cluster.
    Backup Pulumi.AzureNative.MongoCluster.Inputs.BackupPropertiesResponse
    The backup properties of the mongo cluster.
    Compute Pulumi.AzureNative.MongoCluster.Inputs.ComputePropertiesResponse
    The compute properties of the mongo cluster.
    HighAvailability Pulumi.AzureNative.MongoCluster.Inputs.HighAvailabilityPropertiesResponse
    The high availability properties of the mongo cluster.
    PreviewFeatures List<string>
    List of private endpoint connections.
    PublicNetworkAccess string
    Whether or not public endpoint access is allowed for this mongo cluster.
    ServerVersion string
    The Mongo DB server version. Defaults to the latest available version if not specified.
    Sharding Pulumi.AzureNative.MongoCluster.Inputs.ShardingPropertiesResponse
    The sharding properties of the mongo cluster.
    Storage Pulumi.AzureNative.MongoCluster.Inputs.StoragePropertiesResponse
    The storage properties of the mongo cluster.
    ClusterStatus string
    The status of the mongo cluster.
    ConnectionString string
    The default mongo connection string for the cluster.
    InfrastructureVersion string
    The infrastructure version the cluster is provisioned on.
    PrivateEndpointConnections []PrivateEndpointConnectionResponse
    List of private endpoint connections.
    ProvisioningState string
    The provisioning state of the mongo cluster.
    Replica ReplicationPropertiesResponse
    The replication properties for the mongo cluster
    Administrator AdministratorPropertiesResponse
    The local administrator properties for the mongo cluster.
    Backup BackupPropertiesResponse
    The backup properties of the mongo cluster.
    Compute ComputePropertiesResponse
    The compute properties of the mongo cluster.
    HighAvailability HighAvailabilityPropertiesResponse
    The high availability properties of the mongo cluster.
    PreviewFeatures []string
    List of private endpoint connections.
    PublicNetworkAccess string
    Whether or not public endpoint access is allowed for this mongo cluster.
    ServerVersion string
    The Mongo DB server version. Defaults to the latest available version if not specified.
    Sharding ShardingPropertiesResponse
    The sharding properties of the mongo cluster.
    Storage StoragePropertiesResponse
    The storage properties of the mongo cluster.
    clusterStatus String
    The status of the mongo cluster.
    connectionString String
    The default mongo connection string for the cluster.
    infrastructureVersion String
    The infrastructure version the cluster is provisioned on.
    privateEndpointConnections List<PrivateEndpointConnectionResponse>
    List of private endpoint connections.
    provisioningState String
    The provisioning state of the mongo cluster.
    replica ReplicationPropertiesResponse
    The replication properties for the mongo cluster
    administrator AdministratorPropertiesResponse
    The local administrator properties for the mongo cluster.
    backup BackupPropertiesResponse
    The backup properties of the mongo cluster.
    compute ComputePropertiesResponse
    The compute properties of the mongo cluster.
    highAvailability HighAvailabilityPropertiesResponse
    The high availability properties of the mongo cluster.
    previewFeatures List<String>
    List of private endpoint connections.
    publicNetworkAccess String
    Whether or not public endpoint access is allowed for this mongo cluster.
    serverVersion String
    The Mongo DB server version. Defaults to the latest available version if not specified.
    sharding ShardingPropertiesResponse
    The sharding properties of the mongo cluster.
    storage StoragePropertiesResponse
    The storage properties of the mongo cluster.
    clusterStatus string
    The status of the mongo cluster.
    connectionString string
    The default mongo connection string for the cluster.
    infrastructureVersion string
    The infrastructure version the cluster is provisioned on.
    privateEndpointConnections PrivateEndpointConnectionResponse[]
    List of private endpoint connections.
    provisioningState string
    The provisioning state of the mongo cluster.
    replica ReplicationPropertiesResponse
    The replication properties for the mongo cluster
    administrator AdministratorPropertiesResponse
    The local administrator properties for the mongo cluster.
    backup BackupPropertiesResponse
    The backup properties of the mongo cluster.
    compute ComputePropertiesResponse
    The compute properties of the mongo cluster.
    highAvailability HighAvailabilityPropertiesResponse
    The high availability properties of the mongo cluster.
    previewFeatures string[]
    List of private endpoint connections.
    publicNetworkAccess string
    Whether or not public endpoint access is allowed for this mongo cluster.
    serverVersion string
    The Mongo DB server version. Defaults to the latest available version if not specified.
    sharding ShardingPropertiesResponse
    The sharding properties of the mongo cluster.
    storage StoragePropertiesResponse
    The storage properties of the mongo cluster.
    cluster_status str
    The status of the mongo cluster.
    connection_string str
    The default mongo connection string for the cluster.
    infrastructure_version str
    The infrastructure version the cluster is provisioned on.
    private_endpoint_connections Sequence[PrivateEndpointConnectionResponse]
    List of private endpoint connections.
    provisioning_state str
    The provisioning state of the mongo cluster.
    replica ReplicationPropertiesResponse
    The replication properties for the mongo cluster
    administrator AdministratorPropertiesResponse
    The local administrator properties for the mongo cluster.
    backup BackupPropertiesResponse
    The backup properties of the mongo cluster.
    compute ComputePropertiesResponse
    The compute properties of the mongo cluster.
    high_availability HighAvailabilityPropertiesResponse
    The high availability properties of the mongo cluster.
    preview_features Sequence[str]
    List of private endpoint connections.
    public_network_access str
    Whether or not public endpoint access is allowed for this mongo cluster.
    server_version str
    The Mongo DB server version. Defaults to the latest available version if not specified.
    sharding ShardingPropertiesResponse
    The sharding properties of the mongo cluster.
    storage StoragePropertiesResponse
    The storage properties of the mongo cluster.
    clusterStatus String
    The status of the mongo cluster.
    connectionString String
    The default mongo connection string for the cluster.
    infrastructureVersion String
    The infrastructure version the cluster is provisioned on.
    privateEndpointConnections List<Property Map>
    List of private endpoint connections.
    provisioningState String
    The provisioning state of the mongo cluster.
    replica Property Map
    The replication properties for the mongo cluster
    administrator Property Map
    The local administrator properties for the mongo cluster.
    backup Property Map
    The backup properties of the mongo cluster.
    compute Property Map
    The compute properties of the mongo cluster.
    highAvailability Property Map
    The high availability properties of the mongo cluster.
    previewFeatures List<String>
    List of private endpoint connections.
    publicNetworkAccess String
    Whether or not public endpoint access is allowed for this mongo cluster.
    serverVersion String
    The Mongo DB server version. Defaults to the latest available version if not specified.
    sharding Property Map
    The sharding properties of the mongo cluster.
    storage Property Map
    The storage properties of the mongo cluster.

    PrivateEndpointConnectionResponse

    GroupIds List<string>
    The group ids for the private endpoint resource.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Name string
    The name of the resource
    PrivateLinkServiceConnectionState Pulumi.AzureNative.MongoCluster.Inputs.PrivateLinkServiceConnectionStateResponse
    A collection of information about the state of the connection between service consumer and provider.
    ProvisioningState string
    The provisioning state of the private endpoint connection resource.
    SystemData Pulumi.AzureNative.MongoCluster.Inputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    PrivateEndpoint Pulumi.AzureNative.MongoCluster.Inputs.PrivateEndpointResponse
    The private endpoint resource.
    GroupIds []string
    The group ids for the private endpoint resource.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Name string
    The name of the resource
    PrivateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse
    A collection of information about the state of the connection between service consumer and provider.
    ProvisioningState string
    The provisioning state of the private endpoint connection resource.
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    PrivateEndpoint PrivateEndpointResponse
    The private endpoint resource.
    groupIds List<String>
    The group ids for the private endpoint resource.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name String
    The name of the resource
    privateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse
    A collection of information about the state of the connection between service consumer and provider.
    provisioningState String
    The provisioning state of the private endpoint connection resource.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    privateEndpoint PrivateEndpointResponse
    The private endpoint resource.
    groupIds string[]
    The group ids for the private endpoint resource.
    id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name string
    The name of the resource
    privateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse
    A collection of information about the state of the connection between service consumer and provider.
    provisioningState string
    The provisioning state of the private endpoint connection resource.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    privateEndpoint PrivateEndpointResponse
    The private endpoint resource.
    group_ids Sequence[str]
    The group ids for the private endpoint resource.
    id str
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name str
    The name of the resource
    private_link_service_connection_state PrivateLinkServiceConnectionStateResponse
    A collection of information about the state of the connection between service consumer and provider.
    provisioning_state str
    The provisioning state of the private endpoint connection resource.
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    private_endpoint PrivateEndpointResponse
    The private endpoint resource.
    groupIds List<String>
    The group ids for the private endpoint resource.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name String
    The name of the resource
    privateLinkServiceConnectionState Property Map
    A collection of information about the state of the connection between service consumer and provider.
    provisioningState String
    The provisioning state of the private endpoint connection resource.
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    privateEndpoint Property Map
    The private endpoint resource.

    PrivateEndpointResponse

    Id string
    The ARM identifier for private endpoint.
    Id string
    The ARM identifier for private endpoint.
    id String
    The ARM identifier for private endpoint.
    id string
    The ARM identifier for private endpoint.
    id str
    The ARM identifier for private endpoint.
    id String
    The ARM identifier for private endpoint.

    PrivateLinkServiceConnectionStateResponse

    ActionsRequired string
    A message indicating if changes on the service provider require any updates on the consumer.
    Description string
    The reason for approval/rejection of the connection.
    Status string
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
    ActionsRequired string
    A message indicating if changes on the service provider require any updates on the consumer.
    Description string
    The reason for approval/rejection of the connection.
    Status string
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
    actionsRequired String
    A message indicating if changes on the service provider require any updates on the consumer.
    description String
    The reason for approval/rejection of the connection.
    status String
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
    actionsRequired string
    A message indicating if changes on the service provider require any updates on the consumer.
    description string
    The reason for approval/rejection of the connection.
    status string
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
    actions_required str
    A message indicating if changes on the service provider require any updates on the consumer.
    description str
    The reason for approval/rejection of the connection.
    status str
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
    actionsRequired String
    A message indicating if changes on the service provider require any updates on the consumer.
    description String
    The reason for approval/rejection of the connection.
    status String
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.

    ReplicationPropertiesResponse

    ReplicationState string
    The replication link state of the replica cluster.
    Role string
    The replication role of the cluster
    SourceResourceId string
    The resource id the source cluster for the replica cluster.
    ReplicationState string
    The replication link state of the replica cluster.
    Role string
    The replication role of the cluster
    SourceResourceId string
    The resource id the source cluster for the replica cluster.
    replicationState String
    The replication link state of the replica cluster.
    role String
    The replication role of the cluster
    sourceResourceId String
    The resource id the source cluster for the replica cluster.
    replicationState string
    The replication link state of the replica cluster.
    role string
    The replication role of the cluster
    sourceResourceId string
    The resource id the source cluster for the replica cluster.
    replication_state str
    The replication link state of the replica cluster.
    role str
    The replication role of the cluster
    source_resource_id str
    The resource id the source cluster for the replica cluster.
    replicationState String
    The replication link state of the replica cluster.
    role String
    The replication role of the cluster
    sourceResourceId String
    The resource id the source cluster for the replica cluster.

    ShardingPropertiesResponse

    ShardCount int
    Number of shards to provision on the cluster.
    ShardCount int
    Number of shards to provision on the cluster.
    shardCount Integer
    Number of shards to provision on the cluster.
    shardCount number
    Number of shards to provision on the cluster.
    shard_count int
    Number of shards to provision on the cluster.
    shardCount Number
    Number of shards to provision on the cluster.

    StoragePropertiesResponse

    SizeGb double
    The size of the data disk assigned to each server.
    SizeGb float64
    The size of the data disk assigned to each server.
    sizeGb Double
    The size of the data disk assigned to each server.
    sizeGb number
    The size of the data disk assigned to each server.
    size_gb float
    The size of the data disk assigned to each server.
    sizeGb Number
    The size of the data disk assigned to each server.

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
    Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi