AWS::FSx::StorageVirtualMachineResource Type definition for AWS::FSx::StorageVirtualMachine
6 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
FileSystemId | string | RequiredCreate-only |
Name | string | RequiredCreate-only |
ActiveDirectoryConfiguration | ActiveDirectoryConfiguration | |
RootVolumeSecurityStyle | string | Create-only |
SvmAdminPassword | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ResourceARN | string | - |
StorageVirtualMachineId | string | - |
UUID | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::FSx::StorageVirtualMachine
Resources:
MyResource:
Type: AWS::FSx::StorageVirtualMachine
Properties:
FileSystemId: "my-filesystemid"
Name: "my-name"
Tags:
- Key: Environment
Value: ProductionOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterStorageVirtualMachineIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameRootVolumeSecurityStyleFileSystemId