Package-level declarations

Types

Link copied to clipboard
class ConnectedCluster : KotlinCustomResource

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/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class ConnectedClusterArgs(val aadProfile: Output<AadProfileArgs>? = null, val agentPublicKeyCertificate: Output<String>? = null, val arcAgentProfile: Output<ArcAgentProfileArgs>? = null, val azureHybridBenefit: Output<Either<String, AzureHybridBenefit>>? = null, val clusterName: Output<String>? = null, val distribution: Output<String>? = null, val distributionVersion: Output<String>? = null, val identity: Output<ConnectedClusterIdentityArgs>? = null, val infrastructure: Output<String>? = null, val kind: Output<Either<String, ConnectedClusterKind>>? = null, val location: Output<String>? = null, val privateLinkScopeResourceId: Output<String>? = null, val privateLinkState: Output<Either<String, PrivateLinkState>>? = null, val provisioningState: Output<Either<String, ProvisioningState>>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ConnectedClusterArgs>

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/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
object ConnectedClusterMapper : ResourceMapper<ConnectedCluster>
Link copied to clipboard

Functions

Link copied to clipboard