com.pulumi.azure.logicapps.StandardArgs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure Show documentation
Show all versions of azure Show documentation
A Pulumi package for creating and managing Microsoft Azure cloud resources, based on the Terraform azurerm provider. We recommend using the [Azure Native provider](https://github.com/pulumi/pulumi-azure-native) to provision Azure infrastructure. Azure Native provides complete coverage of Azure resources and same-day access to new resources and resource updates.
// *** 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.azure.logicapps;
import com.pulumi.azure.logicapps.inputs.StandardConnectionStringArgs;
import com.pulumi.azure.logicapps.inputs.StandardIdentityArgs;
import com.pulumi.azure.logicapps.inputs.StandardSiteConfigArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.Boolean;
import java.lang.String;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class StandardArgs extends com.pulumi.resources.ResourceArgs {
public static final StandardArgs Empty = new StandardArgs();
/**
* The ID of the App Service Plan within which to create this Logic App
*
*/
@Import(name="appServicePlanId", required=true)
private Output appServicePlanId;
/**
* @return The ID of the App Service Plan within which to create this Logic App
*
*/
public Output appServicePlanId() {
return this.appServicePlanId;
}
/**
* A map of key-value pairs for [App Settings](https://docs.microsoft.com/azure/azure-functions/functions-app-settings) and custom values.
*
* > **NOTE:** There are a number of application settings that will be managed for you by this resource type and *shouldn't* be configured separately as part of the app_settings you specify. `AzureWebJobsStorage` is filled based on `storage_account_name` and `storage_account_access_key`. `WEBSITE_CONTENTSHARE` is detailed below. `FUNCTIONS_EXTENSION_VERSION` is filled based on `version`. `APP_KIND` is set to workflowApp and `AzureFunctionsJobHost__extensionBundle__id` and `AzureFunctionsJobHost__extensionBundle__version` are set as detailed below.
*
*/
@Import(name="appSettings")
private @Nullable Output