Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.storagecache.kotlin
import com.pulumi.azurenative.storagecache.AmlFilesystemArgs.builder
import com.pulumi.azurenative.storagecache.kotlin.inputs.AmlFilesystemEncryptionSettingsArgs
import com.pulumi.azurenative.storagecache.kotlin.inputs.AmlFilesystemEncryptionSettingsArgsBuilder
import com.pulumi.azurenative.storagecache.kotlin.inputs.AmlFilesystemHsmArgs
import com.pulumi.azurenative.storagecache.kotlin.inputs.AmlFilesystemHsmArgsBuilder
import com.pulumi.azurenative.storagecache.kotlin.inputs.AmlFilesystemIdentityArgs
import com.pulumi.azurenative.storagecache.kotlin.inputs.AmlFilesystemIdentityArgsBuilder
import com.pulumi.azurenative.storagecache.kotlin.inputs.AmlFilesystemMaintenanceWindowArgs
import com.pulumi.azurenative.storagecache.kotlin.inputs.AmlFilesystemMaintenanceWindowArgsBuilder
import com.pulumi.azurenative.storagecache.kotlin.inputs.SkuNameArgs
import com.pulumi.azurenative.storagecache.kotlin.inputs.SkuNameArgsBuilder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Double
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* An AML file system instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md
* Azure REST API version: 2023-05-01.
* ## Import
* An existing resource can be imported using its type token, name, and identifier, e.g.
* ```sh
* $ pulumi import azure-native:storagecache:AmlFilesystem fs1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName}
* ```
* @property amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
* @property encryptionSettings Specifies encryption settings of the AML file system.
* @property filesystemSubnet Subnet used for managing the AML file system and for client-facing operations. This subnet should have at least a /24 subnet mask within the VNET's address space.
* @property hsm Hydration and archive settings and status
* @property identity The managed identity used by the AML file system, if configured.
* @property location The geo-location where the resource lives
* @property maintenanceWindow Start time of a 30-minute weekly maintenance window.
* @property resourceGroupName The name of the resource group. The name is case insensitive.
* @property sku SKU for the resource.
* @property storageCapacityTiB The size of the AML file system, in TiB. This might be rounded up.
* @property tags Resource tags.
* @property zones Availability zones for resources. This field should only contain a single element in the array.
*/
public data class AmlFilesystemArgs(
public val amlFilesystemName: Output? = null,
public val encryptionSettings: Output? = null,
public val filesystemSubnet: Output? = null,
public val hsm: Output? = null,
public val identity: Output? = null,
public val location: Output? = null,
public val maintenanceWindow: Output? = null,
public val resourceGroupName: Output? = null,
public val sku: Output? = null,
public val storageCapacityTiB: Output? = null,
public val tags: Output