azure-native.kubernetes.ConnectedCluster
Explore with Pulumi AI
Represents a connected cluster.
Uses Azure REST API version 2024-02-01-preview. In version 2.x of the Azure Native provider, it used API version 2022-05-01-preview.
Other available API versions: 2021-04-01-preview, 2021-10-01, 2022-05-01-preview, 2022-10-01-preview, 2023-11-01-preview, 2024-01-01, 2024-06-01-preview, 2024-07-01-preview, 2024-07-15-preview, 2024-12-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native kubernetes [ApiVersion]
. See the version guide for details.
Example Usage
CreateClusterExample
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var connectedCluster = new AzureNative.Kubernetes.ConnectedCluster("connectedCluster", new()
{
AgentPublicKeyCertificate = "MIICYzCCAcygAwIBAgIBADANBgkqhkiG9w0BAQUFADAuMQswCQYDVQQGEwJVUzEMMAoGA1UEChMDSUJNMREwDwYDVQQLEwhMb2NhbCBDQTAeFw05OTEyMjIwNTAwMDBaFw0wMDEyMjMwNDU5NTlaMC4xCzAJBgNVBAYTAlVTMQwwCgYDVQQKEwNJQk0xETAPBgNVBAsTCExvY2FsIENBMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD2bZEo7xGaX2/0GHkrNFZvlxBou9v1Jmt/PDiTMPve8r9FeJAQ0QdvFST/0JPQYD20rH0bimdDLgNdNynmyRoS2S/IInfpmf69iyc2G0TPyRvmHIiOZbdCd+YBHQi1adkj17NDcWj6S14tVurFX73zx0sNoMS79q3tuXKrDsxeuwIDAQABo4GQMIGNMEsGCVUdDwGG+EIBDQQ+EzxHZW5lcmF0ZWQgYnkgdGhlIFNlY3VyZVdheSBTZWN1cml0eSBTZXJ2ZXIgZm9yIE9TLzM5MCAoUkFDRikwDgYDVR0PAQH/BAQDAgAGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFJ3+ocRyCTJw067dLSwr/nalx6YMMA0GCSqGSIb3DQEBBQUAA4GBAMaQzt+zaj1GU77yzlr8iiMBXgdQrwsZZWJo5exnAucJAEYQZmOfyLiM D6oYq+ZnfvM0n8G/Y79q8nhwvuxpYOnRSAXFp6xSkrIOeZtJMY1h00LKp/JX3Ng1svZ2agE126JHsQ0bhzN5TKsYfbwfTwfjdWAGy6Vf1nYi/rO+ryMO",
AzureHybridBenefit = AzureNative.Kubernetes.AzureHybridBenefit.NotApplicable,
ClusterName = "testCluster",
Distribution = "AKS",
DistributionVersion = "1.0",
Identity = new AzureNative.Kubernetes.Inputs.ConnectedClusterIdentityArgs
{
Type = AzureNative.Kubernetes.ResourceIdentityType.SystemAssigned,
},
Location = "East US",
ResourceGroupName = "k8sc-rg",
Tags = null,
});
});
package main
import (
kubernetes "github.com/pulumi/pulumi-azure-native-sdk/kubernetes/v3"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := kubernetes.NewConnectedCluster(ctx, "connectedCluster", &kubernetes.ConnectedClusterArgs{
AgentPublicKeyCertificate: pulumi.String("MIICYzCCAcygAwIBAgIBADANBgkqhkiG9w0BAQUFADAuMQswCQYDVQQGEwJVUzEMMAoGA1UEChMDSUJNMREwDwYDVQQLEwhMb2NhbCBDQTAeFw05OTEyMjIwNTAwMDBaFw0wMDEyMjMwNDU5NTlaMC4xCzAJBgNVBAYTAlVTMQwwCgYDVQQKEwNJQk0xETAPBgNVBAsTCExvY2FsIENBMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD2bZEo7xGaX2/0GHkrNFZvlxBou9v1Jmt/PDiTMPve8r9FeJAQ0QdvFST/0JPQYD20rH0bimdDLgNdNynmyRoS2S/IInfpmf69iyc2G0TPyRvmHIiOZbdCd+YBHQi1adkj17NDcWj6S14tVurFX73zx0sNoMS79q3tuXKrDsxeuwIDAQABo4GQMIGNMEsGCVUdDwGG+EIBDQQ+EzxHZW5lcmF0ZWQgYnkgdGhlIFNlY3VyZVdheSBTZWN1cml0eSBTZXJ2ZXIgZm9yIE9TLzM5MCAoUkFDRikwDgYDVR0PAQH/BAQDAgAGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFJ3+ocRyCTJw067dLSwr/nalx6YMMA0GCSqGSIb3DQEBBQUAA4GBAMaQzt+zaj1GU77yzlr8iiMBXgdQrwsZZWJo5exnAucJAEYQZmOfyLiM D6oYq+ZnfvM0n8G/Y79q8nhwvuxpYOnRSAXFp6xSkrIOeZtJMY1h00LKp/JX3Ng1svZ2agE126JHsQ0bhzN5TKsYfbwfTwfjdWAGy6Vf1nYi/rO+ryMO"),
AzureHybridBenefit: pulumi.String(kubernetes.AzureHybridBenefitNotApplicable),
ClusterName: pulumi.String("testCluster"),
Distribution: pulumi.String("AKS"),
DistributionVersion: pulumi.String("1.0"),
Identity: &kubernetes.ConnectedClusterIdentityArgs{
Type: kubernetes.ResourceIdentityTypeSystemAssigned,
},
Location: pulumi.String("East US"),
ResourceGroupName: pulumi.String("k8sc-rg"),
Tags: pulumi.StringMap{},
})
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.kubernetes.ConnectedCluster;
import com.pulumi.azurenative.kubernetes.ConnectedClusterArgs;
import com.pulumi.azurenative.kubernetes.inputs.ConnectedClusterIdentityArgs;
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 connectedCluster = new ConnectedCluster("connectedCluster", ConnectedClusterArgs.builder()
.agentPublicKeyCertificate("MIICYzCCAcygAwIBAgIBADANBgkqhkiG9w0BAQUFADAuMQswCQYDVQQGEwJVUzEMMAoGA1UEChMDSUJNMREwDwYDVQQLEwhMb2NhbCBDQTAeFw05OTEyMjIwNTAwMDBaFw0wMDEyMjMwNDU5NTlaMC4xCzAJBgNVBAYTAlVTMQwwCgYDVQQKEwNJQk0xETAPBgNVBAsTCExvY2FsIENBMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD2bZEo7xGaX2/0GHkrNFZvlxBou9v1Jmt/PDiTMPve8r9FeJAQ0QdvFST/0JPQYD20rH0bimdDLgNdNynmyRoS2S/IInfpmf69iyc2G0TPyRvmHIiOZbdCd+YBHQi1adkj17NDcWj6S14tVurFX73zx0sNoMS79q3tuXKrDsxeuwIDAQABo4GQMIGNMEsGCVUdDwGG+EIBDQQ+EzxHZW5lcmF0ZWQgYnkgdGhlIFNlY3VyZVdheSBTZWN1cml0eSBTZXJ2ZXIgZm9yIE9TLzM5MCAoUkFDRikwDgYDVR0PAQH/BAQDAgAGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFJ3+ocRyCTJw067dLSwr/nalx6YMMA0GCSqGSIb3DQEBBQUAA4GBAMaQzt+zaj1GU77yzlr8iiMBXgdQrwsZZWJo5exnAucJAEYQZmOfyLiM D6oYq+ZnfvM0n8G/Y79q8nhwvuxpYOnRSAXFp6xSkrIOeZtJMY1h00LKp/JX3Ng1svZ2agE126JHsQ0bhzN5TKsYfbwfTwfjdWAGy6Vf1nYi/rO+ryMO")
.azureHybridBenefit("NotApplicable")
.clusterName("testCluster")
.distribution("AKS")
.distributionVersion("1.0")
.identity(ConnectedClusterIdentityArgs.builder()
.type("SystemAssigned")
.build())
.location("East US")
.resourceGroupName("k8sc-rg")
.tags(Map.ofEntries(
))
.build());
}
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const connectedCluster = new azure_native.kubernetes.ConnectedCluster("connectedCluster", {
agentPublicKeyCertificate: "MIICYzCCAcygAwIBAgIBADANBgkqhkiG9w0BAQUFADAuMQswCQYDVQQGEwJVUzEMMAoGA1UEChMDSUJNMREwDwYDVQQLEwhMb2NhbCBDQTAeFw05OTEyMjIwNTAwMDBaFw0wMDEyMjMwNDU5NTlaMC4xCzAJBgNVBAYTAlVTMQwwCgYDVQQKEwNJQk0xETAPBgNVBAsTCExvY2FsIENBMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD2bZEo7xGaX2/0GHkrNFZvlxBou9v1Jmt/PDiTMPve8r9FeJAQ0QdvFST/0JPQYD20rH0bimdDLgNdNynmyRoS2S/IInfpmf69iyc2G0TPyRvmHIiOZbdCd+YBHQi1adkj17NDcWj6S14tVurFX73zx0sNoMS79q3tuXKrDsxeuwIDAQABo4GQMIGNMEsGCVUdDwGG+EIBDQQ+EzxHZW5lcmF0ZWQgYnkgdGhlIFNlY3VyZVdheSBTZWN1cml0eSBTZXJ2ZXIgZm9yIE9TLzM5MCAoUkFDRikwDgYDVR0PAQH/BAQDAgAGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFJ3+ocRyCTJw067dLSwr/nalx6YMMA0GCSqGSIb3DQEBBQUAA4GBAMaQzt+zaj1GU77yzlr8iiMBXgdQrwsZZWJo5exnAucJAEYQZmOfyLiM D6oYq+ZnfvM0n8G/Y79q8nhwvuxpYOnRSAXFp6xSkrIOeZtJMY1h00LKp/JX3Ng1svZ2agE126JHsQ0bhzN5TKsYfbwfTwfjdWAGy6Vf1nYi/rO+ryMO",
azureHybridBenefit: azure_native.kubernetes.AzureHybridBenefit.NotApplicable,
clusterName: "testCluster",
distribution: "AKS",
distributionVersion: "1.0",
identity: {
type: azure_native.kubernetes.ResourceIdentityType.SystemAssigned,
},
location: "East US",
resourceGroupName: "k8sc-rg",
tags: {},
});
import pulumi
import pulumi_azure_native as azure_native
connected_cluster = azure_native.kubernetes.ConnectedCluster("connectedCluster",
agent_public_key_certificate="MIICYzCCAcygAwIBAgIBADANBgkqhkiG9w0BAQUFADAuMQswCQYDVQQGEwJVUzEMMAoGA1UEChMDSUJNMREwDwYDVQQLEwhMb2NhbCBDQTAeFw05OTEyMjIwNTAwMDBaFw0wMDEyMjMwNDU5NTlaMC4xCzAJBgNVBAYTAlVTMQwwCgYDVQQKEwNJQk0xETAPBgNVBAsTCExvY2FsIENBMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD2bZEo7xGaX2/0GHkrNFZvlxBou9v1Jmt/PDiTMPve8r9FeJAQ0QdvFST/0JPQYD20rH0bimdDLgNdNynmyRoS2S/IInfpmf69iyc2G0TPyRvmHIiOZbdCd+YBHQi1adkj17NDcWj6S14tVurFX73zx0sNoMS79q3tuXKrDsxeuwIDAQABo4GQMIGNMEsGCVUdDwGG+EIBDQQ+EzxHZW5lcmF0ZWQgYnkgdGhlIFNlY3VyZVdheSBTZWN1cml0eSBTZXJ2ZXIgZm9yIE9TLzM5MCAoUkFDRikwDgYDVR0PAQH/BAQDAgAGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFJ3+ocRyCTJw067dLSwr/nalx6YMMA0GCSqGSIb3DQEBBQUAA4GBAMaQzt+zaj1GU77yzlr8iiMBXgdQrwsZZWJo5exnAucJAEYQZmOfyLiM D6oYq+ZnfvM0n8G/Y79q8nhwvuxpYOnRSAXFp6xSkrIOeZtJMY1h00LKp/JX3Ng1svZ2agE126JHsQ0bhzN5TKsYfbwfTwfjdWAGy6Vf1nYi/rO+ryMO",
azure_hybrid_benefit=azure_native.kubernetes.AzureHybridBenefit.NOT_APPLICABLE,
cluster_name="testCluster",
distribution="AKS",
distribution_version="1.0",
identity={
"type": azure_native.kubernetes.ResourceIdentityType.SYSTEM_ASSIGNED,
},
location="East US",
resource_group_name="k8sc-rg",
tags={})
resources:
connectedCluster:
type: azure-native:kubernetes:ConnectedCluster
properties:
agentPublicKeyCertificate: MIICYzCCAcygAwIBAgIBADANBgkqhkiG9w0BAQUFADAuMQswCQYDVQQGEwJVUzEMMAoGA1UEChMDSUJNMREwDwYDVQQLEwhMb2NhbCBDQTAeFw05OTEyMjIwNTAwMDBaFw0wMDEyMjMwNDU5NTlaMC4xCzAJBgNVBAYTAlVTMQwwCgYDVQQKEwNJQk0xETAPBgNVBAsTCExvY2FsIENBMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD2bZEo7xGaX2/0GHkrNFZvlxBou9v1Jmt/PDiTMPve8r9FeJAQ0QdvFST/0JPQYD20rH0bimdDLgNdNynmyRoS2S/IInfpmf69iyc2G0TPyRvmHIiOZbdCd+YBHQi1adkj17NDcWj6S14tVurFX73zx0sNoMS79q3tuXKrDsxeuwIDAQABo4GQMIGNMEsGCVUdDwGG+EIBDQQ+EzxHZW5lcmF0ZWQgYnkgdGhlIFNlY3VyZVdheSBTZWN1cml0eSBTZXJ2ZXIgZm9yIE9TLzM5MCAoUkFDRikwDgYDVR0PAQH/BAQDAgAGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFJ3+ocRyCTJw067dLSwr/nalx6YMMA0GCSqGSIb3DQEBBQUAA4GBAMaQzt+zaj1GU77yzlr8iiMBXgdQrwsZZWJo5exnAucJAEYQZmOfyLiM D6oYq+ZnfvM0n8G/Y79q8nhwvuxpYOnRSAXFp6xSkrIOeZtJMY1h00LKp/JX3Ng1svZ2agE126JHsQ0bhzN5TKsYfbwfTwfjdWAGy6Vf1nYi/rO+ryMO
azureHybridBenefit: NotApplicable
clusterName: testCluster
distribution: AKS
distributionVersion: '1.0'
identity:
type: SystemAssigned
location: East US
resourceGroupName: k8sc-rg
tags: {}
CreateClusterPrivateLinkExample
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var connectedCluster = new AzureNative.Kubernetes.ConnectedCluster("connectedCluster", new()
{
AgentPublicKeyCertificate = "MIICYzCCAcygAwIBAgIBADANBgkqhkiG9w0BAQUFADAuMQswCQYDVQQGEwJVUzEMMAoGA1UEChMDSUJNMREwDwYDVQQLEwhMb2NhbCBDQTAeFw05OTEyMjIwNTAwMDBaFw0wMDEyMjMwNDU5NTlaMC4xCzAJBgNVBAYTAlVTMQwwCgYDVQQKEwNJQk0xETAPBgNVBAsTCExvY2FsIENBMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD2bZEo7xGaX2/0GHkrNFZvlxBou9v1Jmt/PDiTMPve8r9FeJAQ0QdvFST/0JPQYD20rH0bimdDLgNdNynmyRoS2S/IInfpmf69iyc2G0TPyRvmHIiOZbdCd+YBHQi1adkj17NDcWj6S14tVurFX73zx0sNoMS79q3tuXKrDsxeuwIDAQABo4GQMIGNMEsGCVUdDwGG+EIBDQQ+EzxHZW5lcmF0ZWQgYnkgdGhlIFNlY3VyZVdheSBTZWN1cml0eSBTZXJ2ZXIgZm9yIE9TLzM5MCAoUkFDRikwDgYDVR0PAQH/BAQDAgAGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFJ3+ocRyCTJw067dLSwr/nalx6YMMA0GCSqGSIb3DQEBBQUAA4GBAMaQzt+zaj1GU77yzlr8iiMBXgdQrwsZZWJo5exnAucJAEYQZmOfyLiM D6oYq+ZnfvM0n8G/Y79q8nhwvuxpYOnRSAXFp6xSkrIOeZtJMY1h00LKp/JX3Ng1svZ2agE126JHsQ0bhzN5TKsYfbwfTwfjdWAGy6Vf1nYi/rO+ryMO",
AzureHybridBenefit = AzureNative.Kubernetes.AzureHybridBenefit.NotApplicable,
ClusterName = "testCluster",
Distribution = "AKS",
DistributionVersion = "1.0",
Identity = new AzureNative.Kubernetes.Inputs.ConnectedClusterIdentityArgs
{
Type = AzureNative.Kubernetes.ResourceIdentityType.SystemAssigned,
},
Location = "East US",
PrivateLinkScopeResourceId = "/subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.HybridCompute/privateLinkScopes/privateLinkScopeName",
PrivateLinkState = AzureNative.Kubernetes.PrivateLinkState.Enabled,
ResourceGroupName = "k8sc-rg",
Tags = null,
});
});
package main
import (
kubernetes "github.com/pulumi/pulumi-azure-native-sdk/kubernetes/v3"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := kubernetes.NewConnectedCluster(ctx, "connectedCluster", &kubernetes.ConnectedClusterArgs{
AgentPublicKeyCertificate: pulumi.String("MIICYzCCAcygAwIBAgIBADANBgkqhkiG9w0BAQUFADAuMQswCQYDVQQGEwJVUzEMMAoGA1UEChMDSUJNMREwDwYDVQQLEwhMb2NhbCBDQTAeFw05OTEyMjIwNTAwMDBaFw0wMDEyMjMwNDU5NTlaMC4xCzAJBgNVBAYTAlVTMQwwCgYDVQQKEwNJQk0xETAPBgNVBAsTCExvY2FsIENBMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD2bZEo7xGaX2/0GHkrNFZvlxBou9v1Jmt/PDiTMPve8r9FeJAQ0QdvFST/0JPQYD20rH0bimdDLgNdNynmyRoS2S/IInfpmf69iyc2G0TPyRvmHIiOZbdCd+YBHQi1adkj17NDcWj6S14tVurFX73zx0sNoMS79q3tuXKrDsxeuwIDAQABo4GQMIGNMEsGCVUdDwGG+EIBDQQ+EzxHZW5lcmF0ZWQgYnkgdGhlIFNlY3VyZVdheSBTZWN1cml0eSBTZXJ2ZXIgZm9yIE9TLzM5MCAoUkFDRikwDgYDVR0PAQH/BAQDAgAGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFJ3+ocRyCTJw067dLSwr/nalx6YMMA0GCSqGSIb3DQEBBQUAA4GBAMaQzt+zaj1GU77yzlr8iiMBXgdQrwsZZWJo5exnAucJAEYQZmOfyLiM D6oYq+ZnfvM0n8G/Y79q8nhwvuxpYOnRSAXFp6xSkrIOeZtJMY1h00LKp/JX3Ng1svZ2agE126JHsQ0bhzN5TKsYfbwfTwfjdWAGy6Vf1nYi/rO+ryMO"),
AzureHybridBenefit: pulumi.String(kubernetes.AzureHybridBenefitNotApplicable),
ClusterName: pulumi.String("testCluster"),
Distribution: pulumi.String("AKS"),
DistributionVersion: pulumi.String("1.0"),
Identity: &kubernetes.ConnectedClusterIdentityArgs{
Type: kubernetes.ResourceIdentityTypeSystemAssigned,
},
Location: pulumi.String("East US"),
PrivateLinkScopeResourceId: pulumi.String("/subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.HybridCompute/privateLinkScopes/privateLinkScopeName"),
PrivateLinkState: pulumi.String(kubernetes.PrivateLinkStateEnabled),
ResourceGroupName: pulumi.String("k8sc-rg"),
Tags: pulumi.StringMap{},
})
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.kubernetes.ConnectedCluster;
import com.pulumi.azurenative.kubernetes.ConnectedClusterArgs;
import com.pulumi.azurenative.kubernetes.inputs.ConnectedClusterIdentityArgs;
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 connectedCluster = new ConnectedCluster("connectedCluster", ConnectedClusterArgs.builder()
.agentPublicKeyCertificate("MIICYzCCAcygAwIBAgIBADANBgkqhkiG9w0BAQUFADAuMQswCQYDVQQGEwJVUzEMMAoGA1UEChMDSUJNMREwDwYDVQQLEwhMb2NhbCBDQTAeFw05OTEyMjIwNTAwMDBaFw0wMDEyMjMwNDU5NTlaMC4xCzAJBgNVBAYTAlVTMQwwCgYDVQQKEwNJQk0xETAPBgNVBAsTCExvY2FsIENBMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD2bZEo7xGaX2/0GHkrNFZvlxBou9v1Jmt/PDiTMPve8r9FeJAQ0QdvFST/0JPQYD20rH0bimdDLgNdNynmyRoS2S/IInfpmf69iyc2G0TPyRvmHIiOZbdCd+YBHQi1adkj17NDcWj6S14tVurFX73zx0sNoMS79q3tuXKrDsxeuwIDAQABo4GQMIGNMEsGCVUdDwGG+EIBDQQ+EzxHZW5lcmF0ZWQgYnkgdGhlIFNlY3VyZVdheSBTZWN1cml0eSBTZXJ2ZXIgZm9yIE9TLzM5MCAoUkFDRikwDgYDVR0PAQH/BAQDAgAGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFJ3+ocRyCTJw067dLSwr/nalx6YMMA0GCSqGSIb3DQEBBQUAA4GBAMaQzt+zaj1GU77yzlr8iiMBXgdQrwsZZWJo5exnAucJAEYQZmOfyLiM D6oYq+ZnfvM0n8G/Y79q8nhwvuxpYOnRSAXFp6xSkrIOeZtJMY1h00LKp/JX3Ng1svZ2agE126JHsQ0bhzN5TKsYfbwfTwfjdWAGy6Vf1nYi/rO+ryMO")
.azureHybridBenefit("NotApplicable")
.clusterName("testCluster")
.distribution("AKS")
.distributionVersion("1.0")
.identity(ConnectedClusterIdentityArgs.builder()
.type("SystemAssigned")
.build())
.location("East US")
.privateLinkScopeResourceId("/subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.HybridCompute/privateLinkScopes/privateLinkScopeName")
.privateLinkState("Enabled")
.resourceGroupName("k8sc-rg")
.tags(Map.ofEntries(
))
.build());
}
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const connectedCluster = new azure_native.kubernetes.ConnectedCluster("connectedCluster", {
agentPublicKeyCertificate: "MIICYzCCAcygAwIBAgIBADANBgkqhkiG9w0BAQUFADAuMQswCQYDVQQGEwJVUzEMMAoGA1UEChMDSUJNMREwDwYDVQQLEwhMb2NhbCBDQTAeFw05OTEyMjIwNTAwMDBaFw0wMDEyMjMwNDU5NTlaMC4xCzAJBgNVBAYTAlVTMQwwCgYDVQQKEwNJQk0xETAPBgNVBAsTCExvY2FsIENBMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD2bZEo7xGaX2/0GHkrNFZvlxBou9v1Jmt/PDiTMPve8r9FeJAQ0QdvFST/0JPQYD20rH0bimdDLgNdNynmyRoS2S/IInfpmf69iyc2G0TPyRvmHIiOZbdCd+YBHQi1adkj17NDcWj6S14tVurFX73zx0sNoMS79q3tuXKrDsxeuwIDAQABo4GQMIGNMEsGCVUdDwGG+EIBDQQ+EzxHZW5lcmF0ZWQgYnkgdGhlIFNlY3VyZVdheSBTZWN1cml0eSBTZXJ2ZXIgZm9yIE9TLzM5MCAoUkFDRikwDgYDVR0PAQH/BAQDAgAGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFJ3+ocRyCTJw067dLSwr/nalx6YMMA0GCSqGSIb3DQEBBQUAA4GBAMaQzt+zaj1GU77yzlr8iiMBXgdQrwsZZWJo5exnAucJAEYQZmOfyLiM D6oYq+ZnfvM0n8G/Y79q8nhwvuxpYOnRSAXFp6xSkrIOeZtJMY1h00LKp/JX3Ng1svZ2agE126JHsQ0bhzN5TKsYfbwfTwfjdWAGy6Vf1nYi/rO+ryMO",
azureHybridBenefit: azure_native.kubernetes.AzureHybridBenefit.NotApplicable,
clusterName: "testCluster",
distribution: "AKS",
distributionVersion: "1.0",
identity: {
type: azure_native.kubernetes.ResourceIdentityType.SystemAssigned,
},
location: "East US",
privateLinkScopeResourceId: "/subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.HybridCompute/privateLinkScopes/privateLinkScopeName",
privateLinkState: azure_native.kubernetes.PrivateLinkState.Enabled,
resourceGroupName: "k8sc-rg",
tags: {},
});
import pulumi
import pulumi_azure_native as azure_native
connected_cluster = azure_native.kubernetes.ConnectedCluster("connectedCluster",
agent_public_key_certificate="MIICYzCCAcygAwIBAgIBADANBgkqhkiG9w0BAQUFADAuMQswCQYDVQQGEwJVUzEMMAoGA1UEChMDSUJNMREwDwYDVQQLEwhMb2NhbCBDQTAeFw05OTEyMjIwNTAwMDBaFw0wMDEyMjMwNDU5NTlaMC4xCzAJBgNVBAYTAlVTMQwwCgYDVQQKEwNJQk0xETAPBgNVBAsTCExvY2FsIENBMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD2bZEo7xGaX2/0GHkrNFZvlxBou9v1Jmt/PDiTMPve8r9FeJAQ0QdvFST/0JPQYD20rH0bimdDLgNdNynmyRoS2S/IInfpmf69iyc2G0TPyRvmHIiOZbdCd+YBHQi1adkj17NDcWj6S14tVurFX73zx0sNoMS79q3tuXKrDsxeuwIDAQABo4GQMIGNMEsGCVUdDwGG+EIBDQQ+EzxHZW5lcmF0ZWQgYnkgdGhlIFNlY3VyZVdheSBTZWN1cml0eSBTZXJ2ZXIgZm9yIE9TLzM5MCAoUkFDRikwDgYDVR0PAQH/BAQDAgAGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFJ3+ocRyCTJw067dLSwr/nalx6YMMA0GCSqGSIb3DQEBBQUAA4GBAMaQzt+zaj1GU77yzlr8iiMBXgdQrwsZZWJo5exnAucJAEYQZmOfyLiM D6oYq+ZnfvM0n8G/Y79q8nhwvuxpYOnRSAXFp6xSkrIOeZtJMY1h00LKp/JX3Ng1svZ2agE126JHsQ0bhzN5TKsYfbwfTwfjdWAGy6Vf1nYi/rO+ryMO",
azure_hybrid_benefit=azure_native.kubernetes.AzureHybridBenefit.NOT_APPLICABLE,
cluster_name="testCluster",
distribution="AKS",
distribution_version="1.0",
identity={
"type": azure_native.kubernetes.ResourceIdentityType.SYSTEM_ASSIGNED,
},
location="East US",
private_link_scope_resource_id="/subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.HybridCompute/privateLinkScopes/privateLinkScopeName",
private_link_state=azure_native.kubernetes.PrivateLinkState.ENABLED,
resource_group_name="k8sc-rg",
tags={})
resources:
connectedCluster:
type: azure-native:kubernetes:ConnectedCluster
properties:
agentPublicKeyCertificate: MIICYzCCAcygAwIBAgIBADANBgkqhkiG9w0BAQUFADAuMQswCQYDVQQGEwJVUzEMMAoGA1UEChMDSUJNMREwDwYDVQQLEwhMb2NhbCBDQTAeFw05OTEyMjIwNTAwMDBaFw0wMDEyMjMwNDU5NTlaMC4xCzAJBgNVBAYTAlVTMQwwCgYDVQQKEwNJQk0xETAPBgNVBAsTCExvY2FsIENBMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD2bZEo7xGaX2/0GHkrNFZvlxBou9v1Jmt/PDiTMPve8r9FeJAQ0QdvFST/0JPQYD20rH0bimdDLgNdNynmyRoS2S/IInfpmf69iyc2G0TPyRvmHIiOZbdCd+YBHQi1adkj17NDcWj6S14tVurFX73zx0sNoMS79q3tuXKrDsxeuwIDAQABo4GQMIGNMEsGCVUdDwGG+EIBDQQ+EzxHZW5lcmF0ZWQgYnkgdGhlIFNlY3VyZVdheSBTZWN1cml0eSBTZXJ2ZXIgZm9yIE9TLzM5MCAoUkFDRikwDgYDVR0PAQH/BAQDAgAGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFJ3+ocRyCTJw067dLSwr/nalx6YMMA0GCSqGSIb3DQEBBQUAA4GBAMaQzt+zaj1GU77yzlr8iiMBXgdQrwsZZWJo5exnAucJAEYQZmOfyLiM D6oYq+ZnfvM0n8G/Y79q8nhwvuxpYOnRSAXFp6xSkrIOeZtJMY1h00LKp/JX3Ng1svZ2agE126JHsQ0bhzN5TKsYfbwfTwfjdWAGy6Vf1nYi/rO+ryMO
azureHybridBenefit: NotApplicable
clusterName: testCluster
distribution: AKS
distributionVersion: '1.0'
identity:
type: SystemAssigned
location: East US
privateLinkScopeResourceId: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.HybridCompute/privateLinkScopes/privateLinkScopeName
privateLinkState: Enabled
resourceGroupName: k8sc-rg
tags: {}
CreateCluster_KindExample
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var connectedCluster = new AzureNative.Kubernetes.ConnectedCluster("connectedCluster", new()
{
AadProfile = new AzureNative.Kubernetes.Inputs.AadProfileArgs
{
AdminGroupObjectIDs = new[]
{
"56f988bf-86f1-41af-91ab-2d7cd011db47",
},
EnableAzureRBAC = true,
TenantID = "82f988bf-86f1-41af-91ab-2d7cd011db47",
},
AgentPublicKeyCertificate = "",
ArcAgentProfile = new AzureNative.Kubernetes.Inputs.ArcAgentProfileArgs
{
AgentAutoUpgrade = AzureNative.Kubernetes.AutoUpgradeOptions.Enabled,
DesiredAgentVersion = "0.1.0",
SystemComponents = new[]
{
new AzureNative.Kubernetes.Inputs.SystemComponentArgs
{
MajorVersion = 0,
Type = "Strato",
UserSpecifiedVersion = "0.1.1",
},
},
},
AzureHybridBenefit = AzureNative.Kubernetes.AzureHybridBenefit.NotApplicable,
ClusterName = "testCluster",
Distribution = "AKS",
DistributionVersion = "1.0",
Identity = new AzureNative.Kubernetes.Inputs.ConnectedClusterIdentityArgs
{
Type = AzureNative.Kubernetes.ResourceIdentityType.SystemAssigned,
},
Kind = AzureNative.Kubernetes.ConnectedClusterKind.ProvisionedCluster,
Location = "East US",
ResourceGroupName = "k8sc-rg",
Tags = null,
});
});
package main
import (
kubernetes "github.com/pulumi/pulumi-azure-native-sdk/kubernetes/v3"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := kubernetes.NewConnectedCluster(ctx, "connectedCluster", &kubernetes.ConnectedClusterArgs{
AadProfile: &kubernetes.AadProfileArgs{
AdminGroupObjectIDs: pulumi.StringArray{
pulumi.String("56f988bf-86f1-41af-91ab-2d7cd011db47"),
},
EnableAzureRBAC: pulumi.Bool(true),
TenantID: pulumi.String("82f988bf-86f1-41af-91ab-2d7cd011db47"),
},
AgentPublicKeyCertificate: pulumi.String(""),
ArcAgentProfile: &kubernetes.ArcAgentProfileArgs{
AgentAutoUpgrade: pulumi.String(kubernetes.AutoUpgradeOptionsEnabled),
DesiredAgentVersion: pulumi.String("0.1.0"),
SystemComponents: kubernetes.SystemComponentArray{
&kubernetes.SystemComponentArgs{
MajorVersion: pulumi.Int(0),
Type: pulumi.String("Strato"),
UserSpecifiedVersion: pulumi.String("0.1.1"),
},
},
},
AzureHybridBenefit: pulumi.String(kubernetes.AzureHybridBenefitNotApplicable),
ClusterName: pulumi.String("testCluster"),
Distribution: pulumi.String("AKS"),
DistributionVersion: pulumi.String("1.0"),
Identity: &kubernetes.ConnectedClusterIdentityArgs{
Type: kubernetes.ResourceIdentityTypeSystemAssigned,
},
Kind: pulumi.String(kubernetes.ConnectedClusterKindProvisionedCluster),
Location: pulumi.String("East US"),
ResourceGroupName: pulumi.String("k8sc-rg"),
Tags: pulumi.StringMap{},
})
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.kubernetes.ConnectedCluster;
import com.pulumi.azurenative.kubernetes.ConnectedClusterArgs;
import com.pulumi.azurenative.kubernetes.inputs.AadProfileArgs;
import com.pulumi.azurenative.kubernetes.inputs.ArcAgentProfileArgs;
import com.pulumi.azurenative.kubernetes.inputs.ConnectedClusterIdentityArgs;
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 connectedCluster = new ConnectedCluster("connectedCluster", ConnectedClusterArgs.builder()
.aadProfile(AadProfileArgs.builder()
.adminGroupObjectIDs("56f988bf-86f1-41af-91ab-2d7cd011db47")
.enableAzureRBAC(true)
.tenantID("82f988bf-86f1-41af-91ab-2d7cd011db47")
.build())
.agentPublicKeyCertificate("")
.arcAgentProfile(ArcAgentProfileArgs.builder()
.agentAutoUpgrade("Enabled")
.desiredAgentVersion("0.1.0")
.systemComponents(SystemComponentArgs.builder()
.majorVersion(0)
.type("Strato")
.userSpecifiedVersion("0.1.1")
.build())
.build())
.azureHybridBenefit("NotApplicable")
.clusterName("testCluster")
.distribution("AKS")
.distributionVersion("1.0")
.identity(ConnectedClusterIdentityArgs.builder()
.type("SystemAssigned")
.build())
.kind("ProvisionedCluster")
.location("East US")
.resourceGroupName("k8sc-rg")
.tags(Map.ofEntries(
))
.build());
}
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const connectedCluster = new azure_native.kubernetes.ConnectedCluster("connectedCluster", {
aadProfile: {
adminGroupObjectIDs: ["56f988bf-86f1-41af-91ab-2d7cd011db47"],
enableAzureRBAC: true,
tenantID: "82f988bf-86f1-41af-91ab-2d7cd011db47",
},
agentPublicKeyCertificate: "",
arcAgentProfile: {
agentAutoUpgrade: azure_native.kubernetes.AutoUpgradeOptions.Enabled,
desiredAgentVersion: "0.1.0",
systemComponents: [{
majorVersion: 0,
type: "Strato",
userSpecifiedVersion: "0.1.1",
}],
},
azureHybridBenefit: azure_native.kubernetes.AzureHybridBenefit.NotApplicable,
clusterName: "testCluster",
distribution: "AKS",
distributionVersion: "1.0",
identity: {
type: azure_native.kubernetes.ResourceIdentityType.SystemAssigned,
},
kind: azure_native.kubernetes.ConnectedClusterKind.ProvisionedCluster,
location: "East US",
resourceGroupName: "k8sc-rg",
tags: {},
});
import pulumi
import pulumi_azure_native as azure_native
connected_cluster = azure_native.kubernetes.ConnectedCluster("connectedCluster",
aad_profile={
"admin_group_object_ids": ["56f988bf-86f1-41af-91ab-2d7cd011db47"],
"enable_azure_rbac": True,
"tenant_id": "82f988bf-86f1-41af-91ab-2d7cd011db47",
},
agent_public_key_certificate="",
arc_agent_profile={
"agent_auto_upgrade": azure_native.kubernetes.AutoUpgradeOptions.ENABLED,
"desired_agent_version": "0.1.0",
"system_components": [{
"major_version": 0,
"type": "Strato",
"user_specified_version": "0.1.1",
}],
},
azure_hybrid_benefit=azure_native.kubernetes.AzureHybridBenefit.NOT_APPLICABLE,
cluster_name="testCluster",
distribution="AKS",
distribution_version="1.0",
identity={
"type": azure_native.kubernetes.ResourceIdentityType.SYSTEM_ASSIGNED,
},
kind=azure_native.kubernetes.ConnectedClusterKind.PROVISIONED_CLUSTER,
location="East US",
resource_group_name="k8sc-rg",
tags={})
resources:
connectedCluster:
type: azure-native:kubernetes:ConnectedCluster
properties:
aadProfile:
adminGroupObjectIDs:
- 56f988bf-86f1-41af-91ab-2d7cd011db47
enableAzureRBAC: true
tenantID: 82f988bf-86f1-41af-91ab-2d7cd011db47
agentPublicKeyCertificate: ""
arcAgentProfile:
agentAutoUpgrade: Enabled
desiredAgentVersion: 0.1.0
systemComponents:
- majorVersion: 0
type: Strato
userSpecifiedVersion: 0.1.1
azureHybridBenefit: NotApplicable
clusterName: testCluster
distribution: AKS
distributionVersion: '1.0'
identity:
type: SystemAssigned
kind: ProvisionedCluster
location: East US
resourceGroupName: k8sc-rg
tags: {}
Create ConnectedCluster Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ConnectedCluster(name: string, args: ConnectedClusterArgs, opts?: CustomResourceOptions);
@overload
def ConnectedCluster(resource_name: str,
args: ConnectedClusterArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ConnectedCluster(resource_name: str,
opts: Optional[ResourceOptions] = None,
identity: Optional[ConnectedClusterIdentityArgs] = None,
agent_public_key_certificate: Optional[str] = None,
resource_group_name: Optional[str] = None,
infrastructure: Optional[str] = None,
cluster_name: Optional[str] = None,
distribution: Optional[str] = None,
distribution_version: Optional[str] = None,
azure_hybrid_benefit: Optional[Union[str, AzureHybridBenefit]] = None,
aad_profile: Optional[AadProfileArgs] = None,
kind: Optional[Union[str, ConnectedClusterKind]] = None,
location: Optional[str] = None,
private_link_scope_resource_id: Optional[str] = None,
private_link_state: Optional[Union[str, PrivateLinkState]] = None,
provisioning_state: Optional[Union[str, ProvisioningState]] = None,
arc_agent_profile: Optional[ArcAgentProfileArgs] = None,
tags: Optional[Mapping[str, str]] = None)
func NewConnectedCluster(ctx *Context, name string, args ConnectedClusterArgs, opts ...ResourceOption) (*ConnectedCluster, error)
public ConnectedCluster(string name, ConnectedClusterArgs args, CustomResourceOptions? opts = null)
public ConnectedCluster(String name, ConnectedClusterArgs args)
public ConnectedCluster(String name, ConnectedClusterArgs args, CustomResourceOptions options)
type: azure-native:kubernetes:ConnectedCluster
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 ConnectedClusterArgs
- 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 ConnectedClusterArgs
- 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 ConnectedClusterArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ConnectedClusterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ConnectedClusterArgs
- 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 connectedClusterResource = new AzureNative.Kubernetes.ConnectedCluster("connectedClusterResource", new()
{
Identity = new AzureNative.Kubernetes.Inputs.ConnectedClusterIdentityArgs
{
Type = AzureNative.Kubernetes.ResourceIdentityType.None,
},
AgentPublicKeyCertificate = "string",
ResourceGroupName = "string",
Infrastructure = "string",
ClusterName = "string",
Distribution = "string",
DistributionVersion = "string",
AzureHybridBenefit = "string",
AadProfile = new AzureNative.Kubernetes.Inputs.AadProfileArgs
{
AdminGroupObjectIDs = new[]
{
"string",
},
EnableAzureRBAC = false,
TenantID = "string",
},
Kind = "string",
Location = "string",
PrivateLinkScopeResourceId = "string",
PrivateLinkState = "string",
ProvisioningState = "string",
ArcAgentProfile = new AzureNative.Kubernetes.Inputs.ArcAgentProfileArgs
{
AgentAutoUpgrade = "string",
DesiredAgentVersion = "string",
SystemComponents = new[]
{
new AzureNative.Kubernetes.Inputs.SystemComponentArgs
{
MajorVersion = 0,
Type = "string",
UserSpecifiedVersion = "string",
},
},
},
Tags =
{
{ "string", "string" },
},
});
example, err := kubernetes.NewConnectedCluster(ctx, "connectedClusterResource", &kubernetes.ConnectedClusterArgs{
Identity: &kubernetes.ConnectedClusterIdentityArgs{
Type: kubernetes.ResourceIdentityTypeNone,
},
AgentPublicKeyCertificate: pulumi.String("string"),
ResourceGroupName: pulumi.String("string"),
Infrastructure: pulumi.String("string"),
ClusterName: pulumi.String("string"),
Distribution: pulumi.String("string"),
DistributionVersion: pulumi.String("string"),
AzureHybridBenefit: pulumi.String("string"),
AadProfile: &kubernetes.AadProfileArgs{
AdminGroupObjectIDs: pulumi.StringArray{
pulumi.String("string"),
},
EnableAzureRBAC: pulumi.Bool(false),
TenantID: pulumi.String("string"),
},
Kind: pulumi.String("string"),
Location: pulumi.String("string"),
PrivateLinkScopeResourceId: pulumi.String("string"),
PrivateLinkState: pulumi.String("string"),
ProvisioningState: pulumi.String("string"),
ArcAgentProfile: &kubernetes.ArcAgentProfileArgs{
AgentAutoUpgrade: pulumi.String("string"),
DesiredAgentVersion: pulumi.String("string"),
SystemComponents: kubernetes.SystemComponentArray{
&kubernetes.SystemComponentArgs{
MajorVersion: pulumi.Int(0),
Type: pulumi.String("string"),
UserSpecifiedVersion: pulumi.String("string"),
},
},
},
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
})
var connectedClusterResource = new ConnectedCluster("connectedClusterResource", ConnectedClusterArgs.builder()
.identity(ConnectedClusterIdentityArgs.builder()
.type("None")
.build())
.agentPublicKeyCertificate("string")
.resourceGroupName("string")
.infrastructure("string")
.clusterName("string")
.distribution("string")
.distributionVersion("string")
.azureHybridBenefit("string")
.aadProfile(AadProfileArgs.builder()
.adminGroupObjectIDs("string")
.enableAzureRBAC(false)
.tenantID("string")
.build())
.kind("string")
.location("string")
.privateLinkScopeResourceId("string")
.privateLinkState("string")
.provisioningState("string")
.arcAgentProfile(ArcAgentProfileArgs.builder()
.agentAutoUpgrade("string")
.desiredAgentVersion("string")
.systemComponents(SystemComponentArgs.builder()
.majorVersion(0)
.type("string")
.userSpecifiedVersion("string")
.build())
.build())
.tags(Map.of("string", "string"))
.build());
connected_cluster_resource = azure_native.kubernetes.ConnectedCluster("connectedClusterResource",
identity={
"type": azure_native.kubernetes.ResourceIdentityType.NONE,
},
agent_public_key_certificate="string",
resource_group_name="string",
infrastructure="string",
cluster_name="string",
distribution="string",
distribution_version="string",
azure_hybrid_benefit="string",
aad_profile={
"admin_group_object_ids": ["string"],
"enable_azure_rbac": False,
"tenant_id": "string",
},
kind="string",
location="string",
private_link_scope_resource_id="string",
private_link_state="string",
provisioning_state="string",
arc_agent_profile={
"agent_auto_upgrade": "string",
"desired_agent_version": "string",
"system_components": [{
"major_version": 0,
"type": "string",
"user_specified_version": "string",
}],
},
tags={
"string": "string",
})
const connectedClusterResource = new azure_native.kubernetes.ConnectedCluster("connectedClusterResource", {
identity: {
type: azure_native.kubernetes.ResourceIdentityType.None,
},
agentPublicKeyCertificate: "string",
resourceGroupName: "string",
infrastructure: "string",
clusterName: "string",
distribution: "string",
distributionVersion: "string",
azureHybridBenefit: "string",
aadProfile: {
adminGroupObjectIDs: ["string"],
enableAzureRBAC: false,
tenantID: "string",
},
kind: "string",
location: "string",
privateLinkScopeResourceId: "string",
privateLinkState: "string",
provisioningState: "string",
arcAgentProfile: {
agentAutoUpgrade: "string",
desiredAgentVersion: "string",
systemComponents: [{
majorVersion: 0,
type: "string",
userSpecifiedVersion: "string",
}],
},
tags: {
string: "string",
},
});
type: azure-native:kubernetes:ConnectedCluster
properties:
aadProfile:
adminGroupObjectIDs:
- string
enableAzureRBAC: false
tenantID: string
agentPublicKeyCertificate: string
arcAgentProfile:
agentAutoUpgrade: string
desiredAgentVersion: string
systemComponents:
- majorVersion: 0
type: string
userSpecifiedVersion: string
azureHybridBenefit: string
clusterName: string
distribution: string
distributionVersion: string
identity:
type: None
infrastructure: string
kind: string
location: string
privateLinkScopeResourceId: string
privateLinkState: string
provisioningState: string
resourceGroupName: string
tags:
string: string
ConnectedCluster 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 ConnectedCluster resource accepts the following input properties:
- Agent
Public stringKey Certificate - Base64 encoded public certificate used by the agent to do the initial handshake to the backend services in Azure.
- Identity
Pulumi.
Azure Native. Kubernetes. Inputs. Connected Cluster Identity - The identity of the connected cluster.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Aad
Profile Pulumi.Azure Native. Kubernetes. Inputs. Aad Profile - AAD profile for the connected cluster.
- Arc
Agent Pulumi.Profile Azure Native. Kubernetes. Inputs. Arc Agent Profile - Arc agentry configuration for the provisioned cluster.
- Azure
Hybrid string | Pulumi.Benefit Azure Native. Kubernetes. Azure Hybrid Benefit - Indicates whether Azure Hybrid Benefit is opted in
- Cluster
Name string - The name of the Kubernetes cluster on which get is called.
- Distribution string
- The Kubernetes distribution running on this connected cluster.
- Distribution
Version string - The Kubernetes distribution version on this connected cluster.
- Infrastructure string
- The infrastructure on which the Kubernetes cluster represented by this connected cluster is running on.
- Kind
string | Pulumi.
Azure Native. Kubernetes. Connected Cluster Kind - The kind of connected cluster.
- Location string
- The geo-location where the resource lives
- Private
Link stringScope Resource Id - The resource id of the private link scope this connected cluster is assigned to, if any.
- Private
Link string | Pulumi.State Azure Native. Kubernetes. Private Link State - Property which describes the state of private link on a connected cluster resource.
- Provisioning
State string | Pulumi.Azure Native. Kubernetes. Provisioning State - Provisioning state of the connected cluster resource.
- Dictionary<string, string>
- Resource tags.
- Agent
Public stringKey Certificate - Base64 encoded public certificate used by the agent to do the initial handshake to the backend services in Azure.
- Identity
Connected
Cluster Identity Args - The identity of the connected cluster.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Aad
Profile AadProfile Args - AAD profile for the connected cluster.
- Arc
Agent ArcProfile Agent Profile Args - Arc agentry configuration for the provisioned cluster.
- Azure
Hybrid string | AzureBenefit Hybrid Benefit - Indicates whether Azure Hybrid Benefit is opted in
- Cluster
Name string - The name of the Kubernetes cluster on which get is called.
- Distribution string
- The Kubernetes distribution running on this connected cluster.
- Distribution
Version string - The Kubernetes distribution version on this connected cluster.
- Infrastructure string
- The infrastructure on which the Kubernetes cluster represented by this connected cluster is running on.
- Kind
string | Connected
Cluster Kind - The kind of connected cluster.
- Location string
- The geo-location where the resource lives
- Private
Link stringScope Resource Id - The resource id of the private link scope this connected cluster is assigned to, if any.
- Private
Link string | PrivateState Link State - Property which describes the state of private link on a connected cluster resource.
- Provisioning
State string | ProvisioningState - Provisioning state of the connected cluster resource.
- map[string]string
- Resource tags.
- agent
Public StringKey Certificate - Base64 encoded public certificate used by the agent to do the initial handshake to the backend services in Azure.
- identity
Connected
Cluster Identity - The identity of the connected cluster.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- aad
Profile AadProfile - AAD profile for the connected cluster.
- arc
Agent ArcProfile Agent Profile - Arc agentry configuration for the provisioned cluster.
- azure
Hybrid String | AzureBenefit Hybrid Benefit - Indicates whether Azure Hybrid Benefit is opted in
- cluster
Name String - The name of the Kubernetes cluster on which get is called.
- distribution String
- The Kubernetes distribution running on this connected cluster.
- distribution
Version String - The Kubernetes distribution version on this connected cluster.
- infrastructure String
- The infrastructure on which the Kubernetes cluster represented by this connected cluster is running on.
- kind
String | Connected
Cluster Kind - The kind of connected cluster.
- location String
- The geo-location where the resource lives
- private
Link StringScope Resource Id - The resource id of the private link scope this connected cluster is assigned to, if any.
- private
Link String | PrivateState Link State - Property which describes the state of private link on a connected cluster resource.
- provisioning
State String | ProvisioningState - Provisioning state of the connected cluster resource.
- Map<String,String>
- Resource tags.
- agent
Public stringKey Certificate - Base64 encoded public certificate used by the agent to do the initial handshake to the backend services in Azure.
- identity
Connected
Cluster Identity - The identity of the connected cluster.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- aad
Profile AadProfile - AAD profile for the connected cluster.
- arc
Agent ArcProfile Agent Profile - Arc agentry configuration for the provisioned cluster.
- azure
Hybrid string | AzureBenefit Hybrid Benefit - Indicates whether Azure Hybrid Benefit is opted in
- cluster
Name string - The name of the Kubernetes cluster on which get is called.
- distribution string
- The Kubernetes distribution running on this connected cluster.
- distribution
Version string - The Kubernetes distribution version on this connected cluster.
- infrastructure string
- The infrastructure on which the Kubernetes cluster represented by this connected cluster is running on.
- kind
string | Connected
Cluster Kind - The kind of connected cluster.
- location string
- The geo-location where the resource lives
- private
Link stringScope Resource Id - The resource id of the private link scope this connected cluster is assigned to, if any.
- private
Link string | PrivateState Link State - Property which describes the state of private link on a connected cluster resource.
- provisioning
State string | ProvisioningState - Provisioning state of the connected cluster resource.
- {[key: string]: string}
- Resource tags.
- agent_
public_ strkey_ certificate - Base64 encoded public certificate used by the agent to do the initial handshake to the backend services in Azure.
- identity
Connected
Cluster Identity Args - The identity of the connected cluster.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- aad_
profile AadProfile Args - AAD profile for the connected cluster.
- arc_
agent_ Arcprofile Agent Profile Args - Arc agentry configuration for the provisioned cluster.
- azure_
hybrid_ str | Azurebenefit Hybrid Benefit - Indicates whether Azure Hybrid Benefit is opted in
- cluster_
name str - The name of the Kubernetes cluster on which get is called.
- distribution str
- The Kubernetes distribution running on this connected cluster.
- distribution_
version str - The Kubernetes distribution version on this connected cluster.
- infrastructure str
- The infrastructure on which the Kubernetes cluster represented by this connected cluster is running on.
- kind
str | Connected
Cluster Kind - The kind of connected cluster.
- location str
- The geo-location where the resource lives
- private_
link_ strscope_ resource_ id - The resource id of the private link scope this connected cluster is assigned to, if any.
- private_
link_ str | Privatestate Link State - Property which describes the state of private link on a connected cluster resource.
- provisioning_
state str | ProvisioningState - Provisioning state of the connected cluster resource.
- Mapping[str, str]
- Resource tags.
- agent
Public StringKey Certificate - Base64 encoded public certificate used by the agent to do the initial handshake to the backend services in Azure.
- identity Property Map
- The identity of the connected cluster.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- aad
Profile Property Map - AAD profile for the connected cluster.
- arc
Agent Property MapProfile - Arc agentry configuration for the provisioned cluster.
- azure
Hybrid String | "True" | "False" | "NotBenefit Applicable" - Indicates whether Azure Hybrid Benefit is opted in
- cluster
Name String - The name of the Kubernetes cluster on which get is called.
- distribution String
- The Kubernetes distribution running on this connected cluster.
- distribution
Version String - The Kubernetes distribution version on this connected cluster.
- infrastructure String
- The infrastructure on which the Kubernetes cluster represented by this connected cluster is running on.
- kind
String | "Provisioned
Cluster" - The kind of connected cluster.
- location String
- The geo-location where the resource lives
- private
Link StringScope Resource Id - The resource id of the private link scope this connected cluster is assigned to, if any.
- private
Link String | "Enabled" | "Disabled"State - Property which describes the state of private link on a connected cluster resource.
- provisioning
State String | "Succeeded" | "Failed" | "Canceled" | "Provisioning" | "Updating" | "Deleting" | "Accepted" - Provisioning state of the connected cluster resource.
- Map<String>
- Resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the ConnectedCluster resource produces the following output properties:
- Agent
Version string - Version of the agent running on the connected cluster resource
- Azure
Api stringVersion - The Azure API version of the resource.
- Connectivity
Status string - Represents the connectivity status of the connected cluster.
- Id string
- The provider-assigned unique ID for this managed resource.
- Kubernetes
Version string - The Kubernetes version of the connected cluster resource
- Last
Connectivity stringTime - Time representing the last instance when heart beat was received from the cluster
- Managed
Identity stringCertificate Expiration Time - Expiration time of the managed identity certificate
- Miscellaneous
Properties Dictionary<string, string> - More properties related to the Connected Cluster
- Name string
- The name of the resource
- Offering string
- Connected cluster offering
- System
Data Pulumi.Azure Native. Kubernetes. Outputs. System Data Response - Metadata pertaining to creation and last modification of the resource
- Total
Core intCount - Number of CPU cores present in the connected cluster resource
- Total
Node intCount - Number of nodes present in the connected cluster resource
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Agent
Version string - Version of the agent running on the connected cluster resource
- Azure
Api stringVersion - The Azure API version of the resource.
- Connectivity
Status string - Represents the connectivity status of the connected cluster.
- Id string
- The provider-assigned unique ID for this managed resource.
- Kubernetes
Version string - The Kubernetes version of the connected cluster resource
- Last
Connectivity stringTime - Time representing the last instance when heart beat was received from the cluster
- Managed
Identity stringCertificate Expiration Time - Expiration time of the managed identity certificate
- Miscellaneous
Properties map[string]string - More properties related to the Connected Cluster
- Name string
- The name of the resource
- Offering string
- Connected cluster offering
- System
Data SystemData Response - Metadata pertaining to creation and last modification of the resource
- Total
Core intCount - Number of CPU cores present in the connected cluster resource
- Total
Node intCount - Number of nodes present in the connected cluster resource
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- agent
Version String - Version of the agent running on the connected cluster resource
- azure
Api StringVersion - The Azure API version of the resource.
- connectivity
Status String - Represents the connectivity status of the connected cluster.
- id String
- The provider-assigned unique ID for this managed resource.
- kubernetes
Version String - The Kubernetes version of the connected cluster resource
- last
Connectivity StringTime - Time representing the last instance when heart beat was received from the cluster
- managed
Identity StringCertificate Expiration Time - Expiration time of the managed identity certificate
- miscellaneous
Properties Map<String,String> - More properties related to the Connected Cluster
- name String
- The name of the resource
- offering String
- Connected cluster offering
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource
- total
Core IntegerCount - Number of CPU cores present in the connected cluster resource
- total
Node IntegerCount - Number of nodes present in the connected cluster resource
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- agent
Version string - Version of the agent running on the connected cluster resource
- azure
Api stringVersion - The Azure API version of the resource.
- connectivity
Status string - Represents the connectivity status of the connected cluster.
- id string
- The provider-assigned unique ID for this managed resource.
- kubernetes
Version string - The Kubernetes version of the connected cluster resource
- last
Connectivity stringTime - Time representing the last instance when heart beat was received from the cluster
- managed
Identity stringCertificate Expiration Time - Expiration time of the managed identity certificate
- miscellaneous
Properties {[key: string]: string} - More properties related to the Connected Cluster
- name string
- The name of the resource
- offering string
- Connected cluster offering
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource
- total
Core numberCount - Number of CPU cores present in the connected cluster resource
- total
Node numberCount - Number of nodes present in the connected cluster resource
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- agent_
version str - Version of the agent running on the connected cluster resource
- azure_
api_ strversion - The Azure API version of the resource.
- connectivity_
status str - Represents the connectivity status of the connected cluster.
- id str
- The provider-assigned unique ID for this managed resource.
- kubernetes_
version str - The Kubernetes version of the connected cluster resource
- last_
connectivity_ strtime - Time representing the last instance when heart beat was received from the cluster
- managed_
identity_ strcertificate_ expiration_ time - Expiration time of the managed identity certificate
- miscellaneous_
properties Mapping[str, str] - More properties related to the Connected Cluster
- name str
- The name of the resource
- offering str
- Connected cluster offering
- system_
data SystemData Response - Metadata pertaining to creation and last modification of the resource
- total_
core_ intcount - Number of CPU cores present in the connected cluster resource
- total_
node_ intcount - Number of nodes present in the connected cluster resource
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- agent
Version String - Version of the agent running on the connected cluster resource
- azure
Api StringVersion - The Azure API version of the resource.
- connectivity
Status String - Represents the connectivity status of the connected cluster.
- id String
- The provider-assigned unique ID for this managed resource.
- kubernetes
Version String - The Kubernetes version of the connected cluster resource
- last
Connectivity StringTime - Time representing the last instance when heart beat was received from the cluster
- managed
Identity StringCertificate Expiration Time - Expiration time of the managed identity certificate
- miscellaneous
Properties Map<String> - More properties related to the Connected Cluster
- name String
- The name of the resource
- offering String
- Connected cluster offering
- system
Data Property Map - Metadata pertaining to creation and last modification of the resource
- total
Core NumberCount - Number of CPU cores present in the connected cluster resource
- total
Node NumberCount - Number of nodes present in the connected cluster resource
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
AadProfile, AadProfileArgs
- Admin
Group List<string>Object IDs - The list of AAD group object IDs that will have admin role of the cluster.
- Enable
Azure boolRBAC - Whether to enable Azure RBAC for Kubernetes authorization.
- Tenant
ID string - The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription.
- Admin
Group []stringObject IDs - The list of AAD group object IDs that will have admin role of the cluster.
- Enable
Azure boolRBAC - Whether to enable Azure RBAC for Kubernetes authorization.
- Tenant
ID string - The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription.
- admin
Group List<String>Object IDs - The list of AAD group object IDs that will have admin role of the cluster.
- enable
Azure BooleanRBAC - Whether to enable Azure RBAC for Kubernetes authorization.
- tenant
ID String - The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription.
- admin
Group string[]Object IDs - The list of AAD group object IDs that will have admin role of the cluster.
- enable
Azure booleanRBAC - Whether to enable Azure RBAC for Kubernetes authorization.
- tenant
ID string - The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription.
- admin_
group_ Sequence[str]object_ ids - The list of AAD group object IDs that will have admin role of the cluster.
- enable_
azure_ boolrbac - Whether to enable Azure RBAC for Kubernetes authorization.
- tenant_
id str - The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription.
- admin
Group List<String>Object IDs - The list of AAD group object IDs that will have admin role of the cluster.
- enable
Azure BooleanRBAC - Whether to enable Azure RBAC for Kubernetes authorization.
- tenant
ID String - The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription.
AadProfileResponse, AadProfileResponseArgs
- Admin
Group List<string>Object IDs - The list of AAD group object IDs that will have admin role of the cluster.
- Enable
Azure boolRBAC - Whether to enable Azure RBAC for Kubernetes authorization.
- Tenant
ID string - The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription.
- Admin
Group []stringObject IDs - The list of AAD group object IDs that will have admin role of the cluster.
- Enable
Azure boolRBAC - Whether to enable Azure RBAC for Kubernetes authorization.
- Tenant
ID string - The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription.
- admin
Group List<String>Object IDs - The list of AAD group object IDs that will have admin role of the cluster.
- enable
Azure BooleanRBAC - Whether to enable Azure RBAC for Kubernetes authorization.
- tenant
ID String - The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription.
- admin
Group string[]Object IDs - The list of AAD group object IDs that will have admin role of the cluster.
- enable
Azure booleanRBAC - Whether to enable Azure RBAC for Kubernetes authorization.
- tenant
ID string - The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription.
- admin_
group_ Sequence[str]object_ ids - The list of AAD group object IDs that will have admin role of the cluster.
- enable_
azure_ boolrbac - Whether to enable Azure RBAC for Kubernetes authorization.
- tenant_
id str - The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription.
- admin
Group List<String>Object IDs - The list of AAD group object IDs that will have admin role of the cluster.
- enable
Azure BooleanRBAC - Whether to enable Azure RBAC for Kubernetes authorization.
- tenant
ID String - The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription.
AgentErrorResponse, AgentErrorResponseArgs
ArcAgentProfile, ArcAgentProfileArgs
- Agent
Auto string | Pulumi.Upgrade Azure Native. Kubernetes. Auto Upgrade Options - Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.
- Desired
Agent stringVersion - Version of the Arc agents to be installed on the cluster resource
- System
Components List<Pulumi.Azure Native. Kubernetes. Inputs. System Component> - List of system extensions can be installed on the cluster resource.
- Agent
Auto string | AutoUpgrade Upgrade Options - Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.
- Desired
Agent stringVersion - Version of the Arc agents to be installed on the cluster resource
- System
Components []SystemComponent - List of system extensions can be installed on the cluster resource.
- agent
Auto String | AutoUpgrade Upgrade Options - Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.
- desired
Agent StringVersion - Version of the Arc agents to be installed on the cluster resource
- system
Components List<SystemComponent> - List of system extensions can be installed on the cluster resource.
- agent
Auto string | AutoUpgrade Upgrade Options - Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.
- desired
Agent stringVersion - Version of the Arc agents to be installed on the cluster resource
- system
Components SystemComponent[] - List of system extensions can be installed on the cluster resource.
- agent_
auto_ str | Autoupgrade Upgrade Options - Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.
- desired_
agent_ strversion - Version of the Arc agents to be installed on the cluster resource
- system_
components Sequence[SystemComponent] - List of system extensions can be installed on the cluster resource.
- agent
Auto String | "Enabled" | "Disabled"Upgrade - Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.
- desired
Agent StringVersion - Version of the Arc agents to be installed on the cluster resource
- system
Components List<Property Map> - List of system extensions can be installed on the cluster resource.
ArcAgentProfileResponse, ArcAgentProfileResponseArgs
- Agent
Auto stringUpgrade - Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.
- Agent
Errors List<Pulumi.Azure Native. Kubernetes. Inputs. Agent Error Response> - List of system extensions can be installed on the cluster resource.
- Desired
Agent stringVersion - Version of the Arc agents to be installed on the cluster resource
- System
Components List<Pulumi.Azure Native. Kubernetes. Inputs. System Component Response> - List of system extensions can be installed on the cluster resource.
- Agent
Auto stringUpgrade - Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.
- Agent
Errors []AgentError Response - List of system extensions can be installed on the cluster resource.
- Desired
Agent stringVersion - Version of the Arc agents to be installed on the cluster resource
- System
Components []SystemComponent Response - List of system extensions can be installed on the cluster resource.
- agent
Auto StringUpgrade - Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.
- agent
Errors List<AgentError Response> - List of system extensions can be installed on the cluster resource.
- desired
Agent StringVersion - Version of the Arc agents to be installed on the cluster resource
- system
Components List<SystemComponent Response> - List of system extensions can be installed on the cluster resource.
- agent
Auto stringUpgrade - Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.
- agent
Errors AgentError Response[] - List of system extensions can be installed on the cluster resource.
- desired
Agent stringVersion - Version of the Arc agents to be installed on the cluster resource
- system
Components SystemComponent Response[] - List of system extensions can be installed on the cluster resource.
- agent_
auto_ strupgrade - Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.
- agent_
errors Sequence[AgentError Response] - List of system extensions can be installed on the cluster resource.
- desired_
agent_ strversion - Version of the Arc agents to be installed on the cluster resource
- system_
components Sequence[SystemComponent Response] - List of system extensions can be installed on the cluster resource.
- agent
Auto StringUpgrade - Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.
- agent
Errors List<Property Map> - List of system extensions can be installed on the cluster resource.
- desired
Agent StringVersion - Version of the Arc agents to be installed on the cluster resource
- system
Components List<Property Map> - List of system extensions can be installed on the cluster resource.
AutoUpgradeOptions, AutoUpgradeOptionsArgs
- Enabled
- Enabled
- Disabled
- Disabled
- Auto
Upgrade Options Enabled - Enabled
- Auto
Upgrade Options Disabled - Disabled
- Enabled
- Enabled
- Disabled
- Disabled
- Enabled
- Enabled
- Disabled
- Disabled
- ENABLED
- Enabled
- DISABLED
- Disabled
- "Enabled"
- Enabled
- "Disabled"
- Disabled
AzureHybridBenefit, AzureHybridBenefitArgs
- True
- True
- False
- False
- Not
Applicable - NotApplicable
- Azure
Hybrid Benefit True - True
- Azure
Hybrid Benefit False - False
- Azure
Hybrid Benefit Not Applicable - NotApplicable
- True
- True
- False
- False
- Not
Applicable - NotApplicable
- True
- True
- False
- False
- Not
Applicable - NotApplicable
- TRUE
- True
- FALSE
- False
- NOT_APPLICABLE
- NotApplicable
- "True"
- True
- "False"
- False
- "Not
Applicable" - NotApplicable
ConnectedClusterIdentity, ConnectedClusterIdentityArgs
- Type
Pulumi.
Azure Native. Kubernetes. Resource Identity Type - The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster.
- Type
Resource
Identity Type - The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster.
- type
Resource
Identity Type - The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster.
- type
Resource
Identity Type - The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster.
- type
Resource
Identity Type - The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster.
- type
"None" | "System
Assigned" - The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster.
ConnectedClusterIdentityResponse, ConnectedClusterIdentityResponseArgs
- Principal
Id string - The principal id of connected cluster identity. This property will only be provided for a system assigned identity.
- Tenant
Id string - The tenant id associated with the connected cluster. This property will only be provided for a system assigned identity.
- Type string
- The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster.
- Principal
Id string - The principal id of connected cluster identity. This property will only be provided for a system assigned identity.
- Tenant
Id string - The tenant id associated with the connected cluster. This property will only be provided for a system assigned identity.
- Type string
- The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster.
- principal
Id String - The principal id of connected cluster identity. This property will only be provided for a system assigned identity.
- tenant
Id String - The tenant id associated with the connected cluster. This property will only be provided for a system assigned identity.
- type String
- The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster.
- principal
Id string - The principal id of connected cluster identity. This property will only be provided for a system assigned identity.
- tenant
Id string - The tenant id associated with the connected cluster. This property will only be provided for a system assigned identity.
- type string
- The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster.
- principal_
id str - The principal id of connected cluster identity. This property will only be provided for a system assigned identity.
- tenant_
id str - The tenant id associated with the connected cluster. This property will only be provided for a system assigned identity.
- type str
- The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster.
- principal
Id String - The principal id of connected cluster identity. This property will only be provided for a system assigned identity.
- tenant
Id String - The tenant id associated with the connected cluster. This property will only be provided for a system assigned identity.
- type String
- The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster.
ConnectedClusterKind, ConnectedClusterKindArgs
- Provisioned
Cluster - ProvisionedCluster
- Connected
Cluster Kind Provisioned Cluster - ProvisionedCluster
- Provisioned
Cluster - ProvisionedCluster
- Provisioned
Cluster - ProvisionedCluster
- PROVISIONED_CLUSTER
- ProvisionedCluster
- "Provisioned
Cluster" - ProvisionedCluster
PrivateLinkState, PrivateLinkStateArgs
- Enabled
- Enabled
- Disabled
- Disabled
- Private
Link State Enabled - Enabled
- Private
Link State Disabled - Disabled
- Enabled
- Enabled
- Disabled
- Disabled
- Enabled
- Enabled
- Disabled
- Disabled
- ENABLED
- Enabled
- DISABLED
- Disabled
- "Enabled"
- Enabled
- "Disabled"
- Disabled
ProvisioningState, ProvisioningStateArgs
- Succeeded
- Succeeded
- Failed
- Failed
- Canceled
- Canceled
- Provisioning
- Provisioning
- Updating
- Updating
- Deleting
- Deleting
- Accepted
- Accepted
- Provisioning
State Succeeded - Succeeded
- Provisioning
State Failed - Failed
- Provisioning
State Canceled - Canceled
- Provisioning
State Provisioning - Provisioning
- Provisioning
State Updating - Updating
- Provisioning
State Deleting - Deleting
- Provisioning
State Accepted - Accepted
- Succeeded
- Succeeded
- Failed
- Failed
- Canceled
- Canceled
- Provisioning
- Provisioning
- Updating
- Updating
- Deleting
- Deleting
- Accepted
- Accepted
- Succeeded
- Succeeded
- Failed
- Failed
- Canceled
- Canceled
- Provisioning
- Provisioning
- Updating
- Updating
- Deleting
- Deleting
- Accepted
- Accepted
- SUCCEEDED
- Succeeded
- FAILED
- Failed
- CANCELED
- Canceled
- PROVISIONING
- Provisioning
- UPDATING
- Updating
- DELETING
- Deleting
- ACCEPTED
- Accepted
- "Succeeded"
- Succeeded
- "Failed"
- Failed
- "Canceled"
- Canceled
- "Provisioning"
- Provisioning
- "Updating"
- Updating
- "Deleting"
- Deleting
- "Accepted"
- Accepted
ResourceIdentityType, ResourceIdentityTypeArgs
- None
- None
- System
Assigned - SystemAssigned
- Resource
Identity Type None - None
- Resource
Identity Type System Assigned - SystemAssigned
- None
- None
- System
Assigned - SystemAssigned
- None
- None
- System
Assigned - SystemAssigned
- NONE
- None
- SYSTEM_ASSIGNED
- SystemAssigned
- "None"
- None
- "System
Assigned" - SystemAssigned
SystemComponent, SystemComponentArgs
- Major
Version int - Major Version of the system extension to be installed on the cluster resource.
- Type string
- Type of the system extension
- User
Specified stringVersion - Version of the system extension to be installed on the cluster resource.
- Major
Version int - Major Version of the system extension to be installed on the cluster resource.
- Type string
- Type of the system extension
- User
Specified stringVersion - Version of the system extension to be installed on the cluster resource.
- major
Version Integer - Major Version of the system extension to be installed on the cluster resource.
- type String
- Type of the system extension
- user
Specified StringVersion - Version of the system extension to be installed on the cluster resource.
- major
Version number - Major Version of the system extension to be installed on the cluster resource.
- type string
- Type of the system extension
- user
Specified stringVersion - Version of the system extension to be installed on the cluster resource.
- major_
version int - Major Version of the system extension to be installed on the cluster resource.
- type str
- Type of the system extension
- user_
specified_ strversion - Version of the system extension to be installed on the cluster resource.
- major
Version Number - Major Version of the system extension to be installed on the cluster resource.
- type String
- Type of the system extension
- user
Specified StringVersion - Version of the system extension to be installed on the cluster resource.
SystemComponentResponse, SystemComponentResponseArgs
- Current
Version string - Version of the system extension is currently installed on the cluster resource.
- Major
Version int - Major Version of the system extension to be installed on the cluster resource.
- Type string
- Type of the system extension
- User
Specified stringVersion - Version of the system extension to be installed on the cluster resource.
- Current
Version string - Version of the system extension is currently installed on the cluster resource.
- Major
Version int - Major Version of the system extension to be installed on the cluster resource.
- Type string
- Type of the system extension
- User
Specified stringVersion - Version of the system extension to be installed on the cluster resource.
- current
Version String - Version of the system extension is currently installed on the cluster resource.
- major
Version Integer - Major Version of the system extension to be installed on the cluster resource.
- type String
- Type of the system extension
- user
Specified StringVersion - Version of the system extension to be installed on the cluster resource.
- current
Version string - Version of the system extension is currently installed on the cluster resource.
- major
Version number - Major Version of the system extension to be installed on the cluster resource.
- type string
- Type of the system extension
- user
Specified stringVersion - Version of the system extension to be installed on the cluster resource.
- current_
version str - Version of the system extension is currently installed on the cluster resource.
- major_
version int - Major Version of the system extension to be installed on the cluster resource.
- type str
- Type of the system extension
- user_
specified_ strversion - Version of the system extension to be installed on the cluster resource.
- current
Version String - Version of the system extension is currently installed on the cluster resource.
- major
Version Number - Major Version of the system extension to be installed on the cluster resource.
- type String
- Type of the system extension
- user
Specified StringVersion - Version of the system extension to be installed on the cluster resource.
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 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 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 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 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 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 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.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:kubernetes:ConnectedCluster connectedCluster1 /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Kubernetes/connectedClusters/{clusterName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0