GradientEdge CDK Utils
    Preparing search index...
    interface CosmosdbSqlDatabaseProps {
        accountName: Input<string>;
        databaseName?: Input<string>;
        location?: Input<string>;
        options?: Input<CreateUpdateOptionsArgs>;
        resource: Input<SqlDatabaseResourceArgs>;
        resourceGroupName: Input<string>;
        tags?: Input<{ [key: string]: Input<string> }>;
    }

    Hierarchy

    • SqlResourceSqlDatabaseArgs
      • CosmosdbSqlDatabaseProps
    Index

    Properties

    accountName: Input<string>

    Cosmos DB database account name.

    databaseName?: Input<string>

    Cosmos DB database name.

    location?: Input<string>

    The location of the resource group to which the resource belongs.

    options?: Input<CreateUpdateOptionsArgs>

    A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request.

    resource: Input<SqlDatabaseResourceArgs>

    The standard JSON format of a SQL database

    resourceGroupName: Input<string>

    The name of the resource group. The name is case insensitive.

    tags?: Input<{ [key: string]: Input<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".