azure-native.dashboard.Grafana
Explore with Pulumi AI
The grafana resource type. API Version: 2022-05-01-preview.
Create Grafana Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Grafana(name: string, args: GrafanaArgs, opts?: CustomResourceOptions);
@overload
def Grafana(resource_name: str,
args: GrafanaArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Grafana(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
identity: Optional[ManagedServiceIdentityArgs] = None,
location: Optional[str] = None,
properties: Optional[ManagedGrafanaPropertiesArgs] = None,
sku: Optional[ResourceSkuArgs] = None,
tags: Optional[Mapping[str, str]] = None,
workspace_name: Optional[str] = None)
func NewGrafana(ctx *Context, name string, args GrafanaArgs, opts ...ResourceOption) (*Grafana, error)
public Grafana(string name, GrafanaArgs args, CustomResourceOptions? opts = null)
public Grafana(String name, GrafanaArgs args)
public Grafana(String name, GrafanaArgs args, CustomResourceOptions options)
type: azure-native:dashboard:Grafana
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. GrafanaArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. GrafanaArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. GrafanaArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. GrafanaArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. GrafanaArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var grafanaResource = new AzureNative.Dashboard.Grafana("grafanaResource", new()
{
ResourceGroupName = "string",
Identity =
{
{ "type", "string" },
{ "userAssignedIdentities",
{
{ "string", "any" },
} },
},
Location = "string",
Properties =
{
{ "apiKey", "string" },
{ "autoGeneratedDomainNameLabelScope", "string" },
{ "deterministicOutboundIP", "string" },
{ "publicNetworkAccess", "string" },
{ "zoneRedundancy", "string" },
},
Sku =
{
{ "name", "string" },
},
Tags =
{
{ "string", "string" },
},
WorkspaceName = "string",
});
example, err := dashboard.NewGrafana(ctx, "grafanaResource", &dashboard.GrafanaArgs{
ResourceGroupName: "string",
Identity: map[string]interface{}{
"type": "string",
"userAssignedIdentities": map[string]interface{}{
"string": "any",
},
},
Location: "string",
Properties: map[string]interface{}{
"apiKey": "string",
"autoGeneratedDomainNameLabelScope": "string",
"deterministicOutboundIP": "string",
"publicNetworkAccess": "string",
"zoneRedundancy": "string",
},
Sku: map[string]interface{}{
"name": "string",
},
Tags: map[string]interface{}{
"string": "string",
},
WorkspaceName: "string",
})
var grafanaResource = new Grafana("grafanaResource", GrafanaArgs.builder()
.resourceGroupName("string")
.identity(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.location("string")
.properties(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.sku(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.workspaceName("string")
.build());
grafana_resource = azure_native.dashboard.Grafana("grafanaResource",
resource_group_name=string,
identity={
type: string,
userAssignedIdentities: {
string: any,
},
},
location=string,
properties={
apiKey: string,
autoGeneratedDomainNameLabelScope: string,
deterministicOutboundIP: string,
publicNetworkAccess: string,
zoneRedundancy: string,
},
sku={
name: string,
},
tags={
string: string,
},
workspace_name=string)
const grafanaResource = new azure_native.dashboard.Grafana("grafanaResource", {
resourceGroupName: "string",
identity: {
type: "string",
userAssignedIdentities: {
string: "any",
},
},
location: "string",
properties: {
apiKey: "string",
autoGeneratedDomainNameLabelScope: "string",
deterministicOutboundIP: "string",
publicNetworkAccess: "string",
zoneRedundancy: "string",
},
sku: {
name: "string",
},
tags: {
string: "string",
},
workspaceName: "string",
});
type: azure-native:dashboard:Grafana
properties:
identity:
type: string
userAssignedIdentities:
string: any
location: string
properties:
apiKey: string
autoGeneratedDomainNameLabelScope: string
deterministicOutboundIP: string
publicNetworkAccess: string
zoneRedundancy: string
resourceGroupName: string
sku:
name: string
tags:
string: string
workspaceName: string
Grafana Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Grafana resource accepts the following input properties:
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Identity
Pulumi.
Azure Native. Dashboard. Inputs. Managed Service Identity - The managed identity of the grafana resource.
- Location
Changes to this property will trigger replacement.
- The geo-location where the grafana resource lives
- Properties
Pulumi.
Azure Native. Dashboard. Inputs. Managed Grafana Properties - Properties specific to the grafana resource.
- Sku
Pulumi.
Azure Native. Dashboard. Inputs. Resource Sku - The Sku of the grafana resource.
- Dictionary<string, string>
- The tags for grafana resource.
- Workspace
Name Changes to this property will trigger replacement.
- The workspace name of Azure Managed Grafana.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Identity
Managed
Service Identity Args - The managed identity of the grafana resource.
- Location
Changes to this property will trigger replacement.
- The geo-location where the grafana resource lives
- Properties
Managed
Grafana Properties Args - Properties specific to the grafana resource.
- Sku
Resource
Sku Args - The Sku of the grafana resource.
- map[string]string
- The tags for grafana resource.
- Workspace
Name Changes to this property will trigger replacement.
- The workspace name of Azure Managed Grafana.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- identity
Managed
Service Identity - The managed identity of the grafana resource.
- location
Changes to this property will trigger replacement.
- The geo-location where the grafana resource lives
- properties
Managed
Grafana Properties - Properties specific to the grafana resource.
- sku
Resource
Sku - The Sku of the grafana resource.
- Map<String,String>
- The tags for grafana resource.
- workspace
Name Changes to this property will trigger replacement.
- The workspace name of Azure Managed Grafana.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- identity
Managed
Service Identity - The managed identity of the grafana resource.
- location
Changes to this property will trigger replacement.
- The geo-location where the grafana resource lives
- properties
Managed
Grafana Properties - Properties specific to the grafana resource.
- sku
Resource
Sku - The Sku of the grafana resource.
- {[key: string]: string}
- The tags for grafana resource.
- workspace
Name Changes to this property will trigger replacement.
- The workspace name of Azure Managed Grafana.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- identity
Managed
Service Identity Args - The managed identity of the grafana resource.
- location
Changes to this property will trigger replacement.
- The geo-location where the grafana resource lives
- properties
Managed
Grafana Properties Args - Properties specific to the grafana resource.
- sku
Resource
Sku Args - The Sku of the grafana resource.
- Mapping[str, str]
- The tags for grafana resource.
- workspace_
name Changes to this property will trigger replacement.
- The workspace name of Azure Managed Grafana.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- identity Property Map
- The managed identity of the grafana resource.
- location
Changes to this property will trigger replacement.
- The geo-location where the grafana resource lives
- properties Property Map
- Properties specific to the grafana resource.
- sku Property Map
- The Sku of the grafana resource.
- Map<String>
- The tags for grafana resource.
- workspace
Name Changes to this property will trigger replacement.
- The workspace name of Azure Managed Grafana.
Outputs
All input properties are implicitly available as output properties. Additionally, the Grafana resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Name of the grafana resource.
- System
Data Pulumi.Azure Native. Dashboard. Outputs. System Data Response - The system meta data relating to this grafana resource.
- Type string
- The type of the grafana resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Name of the grafana resource.
- System
Data SystemData Response - The system meta data relating to this grafana resource.
- Type string
- The type of the grafana resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Name of the grafana resource.
- system
Data SystemData Response - The system meta data relating to this grafana resource.
- type String
- The type of the grafana resource.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- Name of the grafana resource.
- system
Data SystemData Response - The system meta data relating to this grafana resource.
- type string
- The type of the grafana resource.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- Name of the grafana resource.
- system_
data SystemData Response - The system meta data relating to this grafana resource.
- type str
- The type of the grafana resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Name of the grafana resource.
- system
Data Property Map - The system meta data relating to this grafana resource.
- type String
- The type of the grafana resource.
Supporting Types
ApiKey, ApiKeyArgs
- Disabled
- Disabled
- Enabled
- Enabled
- Api
Key Disabled - Disabled
- Api
Key Enabled - Enabled
- Disabled
- Disabled
- Enabled
- Enabled
- Disabled
- Disabled
- Enabled
- Enabled
- DISABLED
- Disabled
- ENABLED
- Enabled
- "Disabled"
- Disabled
- "Enabled"
- Enabled
AutoGeneratedDomainNameLabelScope, AutoGeneratedDomainNameLabelScopeArgs
- Tenant
Reuse - TenantReuse
- Auto
Generated Domain Name Label Scope Tenant Reuse - TenantReuse
- Tenant
Reuse - TenantReuse
- Tenant
Reuse - TenantReuse
- TENANT_REUSE
- TenantReuse
- "Tenant
Reuse" - TenantReuse
DeterministicOutboundIP, DeterministicOutboundIPArgs
- Disabled
- Disabled
- Enabled
- Enabled
- Deterministic
Outbound IPDisabled - Disabled
- Deterministic
Outbound IPEnabled - Enabled
- Disabled
- Disabled
- Enabled
- Enabled
- Disabled
- Disabled
- Enabled
- Enabled
- DISABLED
- Disabled
- ENABLED
- Enabled
- "Disabled"
- Disabled
- "Enabled"
- Enabled
ManagedGrafanaProperties, ManagedGrafanaPropertiesArgs
- Api
Key string | Pulumi.Azure Native. Dashboard. Api Key - The api key setting of the Grafana instance.
- Auto
Generated string | Pulumi.Domain Name Label Scope Azure Native. Dashboard. Auto Generated Domain Name Label Scope - Scope for dns deterministic name hash calculation.
- Deterministic
Outbound string | Pulumi.IP Azure Native. Dashboard. Deterministic Outbound IP - Whether a Grafana instance uses deterministic outbound IPs.
- Public
Network string | Pulumi.Access Azure Native. Dashboard. Public Network Access - Indicate the state for enable or disable traffic over the public interface.
- Zone
Redundancy string | Pulumi.Azure Native. Dashboard. Zone Redundancy - The zone redundancy setting of the Grafana instance.
- Api
Key string | ApiKey - The api key setting of the Grafana instance.
- Auto
Generated string | AutoDomain Name Label Scope Generated Domain Name Label Scope - Scope for dns deterministic name hash calculation.
- Deterministic
Outbound string | DeterministicIP Outbound IP - Whether a Grafana instance uses deterministic outbound IPs.
- Public
Network string | PublicAccess Network Access - Indicate the state for enable or disable traffic over the public interface.
- Zone
Redundancy string | ZoneRedundancy - The zone redundancy setting of the Grafana instance.
- api
Key String | ApiKey - The api key setting of the Grafana instance.
- auto
Generated String | AutoDomain Name Label Scope Generated Domain Name Label Scope - Scope for dns deterministic name hash calculation.
- deterministic
Outbound String | DeterministicIP Outbound IP - Whether a Grafana instance uses deterministic outbound IPs.
- public
Network String | PublicAccess Network Access - Indicate the state for enable or disable traffic over the public interface.
- zone
Redundancy String | ZoneRedundancy - The zone redundancy setting of the Grafana instance.
- api
Key string | ApiKey - The api key setting of the Grafana instance.
- auto
Generated string | AutoDomain Name Label Scope Generated Domain Name Label Scope - Scope for dns deterministic name hash calculation.
- deterministic
Outbound string | DeterministicIP Outbound IP - Whether a Grafana instance uses deterministic outbound IPs.
- public
Network string | PublicAccess Network Access - Indicate the state for enable or disable traffic over the public interface.
- zone
Redundancy string | ZoneRedundancy - The zone redundancy setting of the Grafana instance.
- api_
key str | ApiKey - The api key setting of the Grafana instance.
- auto_
generated_ str | Autodomain_ name_ label_ scope Generated Domain Name Label Scope - Scope for dns deterministic name hash calculation.
- deterministic_
outbound_ str | Deterministicip Outbound IP - Whether a Grafana instance uses deterministic outbound IPs.
- public_
network_ str | Publicaccess Network Access - Indicate the state for enable or disable traffic over the public interface.
- zone_
redundancy str | ZoneRedundancy - The zone redundancy setting of the Grafana instance.
- api
Key String | "Disabled" | "Enabled" - The api key setting of the Grafana instance.
- auto
Generated String | "TenantDomain Name Label Scope Reuse" - Scope for dns deterministic name hash calculation.
- deterministic
Outbound String | "Disabled" | "Enabled"IP - Whether a Grafana instance uses deterministic outbound IPs.
- public
Network String | "Enabled" | "Disabled"Access - Indicate the state for enable or disable traffic over the public interface.
- zone
Redundancy String | "Disabled" | "Enabled" - The zone redundancy setting of the Grafana instance.
ManagedGrafanaPropertiesResponse, ManagedGrafanaPropertiesResponseArgs
- Endpoint
This property is required. string - The endpoint of the Grafana instance.
This property is required. string- The Grafana software version.
- Outbound
IPs This property is required. List<string> - List of outbound IPs if deterministicOutboundIP is enabled.
- Private
Endpoint Connections This property is required. List<Pulumi.Azure Native. Dashboard. Inputs. Private Endpoint Connection Response> - The private endpoint connections of the Grafana instance.
- Provisioning
State This property is required. string - Provisioning state of the resource.
- Api
Key string - The api key setting of the Grafana instance.
- Auto
Generated stringDomain Name Label Scope - Scope for dns deterministic name hash calculation.
- Deterministic
Outbound stringIP - Whether a Grafana instance uses deterministic outbound IPs.
- Public
Network stringAccess - Indicate the state for enable or disable traffic over the public interface.
- Zone
Redundancy string - The zone redundancy setting of the Grafana instance.
- Endpoint
This property is required. string - The endpoint of the Grafana instance.
This property is required. string- The Grafana software version.
- Outbound
IPs This property is required. []string - List of outbound IPs if deterministicOutboundIP is enabled.
- Private
Endpoint Connections This property is required. []PrivateEndpoint Connection Response - The private endpoint connections of the Grafana instance.
- Provisioning
State This property is required. string - Provisioning state of the resource.
- Api
Key string - The api key setting of the Grafana instance.
- Auto
Generated stringDomain Name Label Scope - Scope for dns deterministic name hash calculation.
- Deterministic
Outbound stringIP - Whether a Grafana instance uses deterministic outbound IPs.
- Public
Network stringAccess - Indicate the state for enable or disable traffic over the public interface.
- Zone
Redundancy string - The zone redundancy setting of the Grafana instance.
- endpoint
This property is required. String - The endpoint of the Grafana instance.
This property is required. String- The Grafana software version.
- outbound
IPs This property is required. List<String> - List of outbound IPs if deterministicOutboundIP is enabled.
- private
Endpoint Connections This property is required. List<PrivateEndpoint Connection Response> - The private endpoint connections of the Grafana instance.
- provisioning
State This property is required. String - Provisioning state of the resource.
- api
Key String - The api key setting of the Grafana instance.
- auto
Generated StringDomain Name Label Scope - Scope for dns deterministic name hash calculation.
- deterministic
Outbound StringIP - Whether a Grafana instance uses deterministic outbound IPs.
- public
Network StringAccess - Indicate the state for enable or disable traffic over the public interface.
- zone
Redundancy String - The zone redundancy setting of the Grafana instance.
- endpoint
This property is required. string - The endpoint of the Grafana instance.
This property is required. string- The Grafana software version.
- outbound
IPs This property is required. string[] - List of outbound IPs if deterministicOutboundIP is enabled.
- private
Endpoint Connections This property is required. PrivateEndpoint Connection Response[] - The private endpoint connections of the Grafana instance.
- provisioning
State This property is required. string - Provisioning state of the resource.
- api
Key string - The api key setting of the Grafana instance.
- auto
Generated stringDomain Name Label Scope - Scope for dns deterministic name hash calculation.
- deterministic
Outbound stringIP - Whether a Grafana instance uses deterministic outbound IPs.
- public
Network stringAccess - Indicate the state for enable or disable traffic over the public interface.
- zone
Redundancy string - The zone redundancy setting of the Grafana instance.
- endpoint
This property is required. str - The endpoint of the Grafana instance.
- grafana_
version This property is required. str - The Grafana software version.
- outbound_
ips This property is required. Sequence[str] - List of outbound IPs if deterministicOutboundIP is enabled.
- private_
endpoint_ connections This property is required. Sequence[PrivateEndpoint Connection Response] - The private endpoint connections of the Grafana instance.
- provisioning_
state This property is required. str - Provisioning state of the resource.
- api_
key str - The api key setting of the Grafana instance.
- auto_
generated_ strdomain_ name_ label_ scope - Scope for dns deterministic name hash calculation.
- deterministic_
outbound_ strip - Whether a Grafana instance uses deterministic outbound IPs.
- public_
network_ straccess - Indicate the state for enable or disable traffic over the public interface.
- zone_
redundancy str - The zone redundancy setting of the Grafana instance.
- endpoint
This property is required. String - The endpoint of the Grafana instance.
This property is required. String- The Grafana software version.
- outbound
IPs This property is required. List<String> - List of outbound IPs if deterministicOutboundIP is enabled.
- private
Endpoint Connections This property is required. List<Property Map> - The private endpoint connections of the Grafana instance.
- provisioning
State This property is required. String - Provisioning state of the resource.
- api
Key String - The api key setting of the Grafana instance.
- auto
Generated StringDomain Name Label Scope - Scope for dns deterministic name hash calculation.
- deterministic
Outbound StringIP - Whether a Grafana instance uses deterministic outbound IPs.
- public
Network StringAccess - Indicate the state for enable or disable traffic over the public interface.
- zone
Redundancy String - The zone redundancy setting of the Grafana instance.
ManagedServiceIdentity, ManagedServiceIdentityArgs
- Type
This property is required. string | Pulumi.Azure Native. Dashboard. Managed Service Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned Dictionary<string, object>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- Type
This property is required. string | ManagedService Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned map[string]interface{}Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
This property is required. String | ManagedService Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned Map<String,Object>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
This property is required. string | ManagedService Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned {[key: string]: any}Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
This property is required. str | ManagedService Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user_
assigned_ Mapping[str, Any]identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
This property is required. String | "None" | "SystemAssigned" | "User Assigned" | "System Assigned,User Assigned" - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned Map<Any>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
ManagedServiceIdentityResponse, ManagedServiceIdentityResponseArgs
- Principal
Id This property is required. string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Tenant
Id 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
This property is required. string - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned Dictionary<string, Pulumi.Identities Azure Native. Dashboard. Inputs. User Assigned Identity Response> - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- Principal
Id This property is required. string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Tenant
Id 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
This property is required. string - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned map[string]UserIdentities Assigned Identity Response - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id This property is required. String - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id 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
This property is required. String - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned Map<String,UserIdentities Assigned Identity Response> - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id This property is required. string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id 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
This property is required. string - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned {[key: string]: UserIdentities Assigned Identity Response} - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal_
id This property is required. str - The service 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
This property is required. str - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user_
assigned_ Mapping[str, Useridentities Assigned Identity Response] - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id This property is required. String - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id 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
This property is required. String - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned Map<Property Map>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
ManagedServiceIdentityType, ManagedServiceIdentityTypeArgs
- None
- None
- System
Assigned - SystemAssigned
- User
Assigned - UserAssigned
- System
Assigned_User Assigned - SystemAssigned,UserAssigned
- Managed
Service Identity Type None - None
- Managed
Service Identity Type System Assigned - SystemAssigned
- Managed
Service Identity Type User Assigned - UserAssigned
- Managed
Service Identity Type_System Assigned_User Assigned - SystemAssigned,UserAssigned
- None
- None
- System
Assigned - SystemAssigned
- User
Assigned - UserAssigned
- System
Assigned_User Assigned - SystemAssigned,UserAssigned
- None
- None
- System
Assigned - SystemAssigned
- User
Assigned - UserAssigned
- System
Assigned_User Assigned - SystemAssigned,UserAssigned
- NONE
- None
- SYSTEM_ASSIGNED
- SystemAssigned
- USER_ASSIGNED
- UserAssigned
- SYSTEM_ASSIGNED_USER_ASSIGNED
- SystemAssigned,UserAssigned
- "None"
- None
- "System
Assigned" - SystemAssigned
- "User
Assigned" - UserAssigned
- "System
Assigned,User Assigned" - SystemAssigned,UserAssigned
PrivateEndpointConnectionResponse, PrivateEndpointConnectionResponseArgs
- 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
- Private
Link Service Connection State This property is required. Pulumi.Azure Native. Dashboard. Inputs. Private Link Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- Provisioning
State This property is required. string - The provisioning state of the private endpoint connection resource.
- System
Data This property is required. Pulumi.Azure Native. Dashboard. Inputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type
This property is required. string - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Group
Ids List<string> - The private endpoint connection group ids.
- Private
Endpoint Pulumi.Azure Native. Dashboard. Inputs. Private Endpoint Response - The resource of private end point.
- 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
- Private
Link Service Connection State This property is required. PrivateLink Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- Provisioning
State This property is required. string - The provisioning state of the private endpoint connection resource.
- System
Data This property is required. SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type
This property is required. string - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Group
Ids []string - The private endpoint connection group ids.
- Private
Endpoint PrivateEndpoint Response - The resource of private end point.
- 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
- private
Link Service Connection State This property is required. PrivateLink Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- provisioning
State This property is required. String - The provisioning state of the private endpoint connection resource.
- system
Data This property is required. SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type
This property is required. String - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- group
Ids List<String> - The private endpoint connection group ids.
- private
Endpoint PrivateEndpoint Response - The resource of private end point.
- 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
- private
Link Service Connection State This property is required. PrivateLink Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- provisioning
State This property is required. string - The provisioning state of the private endpoint connection resource.
- system
Data This property is required. SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type
This property is required. string - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- group
Ids string[] - The private endpoint connection group ids.
- private
Endpoint PrivateEndpoint Response - The resource of private end point.
- 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
- private_
link_ service_ connection_ state This property is required. PrivateLink Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- provisioning_
state This property is required. str - The provisioning state of the private endpoint connection resource.
- system_
data This property is required. SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type
This property is required. str - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- group_
ids Sequence[str] - The private endpoint connection group ids.
- private_
endpoint PrivateEndpoint Response - The resource of private end point.
- 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
- private
Link Service Connection State This property is required. Property Map - A collection of information about the state of the connection between service consumer and provider.
- provisioning
State This property is required. String - The provisioning state of the private endpoint connection resource.
- system
Data This property is required. Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type
This property is required. String - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- group
Ids List<String> - The private endpoint connection group ids.
- private
Endpoint Property Map - The resource of private end point.
PrivateEndpointResponse, PrivateEndpointResponseArgs
- Id
This property is required. string - The ARM identifier for Private Endpoint
- Id
This property is required. string - The ARM identifier for Private Endpoint
- id
This property is required. String - The ARM identifier for Private Endpoint
- id
This property is required. string - The ARM identifier for Private Endpoint
- id
This property is required. str - The ARM identifier for Private Endpoint
- id
This property is required. String - The ARM identifier for Private Endpoint
PrivateLinkServiceConnectionStateResponse, PrivateLinkServiceConnectionStateResponseArgs
- Actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval/rejection of the connection.
- Status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- Actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval/rejection of the connection.
- Status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions
Required String - A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval/rejection of the connection.
- status String
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- description string
- The reason for approval/rejection of the connection.
- status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions_
required str - A message indicating if changes on the service provider require any updates on the consumer.
- description str
- The reason for approval/rejection of the connection.
- status str
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions
Required String - A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval/rejection of the connection.
- status String
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
PublicNetworkAccess, PublicNetworkAccessArgs
- Enabled
- Enabled
- Disabled
- Disabled
- Public
Network Access Enabled - Enabled
- Public
Network Access Disabled - Disabled
- Enabled
- Enabled
- Disabled
- Disabled
- Enabled
- Enabled
- Disabled
- Disabled
- ENABLED
- Enabled
- DISABLED
- Disabled
- "Enabled"
- Enabled
- "Disabled"
- Disabled
ResourceSku, ResourceSkuArgs
- Name
This property is required. string
- Name
This property is required. string
- name
This property is required. String
- name
This property is required. string
- name
This property is required. str
- name
This property is required. String
ResourceSkuResponse, ResourceSkuResponseArgs
- Name
This property is required. string
- Name
This property is required. string
- name
This property is required. String
- name
This property is required. string
- name
This property is required. str
- name
This property is required. String
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - 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_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
UserAssignedIdentityResponse, UserAssignedIdentityResponseArgs
- Client
Id This property is required. string - The client ID of the assigned identity.
- Principal
Id This property is required. string - The principal ID of the assigned identity.
- Client
Id This property is required. string - The client ID of the assigned identity.
- Principal
Id This property is required. string - The principal ID of the assigned identity.
- client
Id This property is required. String - The client ID of the assigned identity.
- principal
Id This property is required. String - The principal ID of the assigned identity.
- client
Id This property is required. string - The client ID of the assigned identity.
- principal
Id This property is required. string - The principal ID of the assigned identity.
- client_
id This property is required. str - The client ID of the assigned identity.
- principal_
id This property is required. str - The principal ID of the assigned identity.
- client
Id This property is required. String - The client ID of the assigned identity.
- principal
Id This property is required. String - The principal ID of the assigned identity.
ZoneRedundancy, ZoneRedundancyArgs
- Disabled
- Disabled
- Enabled
- Enabled
- Zone
Redundancy Disabled - Disabled
- Zone
Redundancy Enabled - Enabled
- Disabled
- Disabled
- Enabled
- Enabled
- Disabled
- Disabled
- Enabled
- Enabled
- DISABLED
- Disabled
- ENABLED
- Enabled
- "Disabled"
- Disabled
- "Enabled"
- Enabled
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:dashboard:Grafana myWorkspace /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/grafana/myWorkspace
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0