1. Packages
  2. Azure Native
  3. API Docs
  4. cosmosdb
  5. getDatabaseAccount
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.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.cosmosdb.getDatabaseAccount

Explore with Pulumi AI

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.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

Retrieves the properties of an existing Azure Cosmos DB database account.

Uses Azure REST API version 2024-11-15.

Other available API versions: 2015-04-01, 2015-04-08, 2015-11-06, 2016-03-19, 2016-03-31, 2019-08-01, 2019-12-12, 2020-03-01, 2020-04-01, 2020-06-01-preview, 2020-09-01, 2021-01-15, 2021-03-01-preview, 2021-03-15, 2021-04-01-preview, 2021-04-15, 2021-05-15, 2021-06-15, 2021-07-01-preview, 2021-10-15, 2021-10-15-preview, 2021-11-15-preview, 2022-02-15-preview, 2022-05-15, 2022-05-15-preview, 2022-08-15, 2022-08-15-preview, 2022-11-15, 2022-11-15-preview, 2023-03-01-preview, 2023-03-15, 2023-03-15-preview, 2023-04-15, 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-12-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native cosmosdb [ApiVersion]. See the version guide for details.

Using getDatabaseAccount

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 getDatabaseAccount(args: GetDatabaseAccountArgs, opts?: InvokeOptions): Promise<GetDatabaseAccountResult>
function getDatabaseAccountOutput(args: GetDatabaseAccountOutputArgs, opts?: InvokeOptions): Output<GetDatabaseAccountResult>
Copy
def get_database_account(account_name: Optional[str] = None,
                         resource_group_name: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetDatabaseAccountResult
def get_database_account_output(account_name: Optional[pulumi.Input[str]] = None,
                         resource_group_name: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetDatabaseAccountResult]
Copy
func LookupDatabaseAccount(ctx *Context, args *LookupDatabaseAccountArgs, opts ...InvokeOption) (*LookupDatabaseAccountResult, error)
func LookupDatabaseAccountOutput(ctx *Context, args *LookupDatabaseAccountOutputArgs, opts ...InvokeOption) LookupDatabaseAccountResultOutput
Copy

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

public static class GetDatabaseAccount 
{
    public static Task<GetDatabaseAccountResult> InvokeAsync(GetDatabaseAccountArgs args, InvokeOptions? opts = null)
    public static Output<GetDatabaseAccountResult> Invoke(GetDatabaseAccountInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetDatabaseAccountResult> getDatabaseAccount(GetDatabaseAccountArgs args, InvokeOptions options)
public static Output<GetDatabaseAccountResult> getDatabaseAccount(GetDatabaseAccountArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:cosmosdb:getDatabaseAccount
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountName
This property is required.
Changes to this property will trigger replacement.
string
Cosmos DB database account name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
AccountName
This property is required.
Changes to this property will trigger replacement.
string
Cosmos DB database account name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
accountName
This property is required.
Changes to this property will trigger replacement.
String
Cosmos DB database account name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
accountName
This property is required.
Changes to this property will trigger replacement.
string
Cosmos DB database account name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
account_name
This property is required.
Changes to this property will trigger replacement.
str
Cosmos DB database account name.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
accountName
This property is required.
Changes to this property will trigger replacement.
String
Cosmos DB database account name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.

getDatabaseAccount Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
DatabaseAccountOfferType string
The offer type for the Cosmos DB database account. Default value: Standard.
DocumentEndpoint string
The connection endpoint for the Cosmos DB database account.
FailoverPolicies List<Pulumi.AzureNative.CosmosDB.Outputs.FailoverPolicyResponse>
An array that contains the regions ordered by their failover priorities.
Id string
The unique resource identifier of the ARM resource.
InstanceId string
A unique identifier assigned to the database account
KeysMetadata Pulumi.AzureNative.CosmosDB.Outputs.DatabaseAccountKeysMetadataResponse
The object that represents the metadata for the Account Keys of the Cosmos DB account.
Locations List<Pulumi.AzureNative.CosmosDB.Outputs.LocationResponse>
An array that contains all of the locations enabled for the Cosmos DB account.
Name string
The name of the ARM resource.
PrivateEndpointConnections List<Pulumi.AzureNative.CosmosDB.Outputs.PrivateEndpointConnectionResponse>
List of Private Endpoint Connections configured for the Cosmos DB account.
ProvisioningState string
The status of the Cosmos DB account at the time the operation was called. The status can be one of following. 'Creating' – the Cosmos DB account is being created. When an account is in Creating state, only properties that are specified as input for the Create Cosmos DB account operation are returned. 'Succeeded' – the Cosmos DB account is active for use. 'Updating' – the Cosmos DB account is being updated. 'Deleting' – the Cosmos DB account is being deleted. 'Failed' – the Cosmos DB account failed creation. 'DeletionFailed' – the Cosmos DB account deletion failed.
ReadLocations List<Pulumi.AzureNative.CosmosDB.Outputs.LocationResponse>
An array that contains of the read locations enabled for the Cosmos DB account.
SystemData Pulumi.AzureNative.CosmosDB.Outputs.SystemDataResponse
The system meta data relating to this resource.
Type string
The type of Azure resource.
WriteLocations List<Pulumi.AzureNative.CosmosDB.Outputs.LocationResponse>
An array that contains the write location for the Cosmos DB account.
AnalyticalStorageConfiguration Pulumi.AzureNative.CosmosDB.Outputs.AnalyticalStorageConfigurationResponse
Analytical storage specific properties.
ApiProperties Pulumi.AzureNative.CosmosDB.Outputs.ApiPropertiesResponse
API specific properties.
BackupPolicy Pulumi.AzureNative.CosmosDB.Outputs.ContinuousModeBackupPolicyResponse | Pulumi.AzureNative.CosmosDB.Outputs.PeriodicModeBackupPolicyResponse
The object representing the policy for taking backups on an account.
Capabilities List<Pulumi.AzureNative.CosmosDB.Outputs.CapabilityResponse>
List of Cosmos DB capabilities for the account
Capacity Pulumi.AzureNative.CosmosDB.Outputs.CapacityResponse
The object that represents all properties related to capacity enforcement on an account.
ConnectorOffer string
The cassandra connector offer type for the Cosmos DB database C* account.
ConsistencyPolicy Pulumi.AzureNative.CosmosDB.Outputs.ConsistencyPolicyResponse
The consistency policy for the Cosmos DB database account.
Cors List<Pulumi.AzureNative.CosmosDB.Outputs.CorsPolicyResponse>
The CORS policy for the Cosmos DB database account.
CreateMode string
Enum to indicate the mode of account creation.
CustomerManagedKeyStatus string
Indicates the status of the Customer Managed Key feature on the account. In case there are errors, the property provides troubleshooting guidance.
DefaultIdentity string
The default identity for accessing key vault used in features like customer managed keys. The default identity needs to be explicitly set by the users. It can be "FirstPartyIdentity", "SystemAssignedIdentity" and more.
DisableKeyBasedMetadataWriteAccess bool
Disable write operations on metadata resources (databases, containers, throughput) via account keys
DisableLocalAuth bool
Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
EnableAnalyticalStorage bool
Flag to indicate whether to enable storage analytics.
EnableAutomaticFailover bool
Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account.
EnableBurstCapacity bool
Flag to indicate enabling/disabling of Burst Capacity feature on the account
EnableCassandraConnector bool
Enables the cassandra connector on the Cosmos DB C* account
EnableFreeTier bool
Flag to indicate whether Free Tier is enabled.
EnableMultipleWriteLocations bool
Enables the account to write in multiple locations
EnablePartitionMerge bool
Flag to indicate enabling/disabling of Partition Merge feature on the account
EnablePerRegionPerPartitionAutoscale bool
Flag to indicate enabling/disabling of PerRegionPerPartitionAutoscale feature on the account
Identity Pulumi.AzureNative.CosmosDB.Outputs.ManagedServiceIdentityResponse
Identity for the resource.
IpRules List<Pulumi.AzureNative.CosmosDB.Outputs.IpAddressOrRangeResponse>
List of IpRules.
IsVirtualNetworkFilterEnabled bool
Flag to indicate whether to enable/disable Virtual Network ACL rules.
KeyVaultKeyUri string
The URI of the key vault
Kind string
Indicates the type of database account. This can only be set at database account creation.
Location string
The location of the resource group to which the resource belongs.
MinimalTlsVersion string
Indicates the minimum allowed Tls version. The default value is Tls 1.2. Cassandra and Mongo APIs only work with Tls 1.2.
NetworkAclBypass string
Indicates what services are allowed to bypass firewall checks.
NetworkAclBypassResourceIds List<string>
An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account.
PublicNetworkAccess string
Whether requests from Public Network are allowed
RestoreParameters Pulumi.AzureNative.CosmosDB.Outputs.RestoreParametersResponse
Parameters to indicate the information about the restore.
Tags Dictionary<string, string>
Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with "defaultExperience": "Cassandra". Current "defaultExperience" values also include "Table", "Graph", "DocumentDB", and "MongoDB".
VirtualNetworkRules List<Pulumi.AzureNative.CosmosDB.Outputs.VirtualNetworkRuleResponse>
List of Virtual Network ACL rules configured for the Cosmos DB account.
AzureApiVersion string
The Azure API version of the resource.
DatabaseAccountOfferType string
The offer type for the Cosmos DB database account. Default value: Standard.
DocumentEndpoint string
The connection endpoint for the Cosmos DB database account.
FailoverPolicies []FailoverPolicyResponse
An array that contains the regions ordered by their failover priorities.
Id string
The unique resource identifier of the ARM resource.
InstanceId string
A unique identifier assigned to the database account
KeysMetadata DatabaseAccountKeysMetadataResponse
The object that represents the metadata for the Account Keys of the Cosmos DB account.
Locations []LocationResponse
An array that contains all of the locations enabled for the Cosmos DB account.
Name string
The name of the ARM resource.
PrivateEndpointConnections []PrivateEndpointConnectionResponse
List of Private Endpoint Connections configured for the Cosmos DB account.
ProvisioningState string
The status of the Cosmos DB account at the time the operation was called. The status can be one of following. 'Creating' – the Cosmos DB account is being created. When an account is in Creating state, only properties that are specified as input for the Create Cosmos DB account operation are returned. 'Succeeded' – the Cosmos DB account is active for use. 'Updating' – the Cosmos DB account is being updated. 'Deleting' – the Cosmos DB account is being deleted. 'Failed' – the Cosmos DB account failed creation. 'DeletionFailed' – the Cosmos DB account deletion failed.
ReadLocations []LocationResponse
An array that contains of the read locations enabled for the Cosmos DB account.
SystemData SystemDataResponse
The system meta data relating to this resource.
Type string
The type of Azure resource.
WriteLocations []LocationResponse
An array that contains the write location for the Cosmos DB account.
AnalyticalStorageConfiguration AnalyticalStorageConfigurationResponse
Analytical storage specific properties.
ApiProperties ApiPropertiesResponse
API specific properties.
BackupPolicy ContinuousModeBackupPolicyResponse | PeriodicModeBackupPolicyResponse
The object representing the policy for taking backups on an account.
Capabilities []CapabilityResponse
List of Cosmos DB capabilities for the account
Capacity CapacityResponse
The object that represents all properties related to capacity enforcement on an account.
ConnectorOffer string
The cassandra connector offer type for the Cosmos DB database C* account.
ConsistencyPolicy ConsistencyPolicyResponse
The consistency policy for the Cosmos DB database account.
Cors []CorsPolicyResponse
The CORS policy for the Cosmos DB database account.
CreateMode string
Enum to indicate the mode of account creation.
CustomerManagedKeyStatus string
Indicates the status of the Customer Managed Key feature on the account. In case there are errors, the property provides troubleshooting guidance.
DefaultIdentity string
The default identity for accessing key vault used in features like customer managed keys. The default identity needs to be explicitly set by the users. It can be "FirstPartyIdentity", "SystemAssignedIdentity" and more.
DisableKeyBasedMetadataWriteAccess bool
Disable write operations on metadata resources (databases, containers, throughput) via account keys
DisableLocalAuth bool
Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
EnableAnalyticalStorage bool
Flag to indicate whether to enable storage analytics.
EnableAutomaticFailover bool
Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account.
EnableBurstCapacity bool
Flag to indicate enabling/disabling of Burst Capacity feature on the account
EnableCassandraConnector bool
Enables the cassandra connector on the Cosmos DB C* account
EnableFreeTier bool
Flag to indicate whether Free Tier is enabled.
EnableMultipleWriteLocations bool
Enables the account to write in multiple locations
EnablePartitionMerge bool
Flag to indicate enabling/disabling of Partition Merge feature on the account
EnablePerRegionPerPartitionAutoscale bool
Flag to indicate enabling/disabling of PerRegionPerPartitionAutoscale feature on the account
Identity ManagedServiceIdentityResponse
Identity for the resource.
IpRules []IpAddressOrRangeResponse
List of IpRules.
IsVirtualNetworkFilterEnabled bool
Flag to indicate whether to enable/disable Virtual Network ACL rules.
KeyVaultKeyUri string
The URI of the key vault
Kind string
Indicates the type of database account. This can only be set at database account creation.
Location string
The location of the resource group to which the resource belongs.
MinimalTlsVersion string
Indicates the minimum allowed Tls version. The default value is Tls 1.2. Cassandra and Mongo APIs only work with Tls 1.2.
NetworkAclBypass string
Indicates what services are allowed to bypass firewall checks.
NetworkAclBypassResourceIds []string
An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account.
PublicNetworkAccess string
Whether requests from Public Network are allowed
RestoreParameters RestoreParametersResponse
Parameters to indicate the information about the restore.
Tags map[string]string
Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with "defaultExperience": "Cassandra". Current "defaultExperience" values also include "Table", "Graph", "DocumentDB", and "MongoDB".
VirtualNetworkRules []VirtualNetworkRuleResponse
List of Virtual Network ACL rules configured for the Cosmos DB account.
azureApiVersion String
The Azure API version of the resource.
databaseAccountOfferType String
The offer type for the Cosmos DB database account. Default value: Standard.
documentEndpoint String
The connection endpoint for the Cosmos DB database account.
failoverPolicies List<FailoverPolicyResponse>
An array that contains the regions ordered by their failover priorities.
id String
The unique resource identifier of the ARM resource.
instanceId String
A unique identifier assigned to the database account
keysMetadata DatabaseAccountKeysMetadataResponse
The object that represents the metadata for the Account Keys of the Cosmos DB account.
locations List<LocationResponse>
An array that contains all of the locations enabled for the Cosmos DB account.
name String
The name of the ARM resource.
privateEndpointConnections List<PrivateEndpointConnectionResponse>
List of Private Endpoint Connections configured for the Cosmos DB account.
provisioningState String
The status of the Cosmos DB account at the time the operation was called. The status can be one of following. 'Creating' – the Cosmos DB account is being created. When an account is in Creating state, only properties that are specified as input for the Create Cosmos DB account operation are returned. 'Succeeded' – the Cosmos DB account is active for use. 'Updating' – the Cosmos DB account is being updated. 'Deleting' – the Cosmos DB account is being deleted. 'Failed' – the Cosmos DB account failed creation. 'DeletionFailed' – the Cosmos DB account deletion failed.
readLocations List<LocationResponse>
An array that contains of the read locations enabled for the Cosmos DB account.
systemData SystemDataResponse
The system meta data relating to this resource.
type String
The type of Azure resource.
writeLocations List<LocationResponse>
An array that contains the write location for the Cosmos DB account.
analyticalStorageConfiguration AnalyticalStorageConfigurationResponse
Analytical storage specific properties.
apiProperties ApiPropertiesResponse
API specific properties.
backupPolicy ContinuousModeBackupPolicyResponse | PeriodicModeBackupPolicyResponse
The object representing the policy for taking backups on an account.
capabilities List<CapabilityResponse>
List of Cosmos DB capabilities for the account
capacity CapacityResponse
The object that represents all properties related to capacity enforcement on an account.
connectorOffer String
The cassandra connector offer type for the Cosmos DB database C* account.
consistencyPolicy ConsistencyPolicyResponse
The consistency policy for the Cosmos DB database account.
cors List<CorsPolicyResponse>
The CORS policy for the Cosmos DB database account.
createMode String
Enum to indicate the mode of account creation.
customerManagedKeyStatus String
Indicates the status of the Customer Managed Key feature on the account. In case there are errors, the property provides troubleshooting guidance.
defaultIdentity String
The default identity for accessing key vault used in features like customer managed keys. The default identity needs to be explicitly set by the users. It can be "FirstPartyIdentity", "SystemAssignedIdentity" and more.
disableKeyBasedMetadataWriteAccess Boolean
Disable write operations on metadata resources (databases, containers, throughput) via account keys
disableLocalAuth Boolean
Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
enableAnalyticalStorage Boolean
Flag to indicate whether to enable storage analytics.
enableAutomaticFailover Boolean
Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account.
enableBurstCapacity Boolean
Flag to indicate enabling/disabling of Burst Capacity feature on the account
enableCassandraConnector Boolean
Enables the cassandra connector on the Cosmos DB C* account
enableFreeTier Boolean
Flag to indicate whether Free Tier is enabled.
enableMultipleWriteLocations Boolean
Enables the account to write in multiple locations
enablePartitionMerge Boolean
Flag to indicate enabling/disabling of Partition Merge feature on the account
enablePerRegionPerPartitionAutoscale Boolean
Flag to indicate enabling/disabling of PerRegionPerPartitionAutoscale feature on the account
identity ManagedServiceIdentityResponse
Identity for the resource.
ipRules List<IpAddressOrRangeResponse>
List of IpRules.
isVirtualNetworkFilterEnabled Boolean
Flag to indicate whether to enable/disable Virtual Network ACL rules.
keyVaultKeyUri String
The URI of the key vault
kind String
Indicates the type of database account. This can only be set at database account creation.
location String
The location of the resource group to which the resource belongs.
minimalTlsVersion String
Indicates the minimum allowed Tls version. The default value is Tls 1.2. Cassandra and Mongo APIs only work with Tls 1.2.
networkAclBypass String
Indicates what services are allowed to bypass firewall checks.
networkAclBypassResourceIds List<String>
An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account.
publicNetworkAccess String
Whether requests from Public Network are allowed
restoreParameters RestoreParametersResponse
Parameters to indicate the information about the restore.
tags Map<String,String>
Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with "defaultExperience": "Cassandra". Current "defaultExperience" values also include "Table", "Graph", "DocumentDB", and "MongoDB".
virtualNetworkRules List<VirtualNetworkRuleResponse>
List of Virtual Network ACL rules configured for the Cosmos DB account.
azureApiVersion string
The Azure API version of the resource.
databaseAccountOfferType string
The offer type for the Cosmos DB database account. Default value: Standard.
documentEndpoint string
The connection endpoint for the Cosmos DB database account.
failoverPolicies FailoverPolicyResponse[]
An array that contains the regions ordered by their failover priorities.
id string
The unique resource identifier of the ARM resource.
instanceId string
A unique identifier assigned to the database account
keysMetadata DatabaseAccountKeysMetadataResponse
The object that represents the metadata for the Account Keys of the Cosmos DB account.
locations LocationResponse[]
An array that contains all of the locations enabled for the Cosmos DB account.
name string
The name of the ARM resource.
privateEndpointConnections PrivateEndpointConnectionResponse[]
List of Private Endpoint Connections configured for the Cosmos DB account.
provisioningState string
The status of the Cosmos DB account at the time the operation was called. The status can be one of following. 'Creating' – the Cosmos DB account is being created. When an account is in Creating state, only properties that are specified as input for the Create Cosmos DB account operation are returned. 'Succeeded' – the Cosmos DB account is active for use. 'Updating' – the Cosmos DB account is being updated. 'Deleting' – the Cosmos DB account is being deleted. 'Failed' – the Cosmos DB account failed creation. 'DeletionFailed' – the Cosmos DB account deletion failed.
readLocations LocationResponse[]
An array that contains of the read locations enabled for the Cosmos DB account.
systemData SystemDataResponse
The system meta data relating to this resource.
type string
The type of Azure resource.
writeLocations LocationResponse[]
An array that contains the write location for the Cosmos DB account.
analyticalStorageConfiguration AnalyticalStorageConfigurationResponse
Analytical storage specific properties.
apiProperties ApiPropertiesResponse
API specific properties.
backupPolicy ContinuousModeBackupPolicyResponse | PeriodicModeBackupPolicyResponse
The object representing the policy for taking backups on an account.
capabilities CapabilityResponse[]
List of Cosmos DB capabilities for the account
capacity CapacityResponse
The object that represents all properties related to capacity enforcement on an account.
connectorOffer string
The cassandra connector offer type for the Cosmos DB database C* account.
consistencyPolicy ConsistencyPolicyResponse
The consistency policy for the Cosmos DB database account.
cors CorsPolicyResponse[]
The CORS policy for the Cosmos DB database account.
createMode string
Enum to indicate the mode of account creation.
customerManagedKeyStatus string
Indicates the status of the Customer Managed Key feature on the account. In case there are errors, the property provides troubleshooting guidance.
defaultIdentity string
The default identity for accessing key vault used in features like customer managed keys. The default identity needs to be explicitly set by the users. It can be "FirstPartyIdentity", "SystemAssignedIdentity" and more.
disableKeyBasedMetadataWriteAccess boolean
Disable write operations on metadata resources (databases, containers, throughput) via account keys
disableLocalAuth boolean
Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
enableAnalyticalStorage boolean
Flag to indicate whether to enable storage analytics.
enableAutomaticFailover boolean
Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account.
enableBurstCapacity boolean
Flag to indicate enabling/disabling of Burst Capacity feature on the account
enableCassandraConnector boolean
Enables the cassandra connector on the Cosmos DB C* account
enableFreeTier boolean
Flag to indicate whether Free Tier is enabled.
enableMultipleWriteLocations boolean
Enables the account to write in multiple locations
enablePartitionMerge boolean
Flag to indicate enabling/disabling of Partition Merge feature on the account
enablePerRegionPerPartitionAutoscale boolean
Flag to indicate enabling/disabling of PerRegionPerPartitionAutoscale feature on the account
identity ManagedServiceIdentityResponse
Identity for the resource.
ipRules IpAddressOrRangeResponse[]
List of IpRules.
isVirtualNetworkFilterEnabled boolean
Flag to indicate whether to enable/disable Virtual Network ACL rules.
keyVaultKeyUri string
The URI of the key vault
kind string
Indicates the type of database account. This can only be set at database account creation.
location string
The location of the resource group to which the resource belongs.
minimalTlsVersion string
Indicates the minimum allowed Tls version. The default value is Tls 1.2. Cassandra and Mongo APIs only work with Tls 1.2.
networkAclBypass string
Indicates what services are allowed to bypass firewall checks.
networkAclBypassResourceIds string[]
An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account.
publicNetworkAccess string
Whether requests from Public Network are allowed
restoreParameters RestoreParametersResponse
Parameters to indicate the information about the restore.
tags {[key: string]: string}
Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with "defaultExperience": "Cassandra". Current "defaultExperience" values also include "Table", "Graph", "DocumentDB", and "MongoDB".
virtualNetworkRules VirtualNetworkRuleResponse[]
List of Virtual Network ACL rules configured for the Cosmos DB account.
azure_api_version str
The Azure API version of the resource.
database_account_offer_type str
The offer type for the Cosmos DB database account. Default value: Standard.
document_endpoint str
The connection endpoint for the Cosmos DB database account.
failover_policies Sequence[FailoverPolicyResponse]
An array that contains the regions ordered by their failover priorities.
id str
The unique resource identifier of the ARM resource.
instance_id str
A unique identifier assigned to the database account
keys_metadata DatabaseAccountKeysMetadataResponse
The object that represents the metadata for the Account Keys of the Cosmos DB account.
locations Sequence[LocationResponse]
An array that contains all of the locations enabled for the Cosmos DB account.
name str
The name of the ARM resource.
private_endpoint_connections Sequence[PrivateEndpointConnectionResponse]
List of Private Endpoint Connections configured for the Cosmos DB account.
provisioning_state str
The status of the Cosmos DB account at the time the operation was called. The status can be one of following. 'Creating' – the Cosmos DB account is being created. When an account is in Creating state, only properties that are specified as input for the Create Cosmos DB account operation are returned. 'Succeeded' – the Cosmos DB account is active for use. 'Updating' – the Cosmos DB account is being updated. 'Deleting' – the Cosmos DB account is being deleted. 'Failed' – the Cosmos DB account failed creation. 'DeletionFailed' – the Cosmos DB account deletion failed.
read_locations Sequence[LocationResponse]
An array that contains of the read locations enabled for the Cosmos DB account.
system_data SystemDataResponse
The system meta data relating to this resource.
type str
The type of Azure resource.
write_locations Sequence[LocationResponse]
An array that contains the write location for the Cosmos DB account.
analytical_storage_configuration AnalyticalStorageConfigurationResponse
Analytical storage specific properties.
api_properties ApiPropertiesResponse
API specific properties.
backup_policy ContinuousModeBackupPolicyResponse | PeriodicModeBackupPolicyResponse
The object representing the policy for taking backups on an account.
capabilities Sequence[CapabilityResponse]
List of Cosmos DB capabilities for the account
capacity CapacityResponse
The object that represents all properties related to capacity enforcement on an account.
connector_offer str
The cassandra connector offer type for the Cosmos DB database C* account.
consistency_policy ConsistencyPolicyResponse
The consistency policy for the Cosmos DB database account.
cors Sequence[CorsPolicyResponse]
The CORS policy for the Cosmos DB database account.
create_mode str
Enum to indicate the mode of account creation.
customer_managed_key_status str
Indicates the status of the Customer Managed Key feature on the account. In case there are errors, the property provides troubleshooting guidance.
default_identity str
The default identity for accessing key vault used in features like customer managed keys. The default identity needs to be explicitly set by the users. It can be "FirstPartyIdentity", "SystemAssignedIdentity" and more.
disable_key_based_metadata_write_access bool
Disable write operations on metadata resources (databases, containers, throughput) via account keys
disable_local_auth bool
Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
enable_analytical_storage bool
Flag to indicate whether to enable storage analytics.
enable_automatic_failover bool
Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account.
enable_burst_capacity bool
Flag to indicate enabling/disabling of Burst Capacity feature on the account
enable_cassandra_connector bool
Enables the cassandra connector on the Cosmos DB C* account
enable_free_tier bool
Flag to indicate whether Free Tier is enabled.
enable_multiple_write_locations bool
Enables the account to write in multiple locations
enable_partition_merge bool
Flag to indicate enabling/disabling of Partition Merge feature on the account
enable_per_region_per_partition_autoscale bool
Flag to indicate enabling/disabling of PerRegionPerPartitionAutoscale feature on the account
identity ManagedServiceIdentityResponse
Identity for the resource.
ip_rules Sequence[IpAddressOrRangeResponse]
List of IpRules.
is_virtual_network_filter_enabled bool
Flag to indicate whether to enable/disable Virtual Network ACL rules.
key_vault_key_uri str
The URI of the key vault
kind str
Indicates the type of database account. This can only be set at database account creation.
location str
The location of the resource group to which the resource belongs.
minimal_tls_version str
Indicates the minimum allowed Tls version. The default value is Tls 1.2. Cassandra and Mongo APIs only work with Tls 1.2.
network_acl_bypass str
Indicates what services are allowed to bypass firewall checks.
network_acl_bypass_resource_ids Sequence[str]
An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account.
public_network_access str
Whether requests from Public Network are allowed
restore_parameters RestoreParametersResponse
Parameters to indicate the information about the restore.
tags Mapping[str, str]
Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with "defaultExperience": "Cassandra". Current "defaultExperience" values also include "Table", "Graph", "DocumentDB", and "MongoDB".
virtual_network_rules Sequence[VirtualNetworkRuleResponse]
List of Virtual Network ACL rules configured for the Cosmos DB account.
azureApiVersion String
The Azure API version of the resource.
databaseAccountOfferType String
The offer type for the Cosmos DB database account. Default value: Standard.
documentEndpoint String
The connection endpoint for the Cosmos DB database account.
failoverPolicies List<Property Map>
An array that contains the regions ordered by their failover priorities.
id String
The unique resource identifier of the ARM resource.
instanceId String
A unique identifier assigned to the database account
keysMetadata Property Map
The object that represents the metadata for the Account Keys of the Cosmos DB account.
locations List<Property Map>
An array that contains all of the locations enabled for the Cosmos DB account.
name String
The name of the ARM resource.
privateEndpointConnections List<Property Map>
List of Private Endpoint Connections configured for the Cosmos DB account.
provisioningState String
The status of the Cosmos DB account at the time the operation was called. The status can be one of following. 'Creating' – the Cosmos DB account is being created. When an account is in Creating state, only properties that are specified as input for the Create Cosmos DB account operation are returned. 'Succeeded' – the Cosmos DB account is active for use. 'Updating' – the Cosmos DB account is being updated. 'Deleting' – the Cosmos DB account is being deleted. 'Failed' – the Cosmos DB account failed creation. 'DeletionFailed' – the Cosmos DB account deletion failed.
readLocations List<Property Map>
An array that contains of the read locations enabled for the Cosmos DB account.
systemData Property Map
The system meta data relating to this resource.
type String
The type of Azure resource.
writeLocations List<Property Map>
An array that contains the write location for the Cosmos DB account.
analyticalStorageConfiguration Property Map
Analytical storage specific properties.
apiProperties Property Map
API specific properties.
backupPolicy Property Map | Property Map
The object representing the policy for taking backups on an account.
capabilities List<Property Map>
List of Cosmos DB capabilities for the account
capacity Property Map
The object that represents all properties related to capacity enforcement on an account.
connectorOffer String
The cassandra connector offer type for the Cosmos DB database C* account.
consistencyPolicy Property Map
The consistency policy for the Cosmos DB database account.
cors List<Property Map>
The CORS policy for the Cosmos DB database account.
createMode String
Enum to indicate the mode of account creation.
customerManagedKeyStatus String
Indicates the status of the Customer Managed Key feature on the account. In case there are errors, the property provides troubleshooting guidance.
defaultIdentity String
The default identity for accessing key vault used in features like customer managed keys. The default identity needs to be explicitly set by the users. It can be "FirstPartyIdentity", "SystemAssignedIdentity" and more.
disableKeyBasedMetadataWriteAccess Boolean
Disable write operations on metadata resources (databases, containers, throughput) via account keys
disableLocalAuth Boolean
Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
enableAnalyticalStorage Boolean
Flag to indicate whether to enable storage analytics.
enableAutomaticFailover Boolean
Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account.
enableBurstCapacity Boolean
Flag to indicate enabling/disabling of Burst Capacity feature on the account
enableCassandraConnector Boolean
Enables the cassandra connector on the Cosmos DB C* account
enableFreeTier Boolean
Flag to indicate whether Free Tier is enabled.
enableMultipleWriteLocations Boolean
Enables the account to write in multiple locations
enablePartitionMerge Boolean
Flag to indicate enabling/disabling of Partition Merge feature on the account
enablePerRegionPerPartitionAutoscale Boolean
Flag to indicate enabling/disabling of PerRegionPerPartitionAutoscale feature on the account
identity Property Map
Identity for the resource.
ipRules List<Property Map>
List of IpRules.
isVirtualNetworkFilterEnabled Boolean
Flag to indicate whether to enable/disable Virtual Network ACL rules.
keyVaultKeyUri String
The URI of the key vault
kind String
Indicates the type of database account. This can only be set at database account creation.
location String
The location of the resource group to which the resource belongs.
minimalTlsVersion String
Indicates the minimum allowed Tls version. The default value is Tls 1.2. Cassandra and Mongo APIs only work with Tls 1.2.
networkAclBypass String
Indicates what services are allowed to bypass firewall checks.
networkAclBypassResourceIds List<String>
An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account.
publicNetworkAccess String
Whether requests from Public Network are allowed
restoreParameters Property Map
Parameters to indicate the information about the restore.
tags Map<String>
Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with "defaultExperience": "Cassandra". Current "defaultExperience" values also include "Table", "Graph", "DocumentDB", and "MongoDB".
virtualNetworkRules List<Property Map>
List of Virtual Network ACL rules configured for the Cosmos DB account.

Supporting Types

AccountKeyMetadataResponse

GenerationTime This property is required. string
Generation time in UTC of the key in ISO-8601 format. If the value is missing from the object, it means that the last key regeneration was triggered before 2022-06-18.
GenerationTime This property is required. string
Generation time in UTC of the key in ISO-8601 format. If the value is missing from the object, it means that the last key regeneration was triggered before 2022-06-18.
generationTime This property is required. String
Generation time in UTC of the key in ISO-8601 format. If the value is missing from the object, it means that the last key regeneration was triggered before 2022-06-18.
generationTime This property is required. string
Generation time in UTC of the key in ISO-8601 format. If the value is missing from the object, it means that the last key regeneration was triggered before 2022-06-18.
generation_time This property is required. str
Generation time in UTC of the key in ISO-8601 format. If the value is missing from the object, it means that the last key regeneration was triggered before 2022-06-18.
generationTime This property is required. String
Generation time in UTC of the key in ISO-8601 format. If the value is missing from the object, it means that the last key regeneration was triggered before 2022-06-18.

AnalyticalStorageConfigurationResponse

SchemaType string
Describes the types of schema for analytical storage.
SchemaType string
Describes the types of schema for analytical storage.
schemaType String
Describes the types of schema for analytical storage.
schemaType string
Describes the types of schema for analytical storage.
schema_type str
Describes the types of schema for analytical storage.
schemaType String
Describes the types of schema for analytical storage.

ApiPropertiesResponse

ServerVersion string
Describes the version of the MongoDB account.
ServerVersion string
Describes the version of the MongoDB account.
serverVersion String
Describes the version of the MongoDB account.
serverVersion string
Describes the version of the MongoDB account.
server_version str
Describes the version of the MongoDB account.
serverVersion String
Describes the version of the MongoDB account.

BackupPolicyMigrationStateResponse

StartTime string
Time at which the backup policy migration started (ISO-8601 format).
Status string
Describes the status of migration between backup policy types.
TargetType string
Describes the target backup policy type of the backup policy migration.
StartTime string
Time at which the backup policy migration started (ISO-8601 format).
Status string
Describes the status of migration between backup policy types.
TargetType string
Describes the target backup policy type of the backup policy migration.
startTime String
Time at which the backup policy migration started (ISO-8601 format).
status String
Describes the status of migration between backup policy types.
targetType String
Describes the target backup policy type of the backup policy migration.
startTime string
Time at which the backup policy migration started (ISO-8601 format).
status string
Describes the status of migration between backup policy types.
targetType string
Describes the target backup policy type of the backup policy migration.
start_time str
Time at which the backup policy migration started (ISO-8601 format).
status str
Describes the status of migration between backup policy types.
target_type str
Describes the target backup policy type of the backup policy migration.
startTime String
Time at which the backup policy migration started (ISO-8601 format).
status String
Describes the status of migration between backup policy types.
targetType String
Describes the target backup policy type of the backup policy migration.

CapabilityResponse

Name string
Name of the Cosmos DB capability. For example, "name": "EnableCassandra". Current values also include "EnableTable" and "EnableGremlin".
Name string
Name of the Cosmos DB capability. For example, "name": "EnableCassandra". Current values also include "EnableTable" and "EnableGremlin".
name String
Name of the Cosmos DB capability. For example, "name": "EnableCassandra". Current values also include "EnableTable" and "EnableGremlin".
name string
Name of the Cosmos DB capability. For example, "name": "EnableCassandra". Current values also include "EnableTable" and "EnableGremlin".
name str
Name of the Cosmos DB capability. For example, "name": "EnableCassandra". Current values also include "EnableTable" and "EnableGremlin".
name String
Name of the Cosmos DB capability. For example, "name": "EnableCassandra". Current values also include "EnableTable" and "EnableGremlin".

CapacityResponse

TotalThroughputLimit int
The total throughput limit imposed on the account. A totalThroughputLimit of 2000 imposes a strict limit of max throughput that can be provisioned on that account to be 2000. A totalThroughputLimit of -1 indicates no limits on provisioning of throughput.
TotalThroughputLimit int
The total throughput limit imposed on the account. A totalThroughputLimit of 2000 imposes a strict limit of max throughput that can be provisioned on that account to be 2000. A totalThroughputLimit of -1 indicates no limits on provisioning of throughput.
totalThroughputLimit Integer
The total throughput limit imposed on the account. A totalThroughputLimit of 2000 imposes a strict limit of max throughput that can be provisioned on that account to be 2000. A totalThroughputLimit of -1 indicates no limits on provisioning of throughput.
totalThroughputLimit number
The total throughput limit imposed on the account. A totalThroughputLimit of 2000 imposes a strict limit of max throughput that can be provisioned on that account to be 2000. A totalThroughputLimit of -1 indicates no limits on provisioning of throughput.
total_throughput_limit int
The total throughput limit imposed on the account. A totalThroughputLimit of 2000 imposes a strict limit of max throughput that can be provisioned on that account to be 2000. A totalThroughputLimit of -1 indicates no limits on provisioning of throughput.
totalThroughputLimit Number
The total throughput limit imposed on the account. A totalThroughputLimit of 2000 imposes a strict limit of max throughput that can be provisioned on that account to be 2000. A totalThroughputLimit of -1 indicates no limits on provisioning of throughput.

ConsistencyPolicyResponse

DefaultConsistencyLevel This property is required. string
The default consistency level and configuration settings of the Cosmos DB account.
MaxIntervalInSeconds int
When used with the Bounded Staleness consistency level, this value represents the time amount of staleness (in seconds) tolerated. Accepted range for this value is 5 - 86400. Required when defaultConsistencyPolicy is set to 'BoundedStaleness'.
MaxStalenessPrefix double
When used with the Bounded Staleness consistency level, this value represents the number of stale requests tolerated. Accepted range for this value is 1 – 2,147,483,647. Required when defaultConsistencyPolicy is set to 'BoundedStaleness'.
DefaultConsistencyLevel This property is required. string
The default consistency level and configuration settings of the Cosmos DB account.
MaxIntervalInSeconds int
When used with the Bounded Staleness consistency level, this value represents the time amount of staleness (in seconds) tolerated. Accepted range for this value is 5 - 86400. Required when defaultConsistencyPolicy is set to 'BoundedStaleness'.
MaxStalenessPrefix float64
When used with the Bounded Staleness consistency level, this value represents the number of stale requests tolerated. Accepted range for this value is 1 – 2,147,483,647. Required when defaultConsistencyPolicy is set to 'BoundedStaleness'.
defaultConsistencyLevel This property is required. String
The default consistency level and configuration settings of the Cosmos DB account.
maxIntervalInSeconds Integer
When used with the Bounded Staleness consistency level, this value represents the time amount of staleness (in seconds) tolerated. Accepted range for this value is 5 - 86400. Required when defaultConsistencyPolicy is set to 'BoundedStaleness'.
maxStalenessPrefix Double
When used with the Bounded Staleness consistency level, this value represents the number of stale requests tolerated. Accepted range for this value is 1 – 2,147,483,647. Required when defaultConsistencyPolicy is set to 'BoundedStaleness'.
defaultConsistencyLevel This property is required. string
The default consistency level and configuration settings of the Cosmos DB account.
maxIntervalInSeconds number
When used with the Bounded Staleness consistency level, this value represents the time amount of staleness (in seconds) tolerated. Accepted range for this value is 5 - 86400. Required when defaultConsistencyPolicy is set to 'BoundedStaleness'.
maxStalenessPrefix number
When used with the Bounded Staleness consistency level, this value represents the number of stale requests tolerated. Accepted range for this value is 1 – 2,147,483,647. Required when defaultConsistencyPolicy is set to 'BoundedStaleness'.
default_consistency_level This property is required. str
The default consistency level and configuration settings of the Cosmos DB account.
max_interval_in_seconds int
When used with the Bounded Staleness consistency level, this value represents the time amount of staleness (in seconds) tolerated. Accepted range for this value is 5 - 86400. Required when defaultConsistencyPolicy is set to 'BoundedStaleness'.
max_staleness_prefix float
When used with the Bounded Staleness consistency level, this value represents the number of stale requests tolerated. Accepted range for this value is 1 – 2,147,483,647. Required when defaultConsistencyPolicy is set to 'BoundedStaleness'.
defaultConsistencyLevel This property is required. String
The default consistency level and configuration settings of the Cosmos DB account.
maxIntervalInSeconds Number
When used with the Bounded Staleness consistency level, this value represents the time amount of staleness (in seconds) tolerated. Accepted range for this value is 5 - 86400. Required when defaultConsistencyPolicy is set to 'BoundedStaleness'.
maxStalenessPrefix Number
When used with the Bounded Staleness consistency level, this value represents the number of stale requests tolerated. Accepted range for this value is 1 – 2,147,483,647. Required when defaultConsistencyPolicy is set to 'BoundedStaleness'.

ContinuousModeBackupPolicyResponse

ContinuousModeProperties Pulumi.AzureNative.CosmosDB.Inputs.ContinuousModePropertiesResponse
Configuration values for continuous mode backup
MigrationState Pulumi.AzureNative.CosmosDB.Inputs.BackupPolicyMigrationStateResponse
The object representing the state of the migration between the backup policies.
ContinuousModeProperties ContinuousModePropertiesResponse
Configuration values for continuous mode backup
MigrationState BackupPolicyMigrationStateResponse
The object representing the state of the migration between the backup policies.
continuousModeProperties ContinuousModePropertiesResponse
Configuration values for continuous mode backup
migrationState BackupPolicyMigrationStateResponse
The object representing the state of the migration between the backup policies.
continuousModeProperties ContinuousModePropertiesResponse
Configuration values for continuous mode backup
migrationState BackupPolicyMigrationStateResponse
The object representing the state of the migration between the backup policies.
continuous_mode_properties ContinuousModePropertiesResponse
Configuration values for continuous mode backup
migration_state BackupPolicyMigrationStateResponse
The object representing the state of the migration between the backup policies.
continuousModeProperties Property Map
Configuration values for continuous mode backup
migrationState Property Map
The object representing the state of the migration between the backup policies.

ContinuousModePropertiesResponse

Tier string
Enum to indicate type of Continuous backup mode
Tier string
Enum to indicate type of Continuous backup mode
tier String
Enum to indicate type of Continuous backup mode
tier string
Enum to indicate type of Continuous backup mode
tier str
Enum to indicate type of Continuous backup mode
tier String
Enum to indicate type of Continuous backup mode

CorsPolicyResponse

AllowedOrigins This property is required. string
The origin domains that are permitted to make a request against the service via CORS.
AllowedHeaders string
The request headers that the origin domain may specify on the CORS request.
AllowedMethods string
The methods (HTTP request verbs) that the origin domain may use for a CORS request.
ExposedHeaders string
The response headers that may be sent in the response to the CORS request and exposed by the browser to the request issuer.
MaxAgeInSeconds double
The maximum amount time that a browser should cache the preflight OPTIONS request.
AllowedOrigins This property is required. string
The origin domains that are permitted to make a request against the service via CORS.
AllowedHeaders string
The request headers that the origin domain may specify on the CORS request.
AllowedMethods string
The methods (HTTP request verbs) that the origin domain may use for a CORS request.
ExposedHeaders string
The response headers that may be sent in the response to the CORS request and exposed by the browser to the request issuer.
MaxAgeInSeconds float64
The maximum amount time that a browser should cache the preflight OPTIONS request.
allowedOrigins This property is required. String
The origin domains that are permitted to make a request against the service via CORS.
allowedHeaders String
The request headers that the origin domain may specify on the CORS request.
allowedMethods String
The methods (HTTP request verbs) that the origin domain may use for a CORS request.
exposedHeaders String
The response headers that may be sent in the response to the CORS request and exposed by the browser to the request issuer.
maxAgeInSeconds Double
The maximum amount time that a browser should cache the preflight OPTIONS request.
allowedOrigins This property is required. string
The origin domains that are permitted to make a request against the service via CORS.
allowedHeaders string
The request headers that the origin domain may specify on the CORS request.
allowedMethods string
The methods (HTTP request verbs) that the origin domain may use for a CORS request.
exposedHeaders string
The response headers that may be sent in the response to the CORS request and exposed by the browser to the request issuer.
maxAgeInSeconds number
The maximum amount time that a browser should cache the preflight OPTIONS request.
allowed_origins This property is required. str
The origin domains that are permitted to make a request against the service via CORS.
allowed_headers str
The request headers that the origin domain may specify on the CORS request.
allowed_methods str
The methods (HTTP request verbs) that the origin domain may use for a CORS request.
exposed_headers str
The response headers that may be sent in the response to the CORS request and exposed by the browser to the request issuer.
max_age_in_seconds float
The maximum amount time that a browser should cache the preflight OPTIONS request.
allowedOrigins This property is required. String
The origin domains that are permitted to make a request against the service via CORS.
allowedHeaders String
The request headers that the origin domain may specify on the CORS request.
allowedMethods String
The methods (HTTP request verbs) that the origin domain may use for a CORS request.
exposedHeaders String
The response headers that may be sent in the response to the CORS request and exposed by the browser to the request issuer.
maxAgeInSeconds Number
The maximum amount time that a browser should cache the preflight OPTIONS request.

DatabaseAccountKeysMetadataResponse

PrimaryMasterKey This property is required. Pulumi.AzureNative.CosmosDB.Inputs.AccountKeyMetadataResponse
The metadata related to the Primary Read-Write Key for the given Cosmos DB database account.
PrimaryReadonlyMasterKey This property is required. Pulumi.AzureNative.CosmosDB.Inputs.AccountKeyMetadataResponse
The metadata related to the Primary Read-Only Key for the given Cosmos DB database account.
SecondaryMasterKey This property is required. Pulumi.AzureNative.CosmosDB.Inputs.AccountKeyMetadataResponse
The metadata related to the Secondary Read-Write Key for the given Cosmos DB database account.
SecondaryReadonlyMasterKey This property is required. Pulumi.AzureNative.CosmosDB.Inputs.AccountKeyMetadataResponse
The metadata related to the Secondary Read-Only Key for the given Cosmos DB database account.
PrimaryMasterKey This property is required. AccountKeyMetadataResponse
The metadata related to the Primary Read-Write Key for the given Cosmos DB database account.
PrimaryReadonlyMasterKey This property is required. AccountKeyMetadataResponse
The metadata related to the Primary Read-Only Key for the given Cosmos DB database account.
SecondaryMasterKey This property is required. AccountKeyMetadataResponse
The metadata related to the Secondary Read-Write Key for the given Cosmos DB database account.
SecondaryReadonlyMasterKey This property is required. AccountKeyMetadataResponse
The metadata related to the Secondary Read-Only Key for the given Cosmos DB database account.
primaryMasterKey This property is required. AccountKeyMetadataResponse
The metadata related to the Primary Read-Write Key for the given Cosmos DB database account.
primaryReadonlyMasterKey This property is required. AccountKeyMetadataResponse
The metadata related to the Primary Read-Only Key for the given Cosmos DB database account.
secondaryMasterKey This property is required. AccountKeyMetadataResponse
The metadata related to the Secondary Read-Write Key for the given Cosmos DB database account.
secondaryReadonlyMasterKey This property is required. AccountKeyMetadataResponse
The metadata related to the Secondary Read-Only Key for the given Cosmos DB database account.
primaryMasterKey This property is required. AccountKeyMetadataResponse
The metadata related to the Primary Read-Write Key for the given Cosmos DB database account.
primaryReadonlyMasterKey This property is required. AccountKeyMetadataResponse
The metadata related to the Primary Read-Only Key for the given Cosmos DB database account.
secondaryMasterKey This property is required. AccountKeyMetadataResponse
The metadata related to the Secondary Read-Write Key for the given Cosmos DB database account.
secondaryReadonlyMasterKey This property is required. AccountKeyMetadataResponse
The metadata related to the Secondary Read-Only Key for the given Cosmos DB database account.
primary_master_key This property is required. AccountKeyMetadataResponse
The metadata related to the Primary Read-Write Key for the given Cosmos DB database account.
primary_readonly_master_key This property is required. AccountKeyMetadataResponse
The metadata related to the Primary Read-Only Key for the given Cosmos DB database account.
secondary_master_key This property is required. AccountKeyMetadataResponse
The metadata related to the Secondary Read-Write Key for the given Cosmos DB database account.
secondary_readonly_master_key This property is required. AccountKeyMetadataResponse
The metadata related to the Secondary Read-Only Key for the given Cosmos DB database account.
primaryMasterKey This property is required. Property Map
The metadata related to the Primary Read-Write Key for the given Cosmos DB database account.
primaryReadonlyMasterKey This property is required. Property Map
The metadata related to the Primary Read-Only Key for the given Cosmos DB database account.
secondaryMasterKey This property is required. Property Map
The metadata related to the Secondary Read-Write Key for the given Cosmos DB database account.
secondaryReadonlyMasterKey This property is required. Property Map
The metadata related to the Secondary Read-Only Key for the given Cosmos DB database account.

DatabaseRestoreResourceResponse

CollectionNames List<string>
The names of the collections available for restore.
DatabaseName string
The name of the database available for restore.
CollectionNames []string
The names of the collections available for restore.
DatabaseName string
The name of the database available for restore.
collectionNames List<String>
The names of the collections available for restore.
databaseName String
The name of the database available for restore.
collectionNames string[]
The names of the collections available for restore.
databaseName string
The name of the database available for restore.
collection_names Sequence[str]
The names of the collections available for restore.
database_name str
The name of the database available for restore.
collectionNames List<String>
The names of the collections available for restore.
databaseName String
The name of the database available for restore.

FailoverPolicyResponse

Id This property is required. string
The unique identifier of the region in which the database account replicates to. Example: <accountName>-<locationName>.
FailoverPriority int
The failover priority of the region. A failover priority of 0 indicates a write region. The maximum value for a failover priority = (total number of regions - 1). Failover priority values must be unique for each of the regions in which the database account exists.
LocationName string
The name of the region in which the database account exists.
Id This property is required. string
The unique identifier of the region in which the database account replicates to. Example: <accountName>-<locationName>.
FailoverPriority int
The failover priority of the region. A failover priority of 0 indicates a write region. The maximum value for a failover priority = (total number of regions - 1). Failover priority values must be unique for each of the regions in which the database account exists.
LocationName string
The name of the region in which the database account exists.
id This property is required. String
The unique identifier of the region in which the database account replicates to. Example: <accountName>-<locationName>.
failoverPriority Integer
The failover priority of the region. A failover priority of 0 indicates a write region. The maximum value for a failover priority = (total number of regions - 1). Failover priority values must be unique for each of the regions in which the database account exists.
locationName String
The name of the region in which the database account exists.
id This property is required. string
The unique identifier of the region in which the database account replicates to. Example: <accountName>-<locationName>.
failoverPriority number
The failover priority of the region. A failover priority of 0 indicates a write region. The maximum value for a failover priority = (total number of regions - 1). Failover priority values must be unique for each of the regions in which the database account exists.
locationName string
The name of the region in which the database account exists.
id This property is required. str
The unique identifier of the region in which the database account replicates to. Example: <accountName>-<locationName>.
failover_priority int
The failover priority of the region. A failover priority of 0 indicates a write region. The maximum value for a failover priority = (total number of regions - 1). Failover priority values must be unique for each of the regions in which the database account exists.
location_name str
The name of the region in which the database account exists.
id This property is required. String
The unique identifier of the region in which the database account replicates to. Example: <accountName>-<locationName>.
failoverPriority Number
The failover priority of the region. A failover priority of 0 indicates a write region. The maximum value for a failover priority = (total number of regions - 1). Failover priority values must be unique for each of the regions in which the database account exists.
locationName String
The name of the region in which the database account exists.

GremlinDatabaseRestoreResourceResponse

DatabaseName string
The name of the gremlin database available for restore.
GraphNames List<string>
The names of the graphs available for restore.
DatabaseName string
The name of the gremlin database available for restore.
GraphNames []string
The names of the graphs available for restore.
databaseName String
The name of the gremlin database available for restore.
graphNames List<String>
The names of the graphs available for restore.
databaseName string
The name of the gremlin database available for restore.
graphNames string[]
The names of the graphs available for restore.
database_name str
The name of the gremlin database available for restore.
graph_names Sequence[str]
The names of the graphs available for restore.
databaseName String
The name of the gremlin database available for restore.
graphNames List<String>
The names of the graphs available for restore.

IpAddressOrRangeResponse

IpAddressOrRange string
A single IPv4 address or a single IPv4 address range in CIDR format. Provided IPs must be well-formatted and cannot be contained in one of the following ranges: 10.0.0.0/8, 100.64.0.0/10, 172.16.0.0/12, 192.168.0.0/16, since these are not enforceable by the IP address filter. Example of valid inputs: “23.40.210.245” or “23.40.210.0/8”.
IpAddressOrRange string
A single IPv4 address or a single IPv4 address range in CIDR format. Provided IPs must be well-formatted and cannot be contained in one of the following ranges: 10.0.0.0/8, 100.64.0.0/10, 172.16.0.0/12, 192.168.0.0/16, since these are not enforceable by the IP address filter. Example of valid inputs: “23.40.210.245” or “23.40.210.0/8”.
ipAddressOrRange String
A single IPv4 address or a single IPv4 address range in CIDR format. Provided IPs must be well-formatted and cannot be contained in one of the following ranges: 10.0.0.0/8, 100.64.0.0/10, 172.16.0.0/12, 192.168.0.0/16, since these are not enforceable by the IP address filter. Example of valid inputs: “23.40.210.245” or “23.40.210.0/8”.
ipAddressOrRange string
A single IPv4 address or a single IPv4 address range in CIDR format. Provided IPs must be well-formatted and cannot be contained in one of the following ranges: 10.0.0.0/8, 100.64.0.0/10, 172.16.0.0/12, 192.168.0.0/16, since these are not enforceable by the IP address filter. Example of valid inputs: “23.40.210.245” or “23.40.210.0/8”.
ip_address_or_range str
A single IPv4 address or a single IPv4 address range in CIDR format. Provided IPs must be well-formatted and cannot be contained in one of the following ranges: 10.0.0.0/8, 100.64.0.0/10, 172.16.0.0/12, 192.168.0.0/16, since these are not enforceable by the IP address filter. Example of valid inputs: “23.40.210.245” or “23.40.210.0/8”.
ipAddressOrRange String
A single IPv4 address or a single IPv4 address range in CIDR format. Provided IPs must be well-formatted and cannot be contained in one of the following ranges: 10.0.0.0/8, 100.64.0.0/10, 172.16.0.0/12, 192.168.0.0/16, since these are not enforceable by the IP address filter. Example of valid inputs: “23.40.210.245” or “23.40.210.0/8”.

LocationResponse

DocumentEndpoint This property is required. string
The connection endpoint for the specific region. Example: https://<accountName>-<locationName>.documents.azure.com:443/
Id This property is required. string
The unique identifier of the region within the database account. Example: <accountName>-<locationName>.
ProvisioningState This property is required. string
The status of the Cosmos DB account at the time the operation was called. The status can be one of following. 'Creating' – the Cosmos DB account is being created. When an account is in Creating state, only properties that are specified as input for the Create Cosmos DB account operation are returned. 'Succeeded' – the Cosmos DB account is active for use. 'Updating' – the Cosmos DB account is being updated. 'Deleting' – the Cosmos DB account is being deleted. 'Failed' – the Cosmos DB account failed creation. 'DeletionFailed' – the Cosmos DB account deletion failed.
FailoverPriority int
The failover priority of the region. A failover priority of 0 indicates a write region. The maximum value for a failover priority = (total number of regions - 1). Failover priority values must be unique for each of the regions in which the database account exists.
IsZoneRedundant bool
Flag to indicate whether or not this region is an AvailabilityZone region
LocationName string
The name of the region.
DocumentEndpoint This property is required. string
The connection endpoint for the specific region. Example: https://<accountName>-<locationName>.documents.azure.com:443/
Id This property is required. string
The unique identifier of the region within the database account. Example: <accountName>-<locationName>.
ProvisioningState This property is required. string
The status of the Cosmos DB account at the time the operation was called. The status can be one of following. 'Creating' – the Cosmos DB account is being created. When an account is in Creating state, only properties that are specified as input for the Create Cosmos DB account operation are returned. 'Succeeded' – the Cosmos DB account is active for use. 'Updating' – the Cosmos DB account is being updated. 'Deleting' – the Cosmos DB account is being deleted. 'Failed' – the Cosmos DB account failed creation. 'DeletionFailed' – the Cosmos DB account deletion failed.
FailoverPriority int
The failover priority of the region. A failover priority of 0 indicates a write region. The maximum value for a failover priority = (total number of regions - 1). Failover priority values must be unique for each of the regions in which the database account exists.
IsZoneRedundant bool
Flag to indicate whether or not this region is an AvailabilityZone region
LocationName string
The name of the region.
documentEndpoint This property is required. String
The connection endpoint for the specific region. Example: https://<accountName>-<locationName>.documents.azure.com:443/
id This property is required. String
The unique identifier of the region within the database account. Example: <accountName>-<locationName>.
provisioningState This property is required. String
The status of the Cosmos DB account at the time the operation was called. The status can be one of following. 'Creating' – the Cosmos DB account is being created. When an account is in Creating state, only properties that are specified as input for the Create Cosmos DB account operation are returned. 'Succeeded' – the Cosmos DB account is active for use. 'Updating' – the Cosmos DB account is being updated. 'Deleting' – the Cosmos DB account is being deleted. 'Failed' – the Cosmos DB account failed creation. 'DeletionFailed' – the Cosmos DB account deletion failed.
failoverPriority Integer
The failover priority of the region. A failover priority of 0 indicates a write region. The maximum value for a failover priority = (total number of regions - 1). Failover priority values must be unique for each of the regions in which the database account exists.
isZoneRedundant Boolean
Flag to indicate whether or not this region is an AvailabilityZone region
locationName String
The name of the region.
documentEndpoint This property is required. string
The connection endpoint for the specific region. Example: https://<accountName>-<locationName>.documents.azure.com:443/
id This property is required. string
The unique identifier of the region within the database account. Example: <accountName>-<locationName>.
provisioningState This property is required. string
The status of the Cosmos DB account at the time the operation was called. The status can be one of following. 'Creating' – the Cosmos DB account is being created. When an account is in Creating state, only properties that are specified as input for the Create Cosmos DB account operation are returned. 'Succeeded' – the Cosmos DB account is active for use. 'Updating' – the Cosmos DB account is being updated. 'Deleting' – the Cosmos DB account is being deleted. 'Failed' – the Cosmos DB account failed creation. 'DeletionFailed' – the Cosmos DB account deletion failed.
failoverPriority number
The failover priority of the region. A failover priority of 0 indicates a write region. The maximum value for a failover priority = (total number of regions - 1). Failover priority values must be unique for each of the regions in which the database account exists.
isZoneRedundant boolean
Flag to indicate whether or not this region is an AvailabilityZone region
locationName string
The name of the region.
document_endpoint This property is required. str
The connection endpoint for the specific region. Example: https://<accountName>-<locationName>.documents.azure.com:443/
id This property is required. str
The unique identifier of the region within the database account. Example: <accountName>-<locationName>.
provisioning_state This property is required. str
The status of the Cosmos DB account at the time the operation was called. The status can be one of following. 'Creating' – the Cosmos DB account is being created. When an account is in Creating state, only properties that are specified as input for the Create Cosmos DB account operation are returned. 'Succeeded' – the Cosmos DB account is active for use. 'Updating' – the Cosmos DB account is being updated. 'Deleting' – the Cosmos DB account is being deleted. 'Failed' – the Cosmos DB account failed creation. 'DeletionFailed' – the Cosmos DB account deletion failed.
failover_priority int
The failover priority of the region. A failover priority of 0 indicates a write region. The maximum value for a failover priority = (total number of regions - 1). Failover priority values must be unique for each of the regions in which the database account exists.
is_zone_redundant bool
Flag to indicate whether or not this region is an AvailabilityZone region
location_name str
The name of the region.
documentEndpoint This property is required. String
The connection endpoint for the specific region. Example: https://<accountName>-<locationName>.documents.azure.com:443/
id This property is required. String
The unique identifier of the region within the database account. Example: <accountName>-<locationName>.
provisioningState This property is required. String
The status of the Cosmos DB account at the time the operation was called. The status can be one of following. 'Creating' – the Cosmos DB account is being created. When an account is in Creating state, only properties that are specified as input for the Create Cosmos DB account operation are returned. 'Succeeded' – the Cosmos DB account is active for use. 'Updating' – the Cosmos DB account is being updated. 'Deleting' – the Cosmos DB account is being deleted. 'Failed' – the Cosmos DB account failed creation. 'DeletionFailed' – the Cosmos DB account deletion failed.
failoverPriority Number
The failover priority of the region. A failover priority of 0 indicates a write region. The maximum value for a failover priority = (total number of regions - 1). Failover priority values must be unique for each of the regions in which the database account exists.
isZoneRedundant Boolean
Flag to indicate whether or not this region is an AvailabilityZone region
locationName String
The name of the region.

ManagedServiceIdentityResponse

PrincipalId This property is required. string
The principal id of the system assigned identity. This property will only be provided for a system assigned identity.
TenantId This property is required. string
The tenant id of the system assigned identity. This property will only be provided for a system assigned identity.
Type string
The type of identity used for the resource. The type 'SystemAssigned,UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service.
UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.CosmosDB.Inputs.ManagedServiceIdentityResponseUserAssignedIdentities>
The list of user identities associated with resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
PrincipalId This property is required. string
The principal id of the system assigned identity. This property will only be provided for a system assigned identity.
TenantId This property is required. string
The tenant id of the system assigned identity. This property will only be provided for a system assigned identity.
Type string
The type of identity used for the resource. The type 'SystemAssigned,UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service.
UserAssignedIdentities map[string]ManagedServiceIdentityResponseUserAssignedIdentities
The list of user identities associated with resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
principalId This property is required. String
The principal id of the system assigned identity. This property will only be provided for a system assigned identity.
tenantId This property is required. String
The tenant id of the system assigned identity. This property will only be provided for a system assigned identity.
type String
The type of identity used for the resource. The type 'SystemAssigned,UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service.
userAssignedIdentities Map<String,ManagedServiceIdentityResponseUserAssignedIdentities>
The list of user identities associated with resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
principalId This property is required. string
The principal id of the system assigned identity. This property will only be provided for a system assigned identity.
tenantId This property is required. string
The tenant id of the system assigned identity. This property will only be provided for a system assigned identity.
type string
The type of identity used for the resource. The type 'SystemAssigned,UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service.
userAssignedIdentities {[key: string]: ManagedServiceIdentityResponseUserAssignedIdentities}
The list of user identities associated with resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
principal_id This property is required. str
The principal id of the system assigned identity. This property will only be provided for a system assigned identity.
tenant_id This property is required. str
The tenant id of the system assigned identity. This property will only be provided for a system assigned identity.
type str
The type of identity used for the resource. The type 'SystemAssigned,UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service.
user_assigned_identities Mapping[str, ManagedServiceIdentityResponseUserAssignedIdentities]
The list of user identities associated with resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
principalId This property is required. String
The principal id of the system assigned identity. This property will only be provided for a system assigned identity.
tenantId This property is required. String
The tenant id of the system assigned identity. This property will only be provided for a system assigned identity.
type String
The type of identity used for the resource. The type 'SystemAssigned,UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service.
userAssignedIdentities Map<Property Map>
The list of user identities associated with resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

ManagedServiceIdentityResponseUserAssignedIdentities

ClientId This property is required. string
The client id of user assigned identity.
PrincipalId This property is required. string
The principal id of user assigned identity.
ClientId This property is required. string
The client id of user assigned identity.
PrincipalId This property is required. string
The principal id of user assigned identity.
clientId This property is required. String
The client id of user assigned identity.
principalId This property is required. String
The principal id of user assigned identity.
clientId This property is required. string
The client id of user assigned identity.
principalId This property is required. string
The principal id of user assigned identity.
client_id This property is required. str
The client id of user assigned identity.
principal_id This property is required. str
The principal id of user assigned identity.
clientId This property is required. String
The client id of user assigned identity.
principalId This property is required. String
The principal id of user assigned identity.

PeriodicModeBackupPolicyResponse

MigrationState Pulumi.AzureNative.CosmosDB.Inputs.BackupPolicyMigrationStateResponse
The object representing the state of the migration between the backup policies.
PeriodicModeProperties Pulumi.AzureNative.CosmosDB.Inputs.PeriodicModePropertiesResponse
Configuration values for periodic mode backup
MigrationState BackupPolicyMigrationStateResponse
The object representing the state of the migration between the backup policies.
PeriodicModeProperties PeriodicModePropertiesResponse
Configuration values for periodic mode backup
migrationState BackupPolicyMigrationStateResponse
The object representing the state of the migration between the backup policies.
periodicModeProperties PeriodicModePropertiesResponse
Configuration values for periodic mode backup
migrationState BackupPolicyMigrationStateResponse
The object representing the state of the migration between the backup policies.
periodicModeProperties PeriodicModePropertiesResponse
Configuration values for periodic mode backup
migration_state BackupPolicyMigrationStateResponse
The object representing the state of the migration between the backup policies.
periodic_mode_properties PeriodicModePropertiesResponse
Configuration values for periodic mode backup
migrationState Property Map
The object representing the state of the migration between the backup policies.
periodicModeProperties Property Map
Configuration values for periodic mode backup

PeriodicModePropertiesResponse

BackupIntervalInMinutes int
An integer representing the interval in minutes between two backups
BackupRetentionIntervalInHours int
An integer representing the time (in hours) that each backup is retained
BackupStorageRedundancy string
Enum to indicate type of backup residency
BackupIntervalInMinutes int
An integer representing the interval in minutes between two backups
BackupRetentionIntervalInHours int
An integer representing the time (in hours) that each backup is retained
BackupStorageRedundancy string
Enum to indicate type of backup residency
backupIntervalInMinutes Integer
An integer representing the interval in minutes between two backups
backupRetentionIntervalInHours Integer
An integer representing the time (in hours) that each backup is retained
backupStorageRedundancy String
Enum to indicate type of backup residency
backupIntervalInMinutes number
An integer representing the interval in minutes between two backups
backupRetentionIntervalInHours number
An integer representing the time (in hours) that each backup is retained
backupStorageRedundancy string
Enum to indicate type of backup residency
backup_interval_in_minutes int
An integer representing the interval in minutes between two backups
backup_retention_interval_in_hours int
An integer representing the time (in hours) that each backup is retained
backup_storage_redundancy str
Enum to indicate type of backup residency
backupIntervalInMinutes Number
An integer representing the interval in minutes between two backups
backupRetentionIntervalInHours Number
An integer representing the time (in hours) that each backup is retained
backupStorageRedundancy String
Enum to indicate type of backup residency

PrivateEndpointConnectionResponse

Id This property is required. string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Name This property is required. string
The name of the resource
Type This property is required. string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
GroupId string
Group id of the private endpoint.
PrivateEndpoint Pulumi.AzureNative.CosmosDB.Inputs.PrivateEndpointPropertyResponse
Private endpoint which the connection belongs to.
PrivateLinkServiceConnectionState Pulumi.AzureNative.CosmosDB.Inputs.PrivateLinkServiceConnectionStatePropertyResponse
Connection State of the Private Endpoint Connection.
ProvisioningState string
Provisioning state of the private endpoint.
Id This property is required. string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Name This property is required. string
The name of the resource
Type This property is required. string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
GroupId string
Group id of the private endpoint.
PrivateEndpoint PrivateEndpointPropertyResponse
Private endpoint which the connection belongs to.
PrivateLinkServiceConnectionState PrivateLinkServiceConnectionStatePropertyResponse
Connection State of the Private Endpoint Connection.
ProvisioningState string
Provisioning state of the private endpoint.
id This property is required. String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name This property is required. String
The name of the resource
type This property is required. String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
groupId String
Group id of the private endpoint.
privateEndpoint PrivateEndpointPropertyResponse
Private endpoint which the connection belongs to.
privateLinkServiceConnectionState PrivateLinkServiceConnectionStatePropertyResponse
Connection State of the Private Endpoint Connection.
provisioningState String
Provisioning state of the private endpoint.
id This property is required. string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name This property is required. string
The name of the resource
type This property is required. string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
groupId string
Group id of the private endpoint.
privateEndpoint PrivateEndpointPropertyResponse
Private endpoint which the connection belongs to.
privateLinkServiceConnectionState PrivateLinkServiceConnectionStatePropertyResponse
Connection State of the Private Endpoint Connection.
provisioningState string
Provisioning state of the private endpoint.
id This property is required. str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name This property is required. str
The name of the resource
type This property is required. str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
group_id str
Group id of the private endpoint.
private_endpoint PrivateEndpointPropertyResponse
Private endpoint which the connection belongs to.
private_link_service_connection_state PrivateLinkServiceConnectionStatePropertyResponse
Connection State of the Private Endpoint Connection.
provisioning_state str
Provisioning state of the private endpoint.
id This property is required. String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name This property is required. String
The name of the resource
type This property is required. String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
groupId String
Group id of the private endpoint.
privateEndpoint Property Map
Private endpoint which the connection belongs to.
privateLinkServiceConnectionState Property Map
Connection State of the Private Endpoint Connection.
provisioningState String
Provisioning state of the private endpoint.

PrivateEndpointPropertyResponse

Id string
Resource id of the private endpoint.
Id string
Resource id of the private endpoint.
id String
Resource id of the private endpoint.
id string
Resource id of the private endpoint.
id str
Resource id of the private endpoint.
id String
Resource id of the private endpoint.

PrivateLinkServiceConnectionStatePropertyResponse

ActionsRequired This property is required. string
Any action that is required beyond basic workflow (approve/ reject/ disconnect)
Description string
The private link service connection description.
Status string
The private link service connection status.
ActionsRequired This property is required. string
Any action that is required beyond basic workflow (approve/ reject/ disconnect)
Description string
The private link service connection description.
Status string
The private link service connection status.
actionsRequired This property is required. String
Any action that is required beyond basic workflow (approve/ reject/ disconnect)
description String
The private link service connection description.
status String
The private link service connection status.
actionsRequired This property is required. string
Any action that is required beyond basic workflow (approve/ reject/ disconnect)
description string
The private link service connection description.
status string
The private link service connection status.
actions_required This property is required. str
Any action that is required beyond basic workflow (approve/ reject/ disconnect)
description str
The private link service connection description.
status str
The private link service connection status.
actionsRequired This property is required. String
Any action that is required beyond basic workflow (approve/ reject/ disconnect)
description String
The private link service connection description.
status String
The private link service connection status.

RestoreParametersResponse

DatabasesToRestore List<Pulumi.AzureNative.CosmosDB.Inputs.DatabaseRestoreResourceResponse>
List of specific databases available for restore.
GremlinDatabasesToRestore List<Pulumi.AzureNative.CosmosDB.Inputs.GremlinDatabaseRestoreResourceResponse>
List of specific gremlin databases available for restore.
RestoreMode string
Describes the mode of the restore.
RestoreSource string
The id of the restorable database account from which the restore has to be initiated. For example: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName}
RestoreTimestampInUtc string
Time to which the account has to be restored (ISO-8601 format).
RestoreWithTtlDisabled bool
Specifies whether the restored account will have Time-To-Live disabled upon the successful restore.
TablesToRestore List<string>
List of specific tables available for restore.
DatabasesToRestore []DatabaseRestoreResourceResponse
List of specific databases available for restore.
GremlinDatabasesToRestore []GremlinDatabaseRestoreResourceResponse
List of specific gremlin databases available for restore.
RestoreMode string
Describes the mode of the restore.
RestoreSource string
The id of the restorable database account from which the restore has to be initiated. For example: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName}
RestoreTimestampInUtc string
Time to which the account has to be restored (ISO-8601 format).
RestoreWithTtlDisabled bool
Specifies whether the restored account will have Time-To-Live disabled upon the successful restore.
TablesToRestore []string
List of specific tables available for restore.
databasesToRestore List<DatabaseRestoreResourceResponse>
List of specific databases available for restore.
gremlinDatabasesToRestore List<GremlinDatabaseRestoreResourceResponse>
List of specific gremlin databases available for restore.
restoreMode String
Describes the mode of the restore.
restoreSource String
The id of the restorable database account from which the restore has to be initiated. For example: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName}
restoreTimestampInUtc String
Time to which the account has to be restored (ISO-8601 format).
restoreWithTtlDisabled Boolean
Specifies whether the restored account will have Time-To-Live disabled upon the successful restore.
tablesToRestore List<String>
List of specific tables available for restore.
databasesToRestore DatabaseRestoreResourceResponse[]
List of specific databases available for restore.
gremlinDatabasesToRestore GremlinDatabaseRestoreResourceResponse[]
List of specific gremlin databases available for restore.
restoreMode string
Describes the mode of the restore.
restoreSource string
The id of the restorable database account from which the restore has to be initiated. For example: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName}
restoreTimestampInUtc string
Time to which the account has to be restored (ISO-8601 format).
restoreWithTtlDisabled boolean
Specifies whether the restored account will have Time-To-Live disabled upon the successful restore.
tablesToRestore string[]
List of specific tables available for restore.
databases_to_restore Sequence[DatabaseRestoreResourceResponse]
List of specific databases available for restore.
gremlin_databases_to_restore Sequence[GremlinDatabaseRestoreResourceResponse]
List of specific gremlin databases available for restore.
restore_mode str
Describes the mode of the restore.
restore_source str
The id of the restorable database account from which the restore has to be initiated. For example: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName}
restore_timestamp_in_utc str
Time to which the account has to be restored (ISO-8601 format).
restore_with_ttl_disabled bool
Specifies whether the restored account will have Time-To-Live disabled upon the successful restore.
tables_to_restore Sequence[str]
List of specific tables available for restore.
databasesToRestore List<Property Map>
List of specific databases available for restore.
gremlinDatabasesToRestore List<Property Map>
List of specific gremlin databases available for restore.
restoreMode String
Describes the mode of the restore.
restoreSource String
The id of the restorable database account from which the restore has to be initiated. For example: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName}
restoreTimestampInUtc String
Time to which the account has to be restored (ISO-8601 format).
restoreWithTtlDisabled Boolean
Specifies whether the restored account will have Time-To-Live disabled upon the successful restore.
tablesToRestore List<String>
List of specific tables available for restore.

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.

VirtualNetworkRuleResponse

Id string
Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}.
IgnoreMissingVNetServiceEndpoint bool
Create firewall rule before the virtual network has vnet service endpoint enabled.
Id string
Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}.
IgnoreMissingVNetServiceEndpoint bool
Create firewall rule before the virtual network has vnet service endpoint enabled.
id String
Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}.
ignoreMissingVNetServiceEndpoint Boolean
Create firewall rule before the virtual network has vnet service endpoint enabled.
id string
Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}.
ignoreMissingVNetServiceEndpoint boolean
Create firewall rule before the virtual network has vnet service endpoint enabled.
id str
Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}.
ignore_missing_v_net_service_endpoint bool
Create firewall rule before the virtual network has vnet service endpoint enabled.
id String
Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}.
ignoreMissingVNetServiceEndpoint Boolean
Create firewall rule before the virtual network has vnet service endpoint enabled.

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 v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi