AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::FSx::StorageVirtualMachine

CfnStorageVirtualMachine

Creates a storage virtual machine (SVM) for an Amazon FSx for ONTAP file system.

Import

import { CfnStorageVirtualMachine } from 'aws-cdk-lib/aws-fsx';

Or use the module namespace:

import * as fsx from 'aws-cdk-lib/aws-fsx';
// fsx.CfnStorageVirtualMachine

Properties

Configuration passed to the constructor as CfnStorageVirtualMachineProps.

fileSystemIdRequired
string

Specifies the FSx for ONTAP file system on which to create the SVM.

nameRequired
string

The name of the SVM.

activeDirectoryConfigurationOptional
IResolvable | ActiveDirectoryConfigurationProperty

Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.

rootVolumeSecurityStyleOptional
string

The security style of the root volume of the SVM. Specify one of the following values:. - `UNIX` if the file system is managed by a UNIX administrator, the majority of users are NFS clients, and an application accessing the data uses a UNIX user as the service account. - `NTFS` if the file system is managed by a Microsoft Windows administrator, the majority of users are SMB clients, and an application accessing the data uses a Microsoft Windows user as the service account. - `MIXED` This is an advanced setting. For more information, see [Volume security style](https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/volume-security-style.html) in the Amazon FSx for NetApp ONTAP User Guide.

svmAdminPasswordOptional
string

Specifies the password to use when logging on to the SVM using a secure shell (SSH) connection to the SVM's management endpoint. Doing so enables you to manage the SVM using the NetApp ONTAP CLI or REST API. If you do not specify a password, you can still use the file system's `fsxadmin` user to manage the SVM. For more information, see [Managing SVMs using the NetApp ONTAP CLI](https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-resources-ontap-apps.html#vsadmin-ontap-cli) in the *FSx for ONTAP User Guide* .

tagsOptional
CfnTag[]

A list of `Tag` values, with a maximum of 50 elements.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter