This page documents the language specification for the azure package. If you're looking for help working with the inputs, outputs, or functions of azure resources in a Pulumi program, please see the resource documentation for examples and API reference.
appconfiguration¶
This provider is a derived work of the Terraform Provider distributed under MPL 2.0. If you encounter a bug or missing feature, first check the pulumi/pulumi-azure repo; however, if that doesn’t turn up anything, please consult the source terraform-providers/terraform-provider-azurerm repo.
- class
pulumi_azure.appconfiguration.AwaitableGetConfigurationStoreResult(endpoint=None, id=None, location=None, name=None, primary_read_keys=None, primary_write_keys=None, resource_group_name=None, secondary_read_keys=None, secondary_write_keys=None, sku=None, tags=None)¶
- class
pulumi_azure.appconfiguration.ConfigurationStore(resource_name, opts=None, location=None, name=None, resource_group_name=None, sku=None, tags=None, __props__=None, __name__=None, __opts__=None)¶ Manages an Azure App Configuration.
import pulumi import pulumi_azure as azure rg = azure.core.ResourceGroup("rg", location="West Europe") appconf = azure.appconfiguration.ConfigurationStore("appconf", resource_group_name=rg.name, location=rg.location)
- Parameters
resource_name (str) – The name of the resource.
opts (pulumi.ResourceOptions) – Options for the resource.
location (pulumi.Input[str]) – Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
name (pulumi.Input[str]) – Specifies the name of the App Configuration. Changing this forces a new resource to be created.
resource_group_name (pulumi.Input[str]) – The name of the resource group in which to create the App Configuration. Changing this forces a new resource to be created.
sku (pulumi.Input[str]) – The SKU name of the the App Configuration. Possible values are
freeandstandard.tags (pulumi.Input[dict]) – A mapping of tags to assign to the resource.
endpoint: pulumi.Output[str] = None¶The URL of the App Configuration.
location: pulumi.Output[str] = None¶Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
name: pulumi.Output[str] = None¶Specifies the name of the App Configuration. Changing this forces a new resource to be created.
primary_read_keys: pulumi.Output[list] = None¶A
primary_read_keyblock as defined below containing the primary read access key.connection_string(str) - The Connection String for this Access Key - comprising of the Endpoint, ID and Secret.id(str) - The ID of the Access Key.secret(str) - The Secret of the Access Key.
primary_write_keys: pulumi.Output[list] = None¶A
primary_write_keyblock as defined below containing the primary write access key.connection_string(str) - The Connection String for this Access Key - comprising of the Endpoint, ID and Secret.id(str) - The ID of the Access Key.secret(str) - The Secret of the Access Key.
resource_group_name: pulumi.Output[str] = None¶The name of the resource group in which to create the App Configuration. Changing this forces a new resource to be created.
secondary_read_keys: pulumi.Output[list] = None¶A
secondary_read_keyblock as defined below containing the secondary read access key.connection_string(str) - The Connection String for this Access Key - comprising of the Endpoint, ID and Secret.id(str) - The ID of the Access Key.secret(str) - The Secret of the Access Key.
secondary_write_keys: pulumi.Output[list] = None¶A
secondary_write_keyblock as defined below containing the secondary write access key.connection_string(str) - The Connection String for this Access Key - comprising of the Endpoint, ID and Secret.id(str) - The ID of the Access Key.secret(str) - The Secret of the Access Key.
sku: pulumi.Output[str] = None¶The SKU name of the the App Configuration. Possible values are
freeandstandard.
A mapping of tags to assign to the resource.
- static
get(resource_name, id, opts=None, endpoint=None, location=None, name=None, primary_read_keys=None, primary_write_keys=None, resource_group_name=None, secondary_read_keys=None, secondary_write_keys=None, sku=None, tags=None)¶ Get an existing ConfigurationStore resource’s state with the given name, id, and optional extra properties used to qualify the lookup.
- Parameters
resource_name (str) – The unique name of the resulting resource.
id (str) – The unique provider ID of the resource to lookup.
opts (pulumi.ResourceOptions) – Options for the resource.
endpoint (pulumi.Input[str]) – The URL of the App Configuration.
location (pulumi.Input[str]) – Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
name (pulumi.Input[str]) – Specifies the name of the App Configuration. Changing this forces a new resource to be created.
primary_read_keys (pulumi.Input[list]) – A
primary_read_keyblock as defined below containing the primary read access key.primary_write_keys (pulumi.Input[list]) – A
primary_write_keyblock as defined below containing the primary write access key.resource_group_name (pulumi.Input[str]) – The name of the resource group in which to create the App Configuration. Changing this forces a new resource to be created.
secondary_read_keys (pulumi.Input[list]) – A
secondary_read_keyblock as defined below containing the secondary read access key.secondary_write_keys (pulumi.Input[list]) – A
secondary_write_keyblock as defined below containing the secondary write access key.sku (pulumi.Input[str]) – The SKU name of the the App Configuration. Possible values are
freeandstandard.tags (pulumi.Input[dict]) – A mapping of tags to assign to the resource.
The primary_read_keys object supports the following:
connection_string(pulumi.Input[str]) - The Connection String for this Access Key - comprising of the Endpoint, ID and Secret.id(pulumi.Input[str]) - The ID of the Access Key.secret(pulumi.Input[str]) - The Secret of the Access Key.
The primary_write_keys object supports the following:
connection_string(pulumi.Input[str]) - The Connection String for this Access Key - comprising of the Endpoint, ID and Secret.id(pulumi.Input[str]) - The ID of the Access Key.secret(pulumi.Input[str]) - The Secret of the Access Key.
The secondary_read_keys object supports the following:
connection_string(pulumi.Input[str]) - The Connection String for this Access Key - comprising of the Endpoint, ID and Secret.id(pulumi.Input[str]) - The ID of the Access Key.secret(pulumi.Input[str]) - The Secret of the Access Key.
The secondary_write_keys object supports the following:
connection_string(pulumi.Input[str]) - The Connection String for this Access Key - comprising of the Endpoint, ID and Secret.id(pulumi.Input[str]) - The ID of the Access Key.secret(pulumi.Input[str]) - The Secret of the Access Key.
translate_output_property(prop)¶Provides subclasses of Resource an opportunity to translate names of output properties into a format of their choosing before writing those properties to the resource object.
- Parameters
prop (str) – A property name.
- Returns
A potentially transformed property name.
- Return type
str
translate_input_property(prop)¶Provides subclasses of Resource an opportunity to translate names of input properties into a format of their choosing before sending those properties to the Pulumi engine.
- Parameters
prop (str) – A property name.
- Returns
A potentially transformed property name.
- Return type
str
- class
pulumi_azure.appconfiguration.GetConfigurationStoreResult(endpoint=None, id=None, location=None, name=None, primary_read_keys=None, primary_write_keys=None, resource_group_name=None, secondary_read_keys=None, secondary_write_keys=None, sku=None, tags=None)¶ A collection of values returned by getConfigurationStore.
endpoint= None¶The Endpoint used to access this App Configuration.
id= None¶The provider-assigned unique ID for this managed resource.
location= None¶The Azure Region where the App Configuration exists.
primary_read_keys= None¶A
primary_read_keyblock as defined below containing the primary read access key.
primary_write_keys= None¶A
primary_write_keyblock as defined below containing the primary write access key.
secondary_read_keys= None¶A
secondary_read_keyblock as defined below containing the secondary read access key.
secondary_write_keys= None¶A
secondary_write_keyblock as defined below containing the secondary write access key.
sku= None¶The name of the SKU used for this App Configuration.
A mapping of tags assigned to the App Configuration.
pulumi_azure.appconfiguration.get_configuration_store(name=None, resource_group_name=None, opts=None)¶Use this data source to access information about an existing App Configuration.
import pulumi import pulumi_azure as azure example = azure.appconfiguration.get_configuration_store(name="existing", resource_group_name="existing") pulumi.export("id", example.id)
- Parameters
name (str) – The Name of this App Configuration.
resource_group_name (str) – The name of the Resource Group where the App Configuration exists.