azure-native.azurearcdata.DataController
Explore with Pulumi AI
Data controller resource
Uses Azure REST API version 2023-01-15-preview. In version 1.x of the Azure Native provider, it used API version 2021-06-01-preview.
Other available API versions: 2024-01-01, 2024-05-01-preview, 2025-03-01-preview.
Example Usage
Create or update a Data Controller.
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() => 
{
    var dataController = new AzureNative.AzureArcData.DataController("dataController", new()
    {
        DataControllerName = "testdataController",
        ExtendedLocation = new AzureNative.AzureArcData.Inputs.ExtendedLocationArgs
        {
            Name = "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.ExtendedLocation/customLocations/arclocation",
            Type = AzureNative.AzureArcData.ExtendedLocationTypes.CustomLocation,
        },
        Location = "northeurope",
        Properties = new AzureNative.AzureArcData.Inputs.DataControllerPropertiesArgs
        {
            BasicLoginInformation = new AzureNative.AzureArcData.Inputs.BasicLoginInformationArgs
            {
                Password = "********",
                Username = "username",
            },
            ClusterId = "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s",
            ExtensionId = "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s/providers/Microsoft.KubernetesConfiguration/extensions/extension",
            Infrastructure = AzureNative.AzureArcData.Infrastructure.Onpremises,
            LogAnalyticsWorkspaceConfig = new AzureNative.AzureArcData.Inputs.LogAnalyticsWorkspaceConfigArgs
            {
                PrimaryKey = "********",
                WorkspaceId = "00000000-1111-2222-3333-444444444444",
            },
            LogsDashboardCredential = new AzureNative.AzureArcData.Inputs.BasicLoginInformationArgs
            {
                Password = "********",
                Username = "username",
            },
            MetricsDashboardCredential = new AzureNative.AzureArcData.Inputs.BasicLoginInformationArgs
            {
                Password = "********",
                Username = "username",
            },
            OnPremiseProperty = new AzureNative.AzureArcData.Inputs.OnPremisePropertyArgs
            {
                Id = "12345678-1234-1234-ab12-1a2b3c4d5e6f",
                PublicSigningKey = "publicOnPremSigningKey",
            },
            UploadServicePrincipal = new AzureNative.AzureArcData.Inputs.UploadServicePrincipalArgs
            {
                Authority = "https://login.microsoftonline.com/",
                ClientId = "00000000-1111-2222-3333-444444444444",
                ClientSecret = "********",
                TenantId = "00000000-1111-2222-3333-444444444444",
            },
            UploadWatermark = new AzureNative.AzureArcData.Inputs.UploadWatermarkArgs
            {
                Logs = "2020-01-01T17:18:19.1234567Z",
                Metrics = "2020-01-01T17:18:19.1234567Z",
                Usages = "2020-01-01T17:18:19.1234567Z",
            },
        },
        ResourceGroupName = "testrg",
        Tags = 
        {
            { "mytag", "myval" },
        },
    });
});
package main
import (
	azurearcdata "github.com/pulumi/pulumi-azure-native-sdk/azurearcdata/v2"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := azurearcdata.NewDataController(ctx, "dataController", &azurearcdata.DataControllerArgs{
			DataControllerName: pulumi.String("testdataController"),
			ExtendedLocation: &azurearcdata.ExtendedLocationArgs{
				Name: pulumi.String("/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.ExtendedLocation/customLocations/arclocation"),
				Type: pulumi.String(azurearcdata.ExtendedLocationTypesCustomLocation),
			},
			Location: pulumi.String("northeurope"),
			Properties: &azurearcdata.DataControllerPropertiesArgs{
				BasicLoginInformation: &azurearcdata.BasicLoginInformationArgs{
					Password: pulumi.String("********"),
					Username: pulumi.String("username"),
				},
				ClusterId:      pulumi.String("/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s"),
				ExtensionId:    pulumi.String("/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s/providers/Microsoft.KubernetesConfiguration/extensions/extension"),
				Infrastructure: azurearcdata.InfrastructureOnpremises,
				LogAnalyticsWorkspaceConfig: &azurearcdata.LogAnalyticsWorkspaceConfigArgs{
					PrimaryKey:  pulumi.String("********"),
					WorkspaceId: pulumi.String("00000000-1111-2222-3333-444444444444"),
				},
				LogsDashboardCredential: &azurearcdata.BasicLoginInformationArgs{
					Password: pulumi.String("********"),
					Username: pulumi.String("username"),
				},
				MetricsDashboardCredential: &azurearcdata.BasicLoginInformationArgs{
					Password: pulumi.String("********"),
					Username: pulumi.String("username"),
				},
				OnPremiseProperty: &azurearcdata.OnPremisePropertyArgs{
					Id:               pulumi.String("12345678-1234-1234-ab12-1a2b3c4d5e6f"),
					PublicSigningKey: pulumi.String("publicOnPremSigningKey"),
				},
				UploadServicePrincipal: &azurearcdata.UploadServicePrincipalArgs{
					Authority:    pulumi.String("https://login.microsoftonline.com/"),
					ClientId:     pulumi.String("00000000-1111-2222-3333-444444444444"),
					ClientSecret: pulumi.String("********"),
					TenantId:     pulumi.String("00000000-1111-2222-3333-444444444444"),
				},
				UploadWatermark: &azurearcdata.UploadWatermarkArgs{
					Logs:    pulumi.String("2020-01-01T17:18:19.1234567Z"),
					Metrics: pulumi.String("2020-01-01T17:18:19.1234567Z"),
					Usages:  pulumi.String("2020-01-01T17:18:19.1234567Z"),
				},
			},
			ResourceGroupName: pulumi.String("testrg"),
			Tags: pulumi.StringMap{
				"mytag": pulumi.String("myval"),
			},
		})
		if err != nil {
			return err
		}
		return nil
	})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.azurearcdata.DataController;
import com.pulumi.azurenative.azurearcdata.DataControllerArgs;
import com.pulumi.azurenative.azurearcdata.inputs.ExtendedLocationArgs;
import com.pulumi.azurenative.azurearcdata.inputs.DataControllerPropertiesArgs;
import com.pulumi.azurenative.azurearcdata.inputs.BasicLoginInformationArgs;
import com.pulumi.azurenative.azurearcdata.inputs.LogAnalyticsWorkspaceConfigArgs;
import com.pulumi.azurenative.azurearcdata.inputs.OnPremisePropertyArgs;
import com.pulumi.azurenative.azurearcdata.inputs.UploadServicePrincipalArgs;
import com.pulumi.azurenative.azurearcdata.inputs.UploadWatermarkArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        var dataController = new DataController("dataController", DataControllerArgs.builder()
            .dataControllerName("testdataController")
            .extendedLocation(ExtendedLocationArgs.builder()
                .name("/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.ExtendedLocation/customLocations/arclocation")
                .type("CustomLocation")
                .build())
            .location("northeurope")
            .properties(DataControllerPropertiesArgs.builder()
                .basicLoginInformation(BasicLoginInformationArgs.builder()
                    .password("********")
                    .username("username")
                    .build())
                .clusterId("/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s")
                .extensionId("/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s/providers/Microsoft.KubernetesConfiguration/extensions/extension")
                .infrastructure("onpremises")
                .logAnalyticsWorkspaceConfig(LogAnalyticsWorkspaceConfigArgs.builder()
                    .primaryKey("********")
                    .workspaceId("00000000-1111-2222-3333-444444444444")
                    .build())
                .logsDashboardCredential(BasicLoginInformationArgs.builder()
                    .password("********")
                    .username("username")
                    .build())
                .metricsDashboardCredential(BasicLoginInformationArgs.builder()
                    .password("********")
                    .username("username")
                    .build())
                .onPremiseProperty(OnPremisePropertyArgs.builder()
                    .id("12345678-1234-1234-ab12-1a2b3c4d5e6f")
                    .publicSigningKey("publicOnPremSigningKey")
                    .build())
                .uploadServicePrincipal(UploadServicePrincipalArgs.builder()
                    .authority("https://login.microsoftonline.com/")
                    .clientId("00000000-1111-2222-3333-444444444444")
                    .clientSecret("********")
                    .tenantId("00000000-1111-2222-3333-444444444444")
                    .build())
                .uploadWatermark(UploadWatermarkArgs.builder()
                    .logs("2020-01-01T17:18:19.1234567Z")
                    .metrics("2020-01-01T17:18:19.1234567Z")
                    .usages("2020-01-01T17:18:19.1234567Z")
                    .build())
                .build())
            .resourceGroupName("testrg")
            .tags(Map.of("mytag", "myval"))
            .build());
    }
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const dataController = new azure_native.azurearcdata.DataController("dataController", {
    dataControllerName: "testdataController",
    extendedLocation: {
        name: "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.ExtendedLocation/customLocations/arclocation",
        type: azure_native.azurearcdata.ExtendedLocationTypes.CustomLocation,
    },
    location: "northeurope",
    properties: {
        basicLoginInformation: {
            password: "********",
            username: "username",
        },
        clusterId: "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s",
        extensionId: "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s/providers/Microsoft.KubernetesConfiguration/extensions/extension",
        infrastructure: azure_native.azurearcdata.Infrastructure.Onpremises,
        logAnalyticsWorkspaceConfig: {
            primaryKey: "********",
            workspaceId: "00000000-1111-2222-3333-444444444444",
        },
        logsDashboardCredential: {
            password: "********",
            username: "username",
        },
        metricsDashboardCredential: {
            password: "********",
            username: "username",
        },
        onPremiseProperty: {
            id: "12345678-1234-1234-ab12-1a2b3c4d5e6f",
            publicSigningKey: "publicOnPremSigningKey",
        },
        uploadServicePrincipal: {
            authority: "https://login.microsoftonline.com/",
            clientId: "00000000-1111-2222-3333-444444444444",
            clientSecret: "********",
            tenantId: "00000000-1111-2222-3333-444444444444",
        },
        uploadWatermark: {
            logs: "2020-01-01T17:18:19.1234567Z",
            metrics: "2020-01-01T17:18:19.1234567Z",
            usages: "2020-01-01T17:18:19.1234567Z",
        },
    },
    resourceGroupName: "testrg",
    tags: {
        mytag: "myval",
    },
});
import pulumi
import pulumi_azure_native as azure_native
data_controller = azure_native.azurearcdata.DataController("dataController",
    data_controller_name="testdataController",
    extended_location={
        "name": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.ExtendedLocation/customLocations/arclocation",
        "type": azure_native.azurearcdata.ExtendedLocationTypes.CUSTOM_LOCATION,
    },
    location="northeurope",
    properties={
        "basic_login_information": {
            "password": "********",
            "username": "username",
        },
        "cluster_id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s",
        "extension_id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s/providers/Microsoft.KubernetesConfiguration/extensions/extension",
        "infrastructure": azure_native.azurearcdata.Infrastructure.ONPREMISES,
        "log_analytics_workspace_config": {
            "primary_key": "********",
            "workspace_id": "00000000-1111-2222-3333-444444444444",
        },
        "logs_dashboard_credential": {
            "password": "********",
            "username": "username",
        },
        "metrics_dashboard_credential": {
            "password": "********",
            "username": "username",
        },
        "on_premise_property": {
            "id": "12345678-1234-1234-ab12-1a2b3c4d5e6f",
            "public_signing_key": "publicOnPremSigningKey",
        },
        "upload_service_principal": {
            "authority": "https://login.microsoftonline.com/",
            "client_id": "00000000-1111-2222-3333-444444444444",
            "client_secret": "********",
            "tenant_id": "00000000-1111-2222-3333-444444444444",
        },
        "upload_watermark": {
            "logs": "2020-01-01T17:18:19.1234567Z",
            "metrics": "2020-01-01T17:18:19.1234567Z",
            "usages": "2020-01-01T17:18:19.1234567Z",
        },
    },
    resource_group_name="testrg",
    tags={
        "mytag": "myval",
    })
resources:
  dataController:
    type: azure-native:azurearcdata:DataController
    properties:
      dataControllerName: testdataController
      extendedLocation:
        name: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.ExtendedLocation/customLocations/arclocation
        type: CustomLocation
      location: northeurope
      properties:
        basicLoginInformation:
          password: '********'
          username: username
        clusterId: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s
        extensionId: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s/providers/Microsoft.KubernetesConfiguration/extensions/extension
        infrastructure: onpremises
        logAnalyticsWorkspaceConfig:
          primaryKey: '********'
          workspaceId: 00000000-1111-2222-3333-444444444444
        logsDashboardCredential:
          password: '********'
          username: username
        metricsDashboardCredential:
          password: '********'
          username: username
        onPremiseProperty:
          id: 12345678-1234-1234-ab12-1a2b3c4d5e6f
          publicSigningKey: publicOnPremSigningKey
        uploadServicePrincipal:
          authority: https://login.microsoftonline.com/
          clientId: 00000000-1111-2222-3333-444444444444
          clientSecret: '********'
          tenantId: 00000000-1111-2222-3333-444444444444
        uploadWatermark:
          logs: 2020-01-01T17:18:19.1234567Z
          metrics: 2020-01-01T17:18:19.1234567Z
          usages: 2020-01-01T17:18:19.1234567Z
      resourceGroupName: testrg
      tags:
        mytag: myval
Create DataController Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DataController(name: string, args: DataControllerArgs, opts?: CustomResourceOptions);@overload
def DataController(resource_name: str,
                   args: DataControllerArgs,
                   opts: Optional[ResourceOptions] = None)
@overload
def DataController(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   properties: Optional[DataControllerPropertiesArgs] = None,
                   resource_group_name: Optional[str] = None,
                   data_controller_name: Optional[str] = None,
                   extended_location: Optional[ExtendedLocationArgs] = None,
                   location: Optional[str] = None,
                   tags: Optional[Mapping[str, str]] = None)func NewDataController(ctx *Context, name string, args DataControllerArgs, opts ...ResourceOption) (*DataController, error)public DataController(string name, DataControllerArgs args, CustomResourceOptions? opts = null)
public DataController(String name, DataControllerArgs args)
public DataController(String name, DataControllerArgs args, CustomResourceOptions options)
type: azure-native:azurearcdata:DataController
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args DataControllerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DataControllerArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DataControllerArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DataControllerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DataControllerArgs
- 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 dataControllerResource = new AzureNative.AzureArcData.DataController("dataControllerResource", new()
{
    Properties = new AzureNative.AzureArcData.Inputs.DataControllerPropertiesArgs
    {
        BasicLoginInformation = new AzureNative.AzureArcData.Inputs.BasicLoginInformationArgs
        {
            Password = "string",
            Username = "string",
        },
        ClusterId = "string",
        ExtensionId = "string",
        Infrastructure = AzureNative.AzureArcData.Infrastructure.Azure,
        K8sRaw = "any",
        LastUploadedDate = "string",
        LogAnalyticsWorkspaceConfig = new AzureNative.AzureArcData.Inputs.LogAnalyticsWorkspaceConfigArgs
        {
            PrimaryKey = "string",
            WorkspaceId = "string",
        },
        LogsDashboardCredential = new AzureNative.AzureArcData.Inputs.BasicLoginInformationArgs
        {
            Password = "string",
            Username = "string",
        },
        MetricsDashboardCredential = new AzureNative.AzureArcData.Inputs.BasicLoginInformationArgs
        {
            Password = "string",
            Username = "string",
        },
        OnPremiseProperty = new AzureNative.AzureArcData.Inputs.OnPremisePropertyArgs
        {
            Id = "string",
            PublicSigningKey = "string",
            SigningCertificateThumbprint = "string",
        },
        UploadServicePrincipal = new AzureNative.AzureArcData.Inputs.UploadServicePrincipalArgs
        {
            Authority = "string",
            ClientId = "string",
            ClientSecret = "string",
            TenantId = "string",
        },
        UploadWatermark = new AzureNative.AzureArcData.Inputs.UploadWatermarkArgs
        {
            Logs = "string",
            Metrics = "string",
            Usages = "string",
        },
    },
    ResourceGroupName = "string",
    DataControllerName = "string",
    ExtendedLocation = new AzureNative.AzureArcData.Inputs.ExtendedLocationArgs
    {
        Name = "string",
        Type = "string",
    },
    Location = "string",
    Tags = 
    {
        { "string", "string" },
    },
});
example, err := azurearcdata.NewDataController(ctx, "dataControllerResource", &azurearcdata.DataControllerArgs{
	Properties: &azurearcdata.DataControllerPropertiesArgs{
		BasicLoginInformation: &azurearcdata.BasicLoginInformationArgs{
			Password: pulumi.String("string"),
			Username: pulumi.String("string"),
		},
		ClusterId:        pulumi.String("string"),
		ExtensionId:      pulumi.String("string"),
		Infrastructure:   azurearcdata.InfrastructureAzure,
		K8sRaw:           pulumi.Any("any"),
		LastUploadedDate: pulumi.String("string"),
		LogAnalyticsWorkspaceConfig: &azurearcdata.LogAnalyticsWorkspaceConfigArgs{
			PrimaryKey:  pulumi.String("string"),
			WorkspaceId: pulumi.String("string"),
		},
		LogsDashboardCredential: &azurearcdata.BasicLoginInformationArgs{
			Password: pulumi.String("string"),
			Username: pulumi.String("string"),
		},
		MetricsDashboardCredential: &azurearcdata.BasicLoginInformationArgs{
			Password: pulumi.String("string"),
			Username: pulumi.String("string"),
		},
		OnPremiseProperty: &azurearcdata.OnPremisePropertyArgs{
			Id:                           pulumi.String("string"),
			PublicSigningKey:             pulumi.String("string"),
			SigningCertificateThumbprint: pulumi.String("string"),
		},
		UploadServicePrincipal: &azurearcdata.UploadServicePrincipalArgs{
			Authority:    pulumi.String("string"),
			ClientId:     pulumi.String("string"),
			ClientSecret: pulumi.String("string"),
			TenantId:     pulumi.String("string"),
		},
		UploadWatermark: &azurearcdata.UploadWatermarkArgs{
			Logs:    pulumi.String("string"),
			Metrics: pulumi.String("string"),
			Usages:  pulumi.String("string"),
		},
	},
	ResourceGroupName:  pulumi.String("string"),
	DataControllerName: pulumi.String("string"),
	ExtendedLocation: &azurearcdata.ExtendedLocationArgs{
		Name: pulumi.String("string"),
		Type: pulumi.String("string"),
	},
	Location: pulumi.String("string"),
	Tags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
})
var dataControllerResource = new DataController("dataControllerResource", DataControllerArgs.builder()
    .properties(DataControllerPropertiesArgs.builder()
        .basicLoginInformation(BasicLoginInformationArgs.builder()
            .password("string")
            .username("string")
            .build())
        .clusterId("string")
        .extensionId("string")
        .infrastructure("azure")
        .k8sRaw("any")
        .lastUploadedDate("string")
        .logAnalyticsWorkspaceConfig(LogAnalyticsWorkspaceConfigArgs.builder()
            .primaryKey("string")
            .workspaceId("string")
            .build())
        .logsDashboardCredential(BasicLoginInformationArgs.builder()
            .password("string")
            .username("string")
            .build())
        .metricsDashboardCredential(BasicLoginInformationArgs.builder()
            .password("string")
            .username("string")
            .build())
        .onPremiseProperty(OnPremisePropertyArgs.builder()
            .id("string")
            .publicSigningKey("string")
            .signingCertificateThumbprint("string")
            .build())
        .uploadServicePrincipal(UploadServicePrincipalArgs.builder()
            .authority("string")
            .clientId("string")
            .clientSecret("string")
            .tenantId("string")
            .build())
        .uploadWatermark(UploadWatermarkArgs.builder()
            .logs("string")
            .metrics("string")
            .usages("string")
            .build())
        .build())
    .resourceGroupName("string")
    .dataControllerName("string")
    .extendedLocation(ExtendedLocationArgs.builder()
        .name("string")
        .type("string")
        .build())
    .location("string")
    .tags(Map.of("string", "string"))
    .build());
data_controller_resource = azure_native.azurearcdata.DataController("dataControllerResource",
    properties={
        "basic_login_information": {
            "password": "string",
            "username": "string",
        },
        "cluster_id": "string",
        "extension_id": "string",
        "infrastructure": azure_native.azurearcdata.Infrastructure.AZURE,
        "k8s_raw": "any",
        "last_uploaded_date": "string",
        "log_analytics_workspace_config": {
            "primary_key": "string",
            "workspace_id": "string",
        },
        "logs_dashboard_credential": {
            "password": "string",
            "username": "string",
        },
        "metrics_dashboard_credential": {
            "password": "string",
            "username": "string",
        },
        "on_premise_property": {
            "id": "string",
            "public_signing_key": "string",
            "signing_certificate_thumbprint": "string",
        },
        "upload_service_principal": {
            "authority": "string",
            "client_id": "string",
            "client_secret": "string",
            "tenant_id": "string",
        },
        "upload_watermark": {
            "logs": "string",
            "metrics": "string",
            "usages": "string",
        },
    },
    resource_group_name="string",
    data_controller_name="string",
    extended_location={
        "name": "string",
        "type": "string",
    },
    location="string",
    tags={
        "string": "string",
    })
const dataControllerResource = new azure_native.azurearcdata.DataController("dataControllerResource", {
    properties: {
        basicLoginInformation: {
            password: "string",
            username: "string",
        },
        clusterId: "string",
        extensionId: "string",
        infrastructure: azure_native.azurearcdata.Infrastructure.Azure,
        k8sRaw: "any",
        lastUploadedDate: "string",
        logAnalyticsWorkspaceConfig: {
            primaryKey: "string",
            workspaceId: "string",
        },
        logsDashboardCredential: {
            password: "string",
            username: "string",
        },
        metricsDashboardCredential: {
            password: "string",
            username: "string",
        },
        onPremiseProperty: {
            id: "string",
            publicSigningKey: "string",
            signingCertificateThumbprint: "string",
        },
        uploadServicePrincipal: {
            authority: "string",
            clientId: "string",
            clientSecret: "string",
            tenantId: "string",
        },
        uploadWatermark: {
            logs: "string",
            metrics: "string",
            usages: "string",
        },
    },
    resourceGroupName: "string",
    dataControllerName: "string",
    extendedLocation: {
        name: "string",
        type: "string",
    },
    location: "string",
    tags: {
        string: "string",
    },
});
type: azure-native:azurearcdata:DataController
properties:
    dataControllerName: string
    extendedLocation:
        name: string
        type: string
    location: string
    properties:
        basicLoginInformation:
            password: string
            username: string
        clusterId: string
        extensionId: string
        infrastructure: azure
        k8sRaw: any
        lastUploadedDate: string
        logAnalyticsWorkspaceConfig:
            primaryKey: string
            workspaceId: string
        logsDashboardCredential:
            password: string
            username: string
        metricsDashboardCredential:
            password: string
            username: string
        onPremiseProperty:
            id: string
            publicSigningKey: string
            signingCertificateThumbprint: string
        uploadServicePrincipal:
            authority: string
            clientId: string
            clientSecret: string
            tenantId: string
        uploadWatermark:
            logs: string
            metrics: string
            usages: string
    resourceGroupName: string
    tags:
        string: string
DataController 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 DataController resource accepts the following input properties:
- Properties
Pulumi.Azure Native. Azure Arc Data. Inputs. Data Controller Properties 
- The data controller's properties
- ResourceGroup stringName 
- The name of the Azure resource group
- DataController stringName 
- The name of the data controller
- ExtendedLocation Pulumi.Azure Native. Azure Arc Data. Inputs. Extended Location 
- The extendedLocation of the resource.
- Location string
- The geo-location where the resource lives
- Dictionary<string, string>
- Resource tags.
- Properties
DataController Properties Args 
- The data controller's properties
- ResourceGroup stringName 
- The name of the Azure resource group
- DataController stringName 
- The name of the data controller
- ExtendedLocation ExtendedLocation Args 
- The extendedLocation of the resource.
- Location string
- The geo-location where the resource lives
- map[string]string
- Resource tags.
- properties
DataController Properties 
- The data controller's properties
- resourceGroup StringName 
- The name of the Azure resource group
- dataController StringName 
- The name of the data controller
- extendedLocation ExtendedLocation 
- The extendedLocation of the resource.
- location String
- The geo-location where the resource lives
- Map<String,String>
- Resource tags.
- properties
DataController Properties 
- The data controller's properties
- resourceGroup stringName 
- The name of the Azure resource group
- dataController stringName 
- The name of the data controller
- extendedLocation ExtendedLocation 
- The extendedLocation of the resource.
- location string
- The geo-location where the resource lives
- {[key: string]: string}
- Resource tags.
- properties
DataController Properties Args 
- The data controller's properties
- resource_group_ strname 
- The name of the Azure resource group
- data_controller_ strname 
- The name of the data controller
- extended_location ExtendedLocation Args 
- The extendedLocation of the resource.
- location str
- The geo-location where the resource lives
- Mapping[str, str]
- Resource tags.
- properties Property Map
- The data controller's properties
- resourceGroup StringName 
- The name of the Azure resource group
- dataController StringName 
- The name of the data controller
- extendedLocation Property Map
- The extendedLocation of the resource.
- location String
- The geo-location where the resource lives
- Map<String>
- Resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the DataController resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- SystemData Pulumi.Azure Native. Azure Arc Data. Outputs. System Data Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- SystemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource
- system_data SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- systemData Property Map
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
BasicLoginInformation, BasicLoginInformationArgs      
BasicLoginInformationResponse, BasicLoginInformationResponseArgs        
- Username string
- Login username.
- Username string
- Login username.
- username String
- Login username.
- username string
- Login username.
- username str
- Login username.
- username String
- Login username.
DataControllerProperties, DataControllerPropertiesArgs      
- BasicLogin Pulumi.Information Azure Native. Azure Arc Data. Inputs. Basic Login Information 
- Deprecated. Azure Arc Data Services data controller no longer expose any endpoint. All traffic are exposed through Kubernetes native API.
- ClusterId string
- If a CustomLocation is provided, this contains the ARM id of the connected cluster the custom location belongs to.
- ExtensionId string
- If a CustomLocation is provided, this contains the ARM id of the extension the custom location belongs to.
- Infrastructure
Pulumi.Azure Native. Azure Arc Data. Infrastructure 
- The infrastructure the data controller is running on.
- K8sRaw object
- The raw kubernetes information
- LastUploaded stringDate 
- Last uploaded date from Kubernetes cluster. Defaults to current date time
- LogAnalytics Pulumi.Workspace Config Azure Native. Azure Arc Data. Inputs. Log Analytics Workspace Config 
- Log analytics workspace id and primary key
- LogsDashboard Pulumi.Credential Azure Native. Azure Arc Data. Inputs. Basic Login Information 
- Login credential for logs dashboard on the Kubernetes cluster.
- MetricsDashboard Pulumi.Credential Azure Native. Azure Arc Data. Inputs. Basic Login Information 
- Login credential for metrics dashboard on the Kubernetes cluster.
- OnPremise Pulumi.Property Azure Native. Azure Arc Data. Inputs. On Premise Property 
- Properties from the Kubernetes data controller
- UploadService Pulumi.Principal Azure Native. Azure Arc Data. Inputs. Upload Service Principal 
- Deprecated. Service principal is deprecated in favor of Arc Kubernetes service extension managed identity.
- UploadWatermark Pulumi.Azure Native. Azure Arc Data. Inputs. Upload Watermark 
- Properties on upload watermark. Mostly timestamp for each upload data type
- BasicLogin BasicInformation Login Information 
- Deprecated. Azure Arc Data Services data controller no longer expose any endpoint. All traffic are exposed through Kubernetes native API.
- ClusterId string
- If a CustomLocation is provided, this contains the ARM id of the connected cluster the custom location belongs to.
- ExtensionId string
- If a CustomLocation is provided, this contains the ARM id of the extension the custom location belongs to.
- Infrastructure Infrastructure
- The infrastructure the data controller is running on.
- K8sRaw interface{}
- The raw kubernetes information
- LastUploaded stringDate 
- Last uploaded date from Kubernetes cluster. Defaults to current date time
- LogAnalytics LogWorkspace Config Analytics Workspace Config 
- Log analytics workspace id and primary key
- LogsDashboard BasicCredential Login Information 
- Login credential for logs dashboard on the Kubernetes cluster.
- MetricsDashboard BasicCredential Login Information 
- Login credential for metrics dashboard on the Kubernetes cluster.
- OnPremise OnProperty Premise Property 
- Properties from the Kubernetes data controller
- UploadService UploadPrincipal Service Principal 
- Deprecated. Service principal is deprecated in favor of Arc Kubernetes service extension managed identity.
- UploadWatermark UploadWatermark 
- Properties on upload watermark. Mostly timestamp for each upload data type
- basicLogin BasicInformation Login Information 
- Deprecated. Azure Arc Data Services data controller no longer expose any endpoint. All traffic are exposed through Kubernetes native API.
- clusterId String
- If a CustomLocation is provided, this contains the ARM id of the connected cluster the custom location belongs to.
- extensionId String
- If a CustomLocation is provided, this contains the ARM id of the extension the custom location belongs to.
- infrastructure Infrastructure
- The infrastructure the data controller is running on.
- k8sRaw Object
- The raw kubernetes information
- lastUploaded StringDate 
- Last uploaded date from Kubernetes cluster. Defaults to current date time
- logAnalytics LogWorkspace Config Analytics Workspace Config 
- Log analytics workspace id and primary key
- logsDashboard BasicCredential Login Information 
- Login credential for logs dashboard on the Kubernetes cluster.
- metricsDashboard BasicCredential Login Information 
- Login credential for metrics dashboard on the Kubernetes cluster.
- onPremise OnProperty Premise Property 
- Properties from the Kubernetes data controller
- uploadService UploadPrincipal Service Principal 
- Deprecated. Service principal is deprecated in favor of Arc Kubernetes service extension managed identity.
- uploadWatermark UploadWatermark 
- Properties on upload watermark. Mostly timestamp for each upload data type
- basicLogin BasicInformation Login Information 
- Deprecated. Azure Arc Data Services data controller no longer expose any endpoint. All traffic are exposed through Kubernetes native API.
- clusterId string
- If a CustomLocation is provided, this contains the ARM id of the connected cluster the custom location belongs to.
- extensionId string
- If a CustomLocation is provided, this contains the ARM id of the extension the custom location belongs to.
- infrastructure Infrastructure
- The infrastructure the data controller is running on.
- k8sRaw any
- The raw kubernetes information
- lastUploaded stringDate 
- Last uploaded date from Kubernetes cluster. Defaults to current date time
- logAnalytics LogWorkspace Config Analytics Workspace Config 
- Log analytics workspace id and primary key
- logsDashboard BasicCredential Login Information 
- Login credential for logs dashboard on the Kubernetes cluster.
- metricsDashboard BasicCredential Login Information 
- Login credential for metrics dashboard on the Kubernetes cluster.
- onPremise OnProperty Premise Property 
- Properties from the Kubernetes data controller
- uploadService UploadPrincipal Service Principal 
- Deprecated. Service principal is deprecated in favor of Arc Kubernetes service extension managed identity.
- uploadWatermark UploadWatermark 
- Properties on upload watermark. Mostly timestamp for each upload data type
- basic_login_ Basicinformation Login Information 
- Deprecated. Azure Arc Data Services data controller no longer expose any endpoint. All traffic are exposed through Kubernetes native API.
- cluster_id str
- If a CustomLocation is provided, this contains the ARM id of the connected cluster the custom location belongs to.
- extension_id str
- If a CustomLocation is provided, this contains the ARM id of the extension the custom location belongs to.
- infrastructure Infrastructure
- The infrastructure the data controller is running on.
- k8s_raw Any
- The raw kubernetes information
- last_uploaded_ strdate 
- Last uploaded date from Kubernetes cluster. Defaults to current date time
- log_analytics_ Logworkspace_ config Analytics Workspace Config 
- Log analytics workspace id and primary key
- logs_dashboard_ Basiccredential Login Information 
- Login credential for logs dashboard on the Kubernetes cluster.
- metrics_dashboard_ Basiccredential Login Information 
- Login credential for metrics dashboard on the Kubernetes cluster.
- on_premise_ Onproperty Premise Property 
- Properties from the Kubernetes data controller
- upload_service_ Uploadprincipal Service Principal 
- Deprecated. Service principal is deprecated in favor of Arc Kubernetes service extension managed identity.
- upload_watermark UploadWatermark 
- Properties on upload watermark. Mostly timestamp for each upload data type
- basicLogin Property MapInformation 
- Deprecated. Azure Arc Data Services data controller no longer expose any endpoint. All traffic are exposed through Kubernetes native API.
- clusterId String
- If a CustomLocation is provided, this contains the ARM id of the connected cluster the custom location belongs to.
- extensionId String
- If a CustomLocation is provided, this contains the ARM id of the extension the custom location belongs to.
- infrastructure "azure" | "gcp" | "aws" | "alibaba" | "onpremises" | "other"
- The infrastructure the data controller is running on.
- k8sRaw Any
- The raw kubernetes information
- lastUploaded StringDate 
- Last uploaded date from Kubernetes cluster. Defaults to current date time
- logAnalytics Property MapWorkspace Config 
- Log analytics workspace id and primary key
- logsDashboard Property MapCredential 
- Login credential for logs dashboard on the Kubernetes cluster.
- metricsDashboard Property MapCredential 
- Login credential for metrics dashboard on the Kubernetes cluster.
- onPremise Property MapProperty 
- Properties from the Kubernetes data controller
- uploadService Property MapPrincipal 
- Deprecated. Service principal is deprecated in favor of Arc Kubernetes service extension managed identity.
- uploadWatermark Property Map
- Properties on upload watermark. Mostly timestamp for each upload data type
DataControllerPropertiesResponse, DataControllerPropertiesResponseArgs        
- ProvisioningState string
- The provisioning state of the Arc Data Controller resource.
- BasicLogin Pulumi.Information Azure Native. Azure Arc Data. Inputs. Basic Login Information Response 
- Deprecated. Azure Arc Data Services data controller no longer expose any endpoint. All traffic are exposed through Kubernetes native API.
- ClusterId string
- If a CustomLocation is provided, this contains the ARM id of the connected cluster the custom location belongs to.
- ExtensionId string
- If a CustomLocation is provided, this contains the ARM id of the extension the custom location belongs to.
- Infrastructure string
- The infrastructure the data controller is running on.
- K8sRaw object
- The raw kubernetes information
- LastUploaded stringDate 
- Last uploaded date from Kubernetes cluster. Defaults to current date time
- LogAnalytics Pulumi.Workspace Config Azure Native. Azure Arc Data. Inputs. Log Analytics Workspace Config Response 
- Log analytics workspace id and primary key
- LogsDashboard Pulumi.Credential Azure Native. Azure Arc Data. Inputs. Basic Login Information Response 
- Login credential for logs dashboard on the Kubernetes cluster.
- MetricsDashboard Pulumi.Credential Azure Native. Azure Arc Data. Inputs. Basic Login Information Response 
- Login credential for metrics dashboard on the Kubernetes cluster.
- OnPremise Pulumi.Property Azure Native. Azure Arc Data. Inputs. On Premise Property Response 
- Properties from the Kubernetes data controller
- UploadService Pulumi.Principal Azure Native. Azure Arc Data. Inputs. Upload Service Principal Response 
- Deprecated. Service principal is deprecated in favor of Arc Kubernetes service extension managed identity.
- UploadWatermark Pulumi.Azure Native. Azure Arc Data. Inputs. Upload Watermark Response 
- Properties on upload watermark. Mostly timestamp for each upload data type
- ProvisioningState string
- The provisioning state of the Arc Data Controller resource.
- BasicLogin BasicInformation Login Information Response 
- Deprecated. Azure Arc Data Services data controller no longer expose any endpoint. All traffic are exposed through Kubernetes native API.
- ClusterId string
- If a CustomLocation is provided, this contains the ARM id of the connected cluster the custom location belongs to.
- ExtensionId string
- If a CustomLocation is provided, this contains the ARM id of the extension the custom location belongs to.
- Infrastructure string
- The infrastructure the data controller is running on.
- K8sRaw interface{}
- The raw kubernetes information
- LastUploaded stringDate 
- Last uploaded date from Kubernetes cluster. Defaults to current date time
- LogAnalytics LogWorkspace Config Analytics Workspace Config Response 
- Log analytics workspace id and primary key
- LogsDashboard BasicCredential Login Information Response 
- Login credential for logs dashboard on the Kubernetes cluster.
- MetricsDashboard BasicCredential Login Information Response 
- Login credential for metrics dashboard on the Kubernetes cluster.
- OnPremise OnProperty Premise Property Response 
- Properties from the Kubernetes data controller
- UploadService UploadPrincipal Service Principal Response 
- Deprecated. Service principal is deprecated in favor of Arc Kubernetes service extension managed identity.
- UploadWatermark UploadWatermark Response 
- Properties on upload watermark. Mostly timestamp for each upload data type
- provisioningState String
- The provisioning state of the Arc Data Controller resource.
- basicLogin BasicInformation Login Information Response 
- Deprecated. Azure Arc Data Services data controller no longer expose any endpoint. All traffic are exposed through Kubernetes native API.
- clusterId String
- If a CustomLocation is provided, this contains the ARM id of the connected cluster the custom location belongs to.
- extensionId String
- If a CustomLocation is provided, this contains the ARM id of the extension the custom location belongs to.
- infrastructure String
- The infrastructure the data controller is running on.
- k8sRaw Object
- The raw kubernetes information
- lastUploaded StringDate 
- Last uploaded date from Kubernetes cluster. Defaults to current date time
- logAnalytics LogWorkspace Config Analytics Workspace Config Response 
- Log analytics workspace id and primary key
- logsDashboard BasicCredential Login Information Response 
- Login credential for logs dashboard on the Kubernetes cluster.
- metricsDashboard BasicCredential Login Information Response 
- Login credential for metrics dashboard on the Kubernetes cluster.
- onPremise OnProperty Premise Property Response 
- Properties from the Kubernetes data controller
- uploadService UploadPrincipal Service Principal Response 
- Deprecated. Service principal is deprecated in favor of Arc Kubernetes service extension managed identity.
- uploadWatermark UploadWatermark Response 
- Properties on upload watermark. Mostly timestamp for each upload data type
- provisioningState string
- The provisioning state of the Arc Data Controller resource.
- basicLogin BasicInformation Login Information Response 
- Deprecated. Azure Arc Data Services data controller no longer expose any endpoint. All traffic are exposed through Kubernetes native API.
- clusterId string
- If a CustomLocation is provided, this contains the ARM id of the connected cluster the custom location belongs to.
- extensionId string
- If a CustomLocation is provided, this contains the ARM id of the extension the custom location belongs to.
- infrastructure string
- The infrastructure the data controller is running on.
- k8sRaw any
- The raw kubernetes information
- lastUploaded stringDate 
- Last uploaded date from Kubernetes cluster. Defaults to current date time
- logAnalytics LogWorkspace Config Analytics Workspace Config Response 
- Log analytics workspace id and primary key
- logsDashboard BasicCredential Login Information Response 
- Login credential for logs dashboard on the Kubernetes cluster.
- metricsDashboard BasicCredential Login Information Response 
- Login credential for metrics dashboard on the Kubernetes cluster.
- onPremise OnProperty Premise Property Response 
- Properties from the Kubernetes data controller
- uploadService UploadPrincipal Service Principal Response 
- Deprecated. Service principal is deprecated in favor of Arc Kubernetes service extension managed identity.
- uploadWatermark UploadWatermark Response 
- Properties on upload watermark. Mostly timestamp for each upload data type
- provisioning_state str
- The provisioning state of the Arc Data Controller resource.
- basic_login_ Basicinformation Login Information Response 
- Deprecated. Azure Arc Data Services data controller no longer expose any endpoint. All traffic are exposed through Kubernetes native API.
- cluster_id str
- If a CustomLocation is provided, this contains the ARM id of the connected cluster the custom location belongs to.
- extension_id str
- If a CustomLocation is provided, this contains the ARM id of the extension the custom location belongs to.
- infrastructure str
- The infrastructure the data controller is running on.
- k8s_raw Any
- The raw kubernetes information
- last_uploaded_ strdate 
- Last uploaded date from Kubernetes cluster. Defaults to current date time
- log_analytics_ Logworkspace_ config Analytics Workspace Config Response 
- Log analytics workspace id and primary key
- logs_dashboard_ Basiccredential Login Information Response 
- Login credential for logs dashboard on the Kubernetes cluster.
- metrics_dashboard_ Basiccredential Login Information Response 
- Login credential for metrics dashboard on the Kubernetes cluster.
- on_premise_ Onproperty Premise Property Response 
- Properties from the Kubernetes data controller
- upload_service_ Uploadprincipal Service Principal Response 
- Deprecated. Service principal is deprecated in favor of Arc Kubernetes service extension managed identity.
- upload_watermark UploadWatermark Response 
- Properties on upload watermark. Mostly timestamp for each upload data type
- provisioningState String
- The provisioning state of the Arc Data Controller resource.
- basicLogin Property MapInformation 
- Deprecated. Azure Arc Data Services data controller no longer expose any endpoint. All traffic are exposed through Kubernetes native API.
- clusterId String
- If a CustomLocation is provided, this contains the ARM id of the connected cluster the custom location belongs to.
- extensionId String
- If a CustomLocation is provided, this contains the ARM id of the extension the custom location belongs to.
- infrastructure String
- The infrastructure the data controller is running on.
- k8sRaw Any
- The raw kubernetes information
- lastUploaded StringDate 
- Last uploaded date from Kubernetes cluster. Defaults to current date time
- logAnalytics Property MapWorkspace Config 
- Log analytics workspace id and primary key
- logsDashboard Property MapCredential 
- Login credential for logs dashboard on the Kubernetes cluster.
- metricsDashboard Property MapCredential 
- Login credential for metrics dashboard on the Kubernetes cluster.
- onPremise Property MapProperty 
- Properties from the Kubernetes data controller
- uploadService Property MapPrincipal 
- Deprecated. Service principal is deprecated in favor of Arc Kubernetes service extension managed identity.
- uploadWatermark Property Map
- Properties on upload watermark. Mostly timestamp for each upload data type
ExtendedLocation, ExtendedLocationArgs    
- Name string
- The name of the extended location.
- Type
string | Pulumi.Azure Native. Azure Arc Data. Extended Location Types 
- The type of the extended location.
- Name string
- The name of the extended location.
- Type
string | ExtendedLocation Types 
- The type of the extended location.
- name String
- The name of the extended location.
- type
String | ExtendedLocation Types 
- The type of the extended location.
- name string
- The name of the extended location.
- type
string | ExtendedLocation Types 
- The type of the extended location.
- name str
- The name of the extended location.
- type
str | ExtendedLocation Types 
- The type of the extended location.
- name String
- The name of the extended location.
- type
String | "CustomLocation" 
- The type of the extended location.
ExtendedLocationResponse, ExtendedLocationResponseArgs      
ExtendedLocationTypes, ExtendedLocationTypesArgs      
- CustomLocation 
- CustomLocation
- ExtendedLocation Types Custom Location 
- CustomLocation
- CustomLocation 
- CustomLocation
- CustomLocation 
- CustomLocation
- CUSTOM_LOCATION
- CustomLocation
- "CustomLocation" 
- CustomLocation
Infrastructure, InfrastructureArgs  
- Azure
- azure
- Gcp
- gcp
- Aws
- aws
- Alibaba
- alibaba
- Onpremises
- onpremises
- Other
- other
- InfrastructureAzure 
- azure
- InfrastructureGcp 
- gcp
- InfrastructureAws 
- aws
- InfrastructureAlibaba 
- alibaba
- InfrastructureOnpremises 
- onpremises
- InfrastructureOther 
- other
- Azure
- azure
- Gcp
- gcp
- Aws
- aws
- Alibaba
- alibaba
- Onpremises
- onpremises
- Other
- other
- Azure
- azure
- Gcp
- gcp
- Aws
- aws
- Alibaba
- alibaba
- Onpremises
- onpremises
- Other
- other
- AZURE
- azure
- GCP
- gcp
- AWS
- aws
- ALIBABA
- alibaba
- ONPREMISES
- onpremises
- OTHER
- other
- "azure"
- azure
- "gcp"
- gcp
- "aws"
- aws
- "alibaba"
- alibaba
- "onpremises"
- onpremises
- "other"
- other
LogAnalyticsWorkspaceConfig, LogAnalyticsWorkspaceConfigArgs        
- PrimaryKey string
- Primary key of the workspace
- WorkspaceId string
- Azure Log Analytics workspace ID
- PrimaryKey string
- Primary key of the workspace
- WorkspaceId string
- Azure Log Analytics workspace ID
- primaryKey String
- Primary key of the workspace
- workspaceId String
- Azure Log Analytics workspace ID
- primaryKey string
- Primary key of the workspace
- workspaceId string
- Azure Log Analytics workspace ID
- primary_key str
- Primary key of the workspace
- workspace_id str
- Azure Log Analytics workspace ID
- primaryKey String
- Primary key of the workspace
- workspaceId String
- Azure Log Analytics workspace ID
LogAnalyticsWorkspaceConfigResponse, LogAnalyticsWorkspaceConfigResponseArgs          
- WorkspaceId string
- Azure Log Analytics workspace ID
- WorkspaceId string
- Azure Log Analytics workspace ID
- workspaceId String
- Azure Log Analytics workspace ID
- workspaceId string
- Azure Log Analytics workspace ID
- workspace_id str
- Azure Log Analytics workspace ID
- workspaceId String
- Azure Log Analytics workspace ID
OnPremiseProperty, OnPremisePropertyArgs      
- Id string
- A globally unique ID identifying the associated Kubernetes cluster
- PublicSigning stringKey 
- Certificate that contains the Kubernetes cluster public key used to verify signing
- SigningCertificate stringThumbprint 
- Unique thumbprint returned to customer to verify the certificate being uploaded
- Id string
- A globally unique ID identifying the associated Kubernetes cluster
- PublicSigning stringKey 
- Certificate that contains the Kubernetes cluster public key used to verify signing
- SigningCertificate stringThumbprint 
- Unique thumbprint returned to customer to verify the certificate being uploaded
- id String
- A globally unique ID identifying the associated Kubernetes cluster
- publicSigning StringKey 
- Certificate that contains the Kubernetes cluster public key used to verify signing
- signingCertificate StringThumbprint 
- Unique thumbprint returned to customer to verify the certificate being uploaded
- id string
- A globally unique ID identifying the associated Kubernetes cluster
- publicSigning stringKey 
- Certificate that contains the Kubernetes cluster public key used to verify signing
- signingCertificate stringThumbprint 
- Unique thumbprint returned to customer to verify the certificate being uploaded
- id str
- A globally unique ID identifying the associated Kubernetes cluster
- public_signing_ strkey 
- Certificate that contains the Kubernetes cluster public key used to verify signing
- signing_certificate_ strthumbprint 
- Unique thumbprint returned to customer to verify the certificate being uploaded
- id String
- A globally unique ID identifying the associated Kubernetes cluster
- publicSigning StringKey 
- Certificate that contains the Kubernetes cluster public key used to verify signing
- signingCertificate StringThumbprint 
- Unique thumbprint returned to customer to verify the certificate being uploaded
OnPremisePropertyResponse, OnPremisePropertyResponseArgs        
- Id string
- A globally unique ID identifying the associated Kubernetes cluster
- PublicSigning stringKey 
- Certificate that contains the Kubernetes cluster public key used to verify signing
- SigningCertificate stringThumbprint 
- Unique thumbprint returned to customer to verify the certificate being uploaded
- Id string
- A globally unique ID identifying the associated Kubernetes cluster
- PublicSigning stringKey 
- Certificate that contains the Kubernetes cluster public key used to verify signing
- SigningCertificate stringThumbprint 
- Unique thumbprint returned to customer to verify the certificate being uploaded
- id String
- A globally unique ID identifying the associated Kubernetes cluster
- publicSigning StringKey 
- Certificate that contains the Kubernetes cluster public key used to verify signing
- signingCertificate StringThumbprint 
- Unique thumbprint returned to customer to verify the certificate being uploaded
- id string
- A globally unique ID identifying the associated Kubernetes cluster
- publicSigning stringKey 
- Certificate that contains the Kubernetes cluster public key used to verify signing
- signingCertificate stringThumbprint 
- Unique thumbprint returned to customer to verify the certificate being uploaded
- id str
- A globally unique ID identifying the associated Kubernetes cluster
- public_signing_ strkey 
- Certificate that contains the Kubernetes cluster public key used to verify signing
- signing_certificate_ strthumbprint 
- Unique thumbprint returned to customer to verify the certificate being uploaded
- id String
- A globally unique ID identifying the associated Kubernetes cluster
- publicSigning StringKey 
- Certificate that contains the Kubernetes cluster public key used to verify signing
- signingCertificate StringThumbprint 
- Unique thumbprint returned to customer to verify the certificate being uploaded
SystemDataResponse, SystemDataResponseArgs      
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- 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.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- 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.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- 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.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified 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.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
UploadServicePrincipal, UploadServicePrincipalArgs      
- string
- Authority for the service principal. Example: https://login.microsoftonline.com/
- ClientId string
- Client ID of the service principal for uploading data.
- ClientSecret string
- Secret of the service principal
- TenantId string
- Tenant ID of the service principal.
- string
- Authority for the service principal. Example: https://login.microsoftonline.com/
- ClientId string
- Client ID of the service principal for uploading data.
- ClientSecret string
- Secret of the service principal
- TenantId string
- Tenant ID of the service principal.
- String
- Authority for the service principal. Example: https://login.microsoftonline.com/
- clientId String
- Client ID of the service principal for uploading data.
- clientSecret String
- Secret of the service principal
- tenantId String
- Tenant ID of the service principal.
- string
- Authority for the service principal. Example: https://login.microsoftonline.com/
- clientId string
- Client ID of the service principal for uploading data.
- clientSecret string
- Secret of the service principal
- tenantId string
- Tenant ID of the service principal.
- str
- Authority for the service principal. Example: https://login.microsoftonline.com/
- client_id str
- Client ID of the service principal for uploading data.
- client_secret str
- Secret of the service principal
- tenant_id str
- Tenant ID of the service principal.
- String
- Authority for the service principal. Example: https://login.microsoftonline.com/
- clientId String
- Client ID of the service principal for uploading data.
- clientSecret String
- Secret of the service principal
- tenantId String
- Tenant ID of the service principal.
UploadServicePrincipalResponse, UploadServicePrincipalResponseArgs        
UploadWatermark, UploadWatermarkArgs    
UploadWatermarkResponse, UploadWatermarkResponseArgs      
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:azurearcdata:DataController testdataController /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureArcData/dataControllers/{dataControllerName} 
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0