Slot Args
constructor(appServiceName: Output<String>? = null, appServicePlanId: Output<String>? = null, appSettings: Output<Map<String, String>>? = null, authSettings: Output<SlotAuthSettingsArgs>? = null, clientAffinityEnabled: Output<Boolean>? = null, connectionStrings: Output<List<SlotConnectionStringArgs>>? = null, enabled: Output<Boolean>? = null, httpsOnly: Output<Boolean>? = null, identity: Output<SlotIdentityArgs>? = null, keyVaultReferenceIdentityId: Output<String>? = null, location: Output<String>? = null, logs: Output<SlotLogsArgs>? = null, name: Output<String>? = null, resourceGroupName: Output<String>? = null, siteConfig: Output<SlotSiteConfigArgs>? = null, storageAccounts: Output<List<SlotStorageAccountArgs>>? = null, tags: Output<Map<String, String>>? = null)