All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.azurenative.web.KubeEnvironment Maven / Gradle / Ivy

There is a newer version: 2.78.0
Show newest version
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

package com.pulumi.azurenative.web;

import com.pulumi.azurenative.Utilities;
import com.pulumi.azurenative.web.KubeEnvironmentArgs;
import com.pulumi.azurenative.web.outputs.AppLogsConfigurationResponse;
import com.pulumi.azurenative.web.outputs.ArcConfigurationResponse;
import com.pulumi.azurenative.web.outputs.ContainerAppsConfigurationResponse;
import com.pulumi.azurenative.web.outputs.ExtendedLocationResponse;
import com.pulumi.core.Alias;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Export;
import com.pulumi.core.annotations.ResourceType;
import com.pulumi.core.internal.Codegen;
import java.lang.Boolean;
import java.lang.String;
import java.util.List;
import java.util.Map;
import java.util.Optional;
import javax.annotation.Nullable;

/**
 * A Kubernetes cluster specialized for web workloads by Azure App Service
 * Azure REST API version: 2022-09-01. Prior API version in Azure Native 1.x: 2021-01-01.
 * 
 * Other available API versions: 2023-01-01, 2023-12-01.
 * 
 * ## Example Usage
 * ### Create kube environments
 * 
 * 
 * {@code
 * package generated_program;
 * 
 * import com.pulumi.Context;
 * import com.pulumi.Pulumi;
 * import com.pulumi.core.Output;
 * import com.pulumi.azurenative.web.KubeEnvironment;
 * import com.pulumi.azurenative.web.KubeEnvironmentArgs;
 * 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 kubeEnvironment = new KubeEnvironment("kubeEnvironment", KubeEnvironmentArgs.builder()
 *             .location("East US")
 *             .name("testkubeenv")
 *             .resourceGroupName("examplerg")
 *             .staticIp("1.2.3.4")
 *             .build());
 * 
 *     }
 * }
 * 
 * }
 * 
* * ## Import * * An existing resource can be imported using its type token, name, and identifier, e.g. * * ```sh * $ pulumi import azure-native:web:KubeEnvironment testkubeenv /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/kubeEnvironments/{name} * ``` * */ @ResourceType(type="azure-native:web:KubeEnvironment") public class KubeEnvironment extends com.pulumi.resources.CustomResource { @Export(name="aksResourceID", refs={String.class}, tree="[0]") private Output aksResourceID; public Output> aksResourceID() { return Codegen.optional(this.aksResourceID); } /** * Cluster configuration which enables the log daemon to export * app logs to a destination. Currently only "log-analytics" is * supported * */ @Export(name="appLogsConfiguration", refs={AppLogsConfigurationResponse.class}, tree="[0]") private Output appLogsConfiguration; /** * @return Cluster configuration which enables the log daemon to export * app logs to a destination. Currently only "log-analytics" is * supported * */ public Output> appLogsConfiguration() { return Codegen.optional(this.appLogsConfiguration); } /** * Cluster configuration which determines the ARC cluster * components types. Eg: Choosing between BuildService kind, * FrontEnd Service ArtifactsStorageType etc. * */ @Export(name="arcConfiguration", refs={ArcConfigurationResponse.class}, tree="[0]") private Output arcConfiguration; /** * @return Cluster configuration which determines the ARC cluster * components types. Eg: Choosing between BuildService kind, * FrontEnd Service ArtifactsStorageType etc. * */ public Output> arcConfiguration() { return Codegen.optional(this.arcConfiguration); } /** * Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration * */ @Export(name="containerAppsConfiguration", refs={ContainerAppsConfigurationResponse.class}, tree="[0]") private Output containerAppsConfiguration; /** * @return Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration * */ public Output> containerAppsConfiguration() { return Codegen.optional(this.containerAppsConfiguration); } /** * Default Domain Name for the cluster * */ @Export(name="defaultDomain", refs={String.class}, tree="[0]") private Output defaultDomain; /** * @return Default Domain Name for the cluster * */ public Output defaultDomain() { return this.defaultDomain; } /** * Any errors that occurred during deployment or deployment validation * */ @Export(name="deploymentErrors", refs={String.class}, tree="[0]") private Output deploymentErrors; /** * @return Any errors that occurred during deployment or deployment validation * */ public Output deploymentErrors() { return this.deploymentErrors; } /** * Type of Kubernetes Environment. Only supported for Container App Environments with value as Managed * */ @Export(name="environmentType", refs={String.class}, tree="[0]") private Output environmentType; /** * @return Type of Kubernetes Environment. Only supported for Container App Environments with value as Managed * */ public Output> environmentType() { return Codegen.optional(this.environmentType); } /** * Extended Location. * */ @Export(name="extendedLocation", refs={ExtendedLocationResponse.class}, tree="[0]") private Output extendedLocation; /** * @return Extended Location. * */ public Output> extendedLocation() { return Codegen.optional(this.extendedLocation); } /** * Only visible within Vnet/Subnet * */ @Export(name="internalLoadBalancerEnabled", refs={Boolean.class}, tree="[0]") private Output internalLoadBalancerEnabled; /** * @return Only visible within Vnet/Subnet * */ public Output> internalLoadBalancerEnabled() { return Codegen.optional(this.internalLoadBalancerEnabled); } /** * Kind of resource. * */ @Export(name="kind", refs={String.class}, tree="[0]") private Output kind; /** * @return Kind of resource. * */ public Output> kind() { return Codegen.optional(this.kind); } /** * Resource Location. * */ @Export(name="location", refs={String.class}, tree="[0]") private Output location; /** * @return Resource Location. * */ public Output location() { return this.location; } /** * Resource Name. * */ @Export(name="name", refs={String.class}, tree="[0]") private Output name; /** * @return Resource Name. * */ public Output name() { return this.name; } /** * Provisioning state of the Kubernetes Environment. * */ @Export(name="provisioningState", refs={String.class}, tree="[0]") private Output provisioningState; /** * @return Provisioning state of the Kubernetes Environment. * */ public Output provisioningState() { return this.provisioningState; } /** * Static IP of the KubeEnvironment * */ @Export(name="staticIp", refs={String.class}, tree="[0]") private Output staticIp; /** * @return Static IP of the KubeEnvironment * */ public Output> staticIp() { return Codegen.optional(this.staticIp); } /** * Resource tags. * */ @Export(name="tags", refs={Map.class,String.class}, tree="[0,1,1]") private Output> tags; /** * @return Resource tags. * */ public Output>> tags() { return Codegen.optional(this.tags); } /** * Resource type. * */ @Export(name="type", refs={String.class}, tree="[0]") private Output type; /** * @return Resource type. * */ public Output type() { return this.type; } /** * * @param name The _unique_ name of the resulting resource. */ public KubeEnvironment(java.lang.String name) { this(name, KubeEnvironmentArgs.Empty); } /** * * @param name The _unique_ name of the resulting resource. * @param args The arguments to use to populate this resource's properties. */ public KubeEnvironment(java.lang.String name, KubeEnvironmentArgs args) { this(name, args, null); } /** * * @param name The _unique_ name of the resulting resource. * @param args The arguments to use to populate this resource's properties. * @param options A bag of options that control this resource's behavior. */ public KubeEnvironment(java.lang.String name, KubeEnvironmentArgs args, @Nullable com.pulumi.resources.CustomResourceOptions options) { super("azure-native:web:KubeEnvironment", name, makeArgs(args, options), makeResourceOptions(options, Codegen.empty()), false); } private KubeEnvironment(java.lang.String name, Output id, @Nullable com.pulumi.resources.CustomResourceOptions options) { super("azure-native:web:KubeEnvironment", name, null, makeResourceOptions(options, id), false); } private static KubeEnvironmentArgs makeArgs(KubeEnvironmentArgs args, @Nullable com.pulumi.resources.CustomResourceOptions options) { if (options != null && options.getUrn().isPresent()) { return null; } return args == null ? KubeEnvironmentArgs.Empty : args; } private static com.pulumi.resources.CustomResourceOptions makeResourceOptions(@Nullable com.pulumi.resources.CustomResourceOptions options, @Nullable Output id) { var defaultOptions = com.pulumi.resources.CustomResourceOptions.builder() .version(Utilities.getVersion()) .aliases(List.of( Output.of(Alias.builder().type("azure-native:web/v20210101:KubeEnvironment").build()), Output.of(Alias.builder().type("azure-native:web/v20210115:KubeEnvironment").build()), Output.of(Alias.builder().type("azure-native:web/v20210201:KubeEnvironment").build()), Output.of(Alias.builder().type("azure-native:web/v20210301:KubeEnvironment").build()), Output.of(Alias.builder().type("azure-native:web/v20220301:KubeEnvironment").build()), Output.of(Alias.builder().type("azure-native:web/v20220901:KubeEnvironment").build()), Output.of(Alias.builder().type("azure-native:web/v20230101:KubeEnvironment").build()), Output.of(Alias.builder().type("azure-native:web/v20231201:KubeEnvironment").build()) )) .build(); return com.pulumi.resources.CustomResourceOptions.merge(defaultOptions, options, id); } /** * Get an existing Host resource's state with the given name, ID, and optional extra * properties used to qualify the lookup. * * @param name The _unique_ name of the resulting resource. * @param id The _unique_ provider ID of the resource to lookup. * @param options Optional settings to control the behavior of the CustomResource. */ public static KubeEnvironment get(java.lang.String name, Output id, @Nullable com.pulumi.resources.CustomResourceOptions options) { return new KubeEnvironment(name, id, options); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy