Static Web App Args
constructor(appSettings: Output<Map<String, String>>? = null, basicAuth: Output<StaticWebAppBasicAuthArgs>? = null, configurationFileChangesEnabled: Output<Boolean>? = null, identity: Output<StaticWebAppIdentityArgs>? = null, location: Output<String>? = null, name: Output<String>? = null, previewEnvironmentsEnabled: Output<Boolean>? = null, publicNetworkAccessEnabled: Output<Boolean>? = null, repositoryBranch: Output<String>? = null, repositoryToken: Output<String>? = null, repositoryUrl: Output<String>? = null, resourceGroupName: Output<String>? = null, skuSize: Output<String>? = null, skuTier: Output<String>? = null, tags: Output<Map<String, String>>? = null)