AmlFilesystemHsmSettingsArgs

data class AmlFilesystemHsmSettingsArgs(val container: Output<String>, val importPrefix: Output<String>? = null, val importPrefixesInitial: Output<List<String>>? = null, val loggingContainer: Output<String>) : ConvertibleToJava<AmlFilesystemHsmSettingsArgs>

AML file system HSM settings.

Constructors

Link copied to clipboard
constructor(container: Output<String>, importPrefix: Output<String>? = null, importPrefixesInitial: Output<List<String>>? = null, loggingContainer: Output<String>)

Properties

Link copied to clipboard
val container: Output<String>

Resource ID of storage container used for hydrating the namespace and archiving from the namespace. The resource provider must have permission to create SAS tokens on the storage account.

Link copied to clipboard
val importPrefix: Output<String>? = null

Only blobs in the non-logging container that start with this path/prefix get imported into the cluster namespace. This is only used during initial creation of the AML file system. It automatically creates an import job resource that can be deleted.

Link copied to clipboard
val importPrefixesInitial: Output<List<String>>? = null

Only blobs in the non-logging container that start with one of the paths/prefixes in this array get imported into the cluster namespace. This is only used during initial creation of the AML file system and has '/' as the default value. It automatically creates an import job resource that can be deleted.

Link copied to clipboard

Resource ID of storage container used for logging events and errors. Must be a separate container in the same storage account as the hydration and archive container. The resource provider must have permission to create SAS tokens on the storage account.

Functions

Link copied to clipboard
open override fun toJava(): AmlFilesystemHsmSettingsArgs