Resource Type: azure_cassandra_keyspace

Defined in:
lib/puppet/type/azure_cassandra_keyspace.rb
Providers:
arm

Overview

An Azure Cosmos DB Cassandra keyspace.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • id

    The unique resource identifier of the database account.

  • location

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

  • properties

    The properties of an Azure Cosmos DB Cassandra keyspace

  • tags

    “”

  • type

    The type of Azure resource.

Parameters

  • account_name

    Cosmos DB database account name.

  • api_version

    Version of the API to be used with the client request. The current version is 2015-04-08.

  • create_update_cassandra_keyspace_parameters

    The parameters to provide for the current Cassandra keyspace.

  • keyspace_name

    Cosmos DB keyspace name.

  • name (namevar)

    The name of the database account.

  • provider

    The specific backend to use for this ‘azure_cassandra_keyspace` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • resource_group_name

    Name of an Azure resource group.

  • subscription_id

    Azure subscription ID.