aws.fsx.OpenZfsFileSystem
Explore with Pulumi AI
Manages an Amazon FSx for OpenZFS file system. See the FSx OpenZFS User Guide for more information.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
const test = new aws.fsx.OpenZfsFileSystem("test", {
storageCapacity: 64,
subnetIds: [test1.id],
deploymentType: "SINGLE_AZ_1",
throughputCapacity: 64,
});
import pulumi
import pulumi_aws as aws
test = aws.fsx.OpenZfsFileSystem("test",
storage_capacity=64,
subnet_ids=[test1["id"]],
deployment_type="SINGLE_AZ_1",
throughput_capacity=64)
package main
import (
"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/fsx"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := fsx.NewOpenZfsFileSystem(ctx, "test", &fsx.OpenZfsFileSystemArgs{
StorageCapacity: pulumi.Int(64),
SubnetIds: pulumi.StringArray{
test1.Id,
},
DeploymentType: pulumi.String("SINGLE_AZ_1"),
ThroughputCapacity: pulumi.Int(64),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Aws = Pulumi.Aws;
return await Deployment.RunAsync(() =>
{
var test = new Aws.Fsx.OpenZfsFileSystem("test", new()
{
StorageCapacity = 64,
SubnetIds = new[]
{
test1.Id,
},
DeploymentType = "SINGLE_AZ_1",
ThroughputCapacity = 64,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.fsx.OpenZfsFileSystem;
import com.pulumi.aws.fsx.OpenZfsFileSystemArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var test = new OpenZfsFileSystem("test", OpenZfsFileSystemArgs.builder()
.storageCapacity(64)
.subnetIds(test1.id())
.deploymentType("SINGLE_AZ_1")
.throughputCapacity(64)
.build());
}
}
resources:
test:
type: aws:fsx:OpenZfsFileSystem
properties:
storageCapacity: 64
subnetIds:
- ${test1.id}
deploymentType: SINGLE_AZ_1
throughputCapacity: 64
Create OpenZfsFileSystem Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new OpenZfsFileSystem(name: string, args: OpenZfsFileSystemArgs, opts?: CustomResourceOptions);
@overload
def OpenZfsFileSystem(resource_name: str,
args: OpenZfsFileSystemArgs,
opts: Optional[ResourceOptions] = None)
@overload
def OpenZfsFileSystem(resource_name: str,
opts: Optional[ResourceOptions] = None,
deployment_type: Optional[str] = None,
throughput_capacity: Optional[int] = None,
subnet_ids: Optional[Sequence[str]] = None,
kms_key_id: Optional[str] = None,
root_volume_configuration: Optional[OpenZfsFileSystemRootVolumeConfigurationArgs] = None,
delete_options: Optional[Sequence[str]] = None,
copy_tags_to_volumes: Optional[bool] = None,
disk_iops_configuration: Optional[OpenZfsFileSystemDiskIopsConfigurationArgs] = None,
endpoint_ip_address_range: Optional[str] = None,
final_backup_tags: Optional[Mapping[str, str]] = None,
automatic_backup_retention_days: Optional[int] = None,
preferred_subnet_id: Optional[str] = None,
daily_automatic_backup_start_time: Optional[str] = None,
route_table_ids: Optional[Sequence[str]] = None,
security_group_ids: Optional[Sequence[str]] = None,
skip_final_backup: Optional[bool] = None,
storage_capacity: Optional[int] = None,
storage_type: Optional[str] = None,
copy_tags_to_backups: Optional[bool] = None,
tags: Optional[Mapping[str, str]] = None,
backup_id: Optional[str] = None,
weekly_maintenance_start_time: Optional[str] = None)
func NewOpenZfsFileSystem(ctx *Context, name string, args OpenZfsFileSystemArgs, opts ...ResourceOption) (*OpenZfsFileSystem, error)
public OpenZfsFileSystem(string name, OpenZfsFileSystemArgs args, CustomResourceOptions? opts = null)
public OpenZfsFileSystem(String name, OpenZfsFileSystemArgs args)
public OpenZfsFileSystem(String name, OpenZfsFileSystemArgs args, CustomResourceOptions options)
type: aws:fsx:OpenZfsFileSystem
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args OpenZfsFileSystemArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args OpenZfsFileSystemArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args OpenZfsFileSystemArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args OpenZfsFileSystemArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args OpenZfsFileSystemArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var openZfsFileSystemResource = new Aws.Fsx.OpenZfsFileSystem("openZfsFileSystemResource", new()
{
DeploymentType = "string",
ThroughputCapacity = 0,
SubnetIds = new[]
{
"string",
},
KmsKeyId = "string",
RootVolumeConfiguration = new Aws.Fsx.Inputs.OpenZfsFileSystemRootVolumeConfigurationArgs
{
CopyTagsToSnapshots = false,
DataCompressionType = "string",
NfsExports = new Aws.Fsx.Inputs.OpenZfsFileSystemRootVolumeConfigurationNfsExportsArgs
{
ClientConfigurations = new[]
{
new Aws.Fsx.Inputs.OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfigurationArgs
{
Clients = "string",
Options = new[]
{
"string",
},
},
},
},
ReadOnly = false,
RecordSizeKib = 0,
UserAndGroupQuotas = new[]
{
new Aws.Fsx.Inputs.OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuotaArgs
{
Id = 0,
StorageCapacityQuotaGib = 0,
Type = "string",
},
},
},
DeleteOptions = new[]
{
"string",
},
CopyTagsToVolumes = false,
DiskIopsConfiguration = new Aws.Fsx.Inputs.OpenZfsFileSystemDiskIopsConfigurationArgs
{
Iops = 0,
Mode = "string",
},
EndpointIpAddressRange = "string",
FinalBackupTags =
{
{ "string", "string" },
},
AutomaticBackupRetentionDays = 0,
PreferredSubnetId = "string",
DailyAutomaticBackupStartTime = "string",
RouteTableIds = new[]
{
"string",
},
SecurityGroupIds = new[]
{
"string",
},
SkipFinalBackup = false,
StorageCapacity = 0,
StorageType = "string",
CopyTagsToBackups = false,
Tags =
{
{ "string", "string" },
},
BackupId = "string",
WeeklyMaintenanceStartTime = "string",
});
example, err := fsx.NewOpenZfsFileSystem(ctx, "openZfsFileSystemResource", &fsx.OpenZfsFileSystemArgs{
DeploymentType: pulumi.String("string"),
ThroughputCapacity: pulumi.Int(0),
SubnetIds: pulumi.StringArray{
pulumi.String("string"),
},
KmsKeyId: pulumi.String("string"),
RootVolumeConfiguration: &fsx.OpenZfsFileSystemRootVolumeConfigurationArgs{
CopyTagsToSnapshots: pulumi.Bool(false),
DataCompressionType: pulumi.String("string"),
NfsExports: &fsx.OpenZfsFileSystemRootVolumeConfigurationNfsExportsArgs{
ClientConfigurations: fsx.OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfigurationArray{
&fsx.OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfigurationArgs{
Clients: pulumi.String("string"),
Options: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
ReadOnly: pulumi.Bool(false),
RecordSizeKib: pulumi.Int(0),
UserAndGroupQuotas: fsx.OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuotaArray{
&fsx.OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuotaArgs{
Id: pulumi.Int(0),
StorageCapacityQuotaGib: pulumi.Int(0),
Type: pulumi.String("string"),
},
},
},
DeleteOptions: pulumi.StringArray{
pulumi.String("string"),
},
CopyTagsToVolumes: pulumi.Bool(false),
DiskIopsConfiguration: &fsx.OpenZfsFileSystemDiskIopsConfigurationArgs{
Iops: pulumi.Int(0),
Mode: pulumi.String("string"),
},
EndpointIpAddressRange: pulumi.String("string"),
FinalBackupTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
AutomaticBackupRetentionDays: pulumi.Int(0),
PreferredSubnetId: pulumi.String("string"),
DailyAutomaticBackupStartTime: pulumi.String("string"),
RouteTableIds: pulumi.StringArray{
pulumi.String("string"),
},
SecurityGroupIds: pulumi.StringArray{
pulumi.String("string"),
},
SkipFinalBackup: pulumi.Bool(false),
StorageCapacity: pulumi.Int(0),
StorageType: pulumi.String("string"),
CopyTagsToBackups: pulumi.Bool(false),
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
BackupId: pulumi.String("string"),
WeeklyMaintenanceStartTime: pulumi.String("string"),
})
var openZfsFileSystemResource = new OpenZfsFileSystem("openZfsFileSystemResource", OpenZfsFileSystemArgs.builder()
.deploymentType("string")
.throughputCapacity(0)
.subnetIds("string")
.kmsKeyId("string")
.rootVolumeConfiguration(OpenZfsFileSystemRootVolumeConfigurationArgs.builder()
.copyTagsToSnapshots(false)
.dataCompressionType("string")
.nfsExports(OpenZfsFileSystemRootVolumeConfigurationNfsExportsArgs.builder()
.clientConfigurations(OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfigurationArgs.builder()
.clients("string")
.options("string")
.build())
.build())
.readOnly(false)
.recordSizeKib(0)
.userAndGroupQuotas(OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuotaArgs.builder()
.id(0)
.storageCapacityQuotaGib(0)
.type("string")
.build())
.build())
.deleteOptions("string")
.copyTagsToVolumes(false)
.diskIopsConfiguration(OpenZfsFileSystemDiskIopsConfigurationArgs.builder()
.iops(0)
.mode("string")
.build())
.endpointIpAddressRange("string")
.finalBackupTags(Map.of("string", "string"))
.automaticBackupRetentionDays(0)
.preferredSubnetId("string")
.dailyAutomaticBackupStartTime("string")
.routeTableIds("string")
.securityGroupIds("string")
.skipFinalBackup(false)
.storageCapacity(0)
.storageType("string")
.copyTagsToBackups(false)
.tags(Map.of("string", "string"))
.backupId("string")
.weeklyMaintenanceStartTime("string")
.build());
open_zfs_file_system_resource = aws.fsx.OpenZfsFileSystem("openZfsFileSystemResource",
deployment_type="string",
throughput_capacity=0,
subnet_ids=["string"],
kms_key_id="string",
root_volume_configuration={
"copyTagsToSnapshots": False,
"dataCompressionType": "string",
"nfsExports": {
"clientConfigurations": [{
"clients": "string",
"options": ["string"],
}],
},
"readOnly": False,
"recordSizeKib": 0,
"userAndGroupQuotas": [{
"id": 0,
"storageCapacityQuotaGib": 0,
"type": "string",
}],
},
delete_options=["string"],
copy_tags_to_volumes=False,
disk_iops_configuration={
"iops": 0,
"mode": "string",
},
endpoint_ip_address_range="string",
final_backup_tags={
"string": "string",
},
automatic_backup_retention_days=0,
preferred_subnet_id="string",
daily_automatic_backup_start_time="string",
route_table_ids=["string"],
security_group_ids=["string"],
skip_final_backup=False,
storage_capacity=0,
storage_type="string",
copy_tags_to_backups=False,
tags={
"string": "string",
},
backup_id="string",
weekly_maintenance_start_time="string")
const openZfsFileSystemResource = new aws.fsx.OpenZfsFileSystem("openZfsFileSystemResource", {
deploymentType: "string",
throughputCapacity: 0,
subnetIds: ["string"],
kmsKeyId: "string",
rootVolumeConfiguration: {
copyTagsToSnapshots: false,
dataCompressionType: "string",
nfsExports: {
clientConfigurations: [{
clients: "string",
options: ["string"],
}],
},
readOnly: false,
recordSizeKib: 0,
userAndGroupQuotas: [{
id: 0,
storageCapacityQuotaGib: 0,
type: "string",
}],
},
deleteOptions: ["string"],
copyTagsToVolumes: false,
diskIopsConfiguration: {
iops: 0,
mode: "string",
},
endpointIpAddressRange: "string",
finalBackupTags: {
string: "string",
},
automaticBackupRetentionDays: 0,
preferredSubnetId: "string",
dailyAutomaticBackupStartTime: "string",
routeTableIds: ["string"],
securityGroupIds: ["string"],
skipFinalBackup: false,
storageCapacity: 0,
storageType: "string",
copyTagsToBackups: false,
tags: {
string: "string",
},
backupId: "string",
weeklyMaintenanceStartTime: "string",
});
type: aws:fsx:OpenZfsFileSystem
properties:
automaticBackupRetentionDays: 0
backupId: string
copyTagsToBackups: false
copyTagsToVolumes: false
dailyAutomaticBackupStartTime: string
deleteOptions:
- string
deploymentType: string
diskIopsConfiguration:
iops: 0
mode: string
endpointIpAddressRange: string
finalBackupTags:
string: string
kmsKeyId: string
preferredSubnetId: string
rootVolumeConfiguration:
copyTagsToSnapshots: false
dataCompressionType: string
nfsExports:
clientConfigurations:
- clients: string
options:
- string
readOnly: false
recordSizeKib: 0
userAndGroupQuotas:
- id: 0
storageCapacityQuotaGib: 0
type: string
routeTableIds:
- string
securityGroupIds:
- string
skipFinalBackup: false
storageCapacity: 0
storageType: string
subnetIds:
- string
tags:
string: string
throughputCapacity: 0
weeklyMaintenanceStartTime: string
OpenZfsFileSystem Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The OpenZfsFileSystem resource accepts the following input properties:
- Deployment
Type string - The filesystem deployment type. Valid values:
SINGLE_AZ_1
,SINGLE_AZ_2
andMULTI_AZ_1
. - Subnet
Ids List<string> - A list of IDs for the subnets that the file system will be accessible from.
- Throughput
Capacity int Throughput (MB/s) of the file system. Valid values depend on
deployment_type
. Must be one of64
,128
,256
,512
,1024
,2048
,3072
,4096
forSINGLE_AZ_1
. Must be one of160
,320
,640
,1280
,2560
,3840
,5120
,7680
,10240
forSINGLE_AZ_2
.The following arguments are optional:
- Automatic
Backup intRetention Days - The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.
- Backup
Id string - The ID of the source backup to create the filesystem from.
- bool
- A boolean flag indicating whether tags for the file system should be copied to backups. The default value is false.
- bool
- A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.
- Daily
Automatic stringBackup Start Time - A recurring daily time, in the format HH:MM. HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily. Requires
automatic_backup_retention_days
to be set. - Delete
Options List<string> - List of delete options, which at present supports only one value that specifies whether to delete all child volumes and snapshots when the file system is deleted. Valid values:
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
. - Disk
Iops Pulumi.Configuration Aws. Fsx. Inputs. Open Zfs File System Disk Iops Configuration - The SSD IOPS configuration for the Amazon FSx for OpenZFS file system. See
disk_iops_configuration
Block for details. - Endpoint
Ip stringAddress Range - (Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created.
- Dictionary<string, string>
- A map of tags to apply to the file system's final backup.
- Kms
Key stringId - ARN for the KMS Key to encrypt the file system at rest, Defaults to an AWS managed KMS Key.
- Preferred
Subnet stringId - (Multi-AZ only) Required when
deployment_type
is set toMULTI_AZ_1
. This specifies the subnet in which you want the preferred file server to be located. - Root
Volume Pulumi.Configuration Aws. Fsx. Inputs. Open Zfs File System Root Volume Configuration - The configuration for the root volume of the file system. All other volumes are children or the root volume. See
root_volume_configuration
Block for details. - Route
Table List<string>Ids - (Multi-AZ only) Specifies the route tables in which Amazon FSx creates the rules for routing traffic to the correct file server. You should specify all virtual private cloud (VPC) route tables associated with the subnets in which your clients are located. By default, Amazon FSx selects your VPC's default route table.
- Security
Group List<string>Ids - A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups will apply to all network interfaces.
- Skip
Final boolBackup - When enabled, will skip the default final backup taken when the file system is deleted. This configuration must be applied separately before attempting to delete the resource to have the desired behavior. Defaults to
false
. - Storage
Capacity int - The storage capacity (GiB) of the file system. Valid values between
64
and524288
. - Storage
Type string - The filesystem storage type. Only
SSD
is supported. - Dictionary<string, string>
- A map of tags to assign to the file system. .If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level. - Weekly
Maintenance stringStart Time - The preferred start time (in
d:HH:MM
format) to perform weekly maintenance, in the UTC time zone.
- Deployment
Type string - The filesystem deployment type. Valid values:
SINGLE_AZ_1
,SINGLE_AZ_2
andMULTI_AZ_1
. - Subnet
Ids []string - A list of IDs for the subnets that the file system will be accessible from.
- Throughput
Capacity int Throughput (MB/s) of the file system. Valid values depend on
deployment_type
. Must be one of64
,128
,256
,512
,1024
,2048
,3072
,4096
forSINGLE_AZ_1
. Must be one of160
,320
,640
,1280
,2560
,3840
,5120
,7680
,10240
forSINGLE_AZ_2
.The following arguments are optional:
- Automatic
Backup intRetention Days - The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.
- Backup
Id string - The ID of the source backup to create the filesystem from.
- bool
- A boolean flag indicating whether tags for the file system should be copied to backups. The default value is false.
- bool
- A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.
- Daily
Automatic stringBackup Start Time - A recurring daily time, in the format HH:MM. HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily. Requires
automatic_backup_retention_days
to be set. - Delete
Options []string - List of delete options, which at present supports only one value that specifies whether to delete all child volumes and snapshots when the file system is deleted. Valid values:
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
. - Disk
Iops OpenConfiguration Zfs File System Disk Iops Configuration Args - The SSD IOPS configuration for the Amazon FSx for OpenZFS file system. See
disk_iops_configuration
Block for details. - Endpoint
Ip stringAddress Range - (Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created.
- map[string]string
- A map of tags to apply to the file system's final backup.
- Kms
Key stringId - ARN for the KMS Key to encrypt the file system at rest, Defaults to an AWS managed KMS Key.
- Preferred
Subnet stringId - (Multi-AZ only) Required when
deployment_type
is set toMULTI_AZ_1
. This specifies the subnet in which you want the preferred file server to be located. - Root
Volume OpenConfiguration Zfs File System Root Volume Configuration Args - The configuration for the root volume of the file system. All other volumes are children or the root volume. See
root_volume_configuration
Block for details. - Route
Table []stringIds - (Multi-AZ only) Specifies the route tables in which Amazon FSx creates the rules for routing traffic to the correct file server. You should specify all virtual private cloud (VPC) route tables associated with the subnets in which your clients are located. By default, Amazon FSx selects your VPC's default route table.
- Security
Group []stringIds - A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups will apply to all network interfaces.
- Skip
Final boolBackup - When enabled, will skip the default final backup taken when the file system is deleted. This configuration must be applied separately before attempting to delete the resource to have the desired behavior. Defaults to
false
. - Storage
Capacity int - The storage capacity (GiB) of the file system. Valid values between
64
and524288
. - Storage
Type string - The filesystem storage type. Only
SSD
is supported. - map[string]string
- A map of tags to assign to the file system. .If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level. - Weekly
Maintenance stringStart Time - The preferred start time (in
d:HH:MM
format) to perform weekly maintenance, in the UTC time zone.
- deployment
Type String - The filesystem deployment type. Valid values:
SINGLE_AZ_1
,SINGLE_AZ_2
andMULTI_AZ_1
. - subnet
Ids List<String> - A list of IDs for the subnets that the file system will be accessible from.
- throughput
Capacity Integer Throughput (MB/s) of the file system. Valid values depend on
deployment_type
. Must be one of64
,128
,256
,512
,1024
,2048
,3072
,4096
forSINGLE_AZ_1
. Must be one of160
,320
,640
,1280
,2560
,3840
,5120
,7680
,10240
forSINGLE_AZ_2
.The following arguments are optional:
- automatic
Backup IntegerRetention Days - The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.
- backup
Id String - The ID of the source backup to create the filesystem from.
- Boolean
- A boolean flag indicating whether tags for the file system should be copied to backups. The default value is false.
- Boolean
- A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.
- daily
Automatic StringBackup Start Time - A recurring daily time, in the format HH:MM. HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily. Requires
automatic_backup_retention_days
to be set. - delete
Options List<String> - List of delete options, which at present supports only one value that specifies whether to delete all child volumes and snapshots when the file system is deleted. Valid values:
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
. - disk
Iops OpenConfiguration Zfs File System Disk Iops Configuration - The SSD IOPS configuration for the Amazon FSx for OpenZFS file system. See
disk_iops_configuration
Block for details. - endpoint
Ip StringAddress Range - (Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created.
- Map<String,String>
- A map of tags to apply to the file system's final backup.
- kms
Key StringId - ARN for the KMS Key to encrypt the file system at rest, Defaults to an AWS managed KMS Key.
- preferred
Subnet StringId - (Multi-AZ only) Required when
deployment_type
is set toMULTI_AZ_1
. This specifies the subnet in which you want the preferred file server to be located. - root
Volume OpenConfiguration Zfs File System Root Volume Configuration - The configuration for the root volume of the file system. All other volumes are children or the root volume. See
root_volume_configuration
Block for details. - route
Table List<String>Ids - (Multi-AZ only) Specifies the route tables in which Amazon FSx creates the rules for routing traffic to the correct file server. You should specify all virtual private cloud (VPC) route tables associated with the subnets in which your clients are located. By default, Amazon FSx selects your VPC's default route table.
- security
Group List<String>Ids - A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups will apply to all network interfaces.
- skip
Final BooleanBackup - When enabled, will skip the default final backup taken when the file system is deleted. This configuration must be applied separately before attempting to delete the resource to have the desired behavior. Defaults to
false
. - storage
Capacity Integer - The storage capacity (GiB) of the file system. Valid values between
64
and524288
. - storage
Type String - The filesystem storage type. Only
SSD
is supported. - Map<String,String>
- A map of tags to assign to the file system. .If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level. - weekly
Maintenance StringStart Time - The preferred start time (in
d:HH:MM
format) to perform weekly maintenance, in the UTC time zone.
- deployment
Type string - The filesystem deployment type. Valid values:
SINGLE_AZ_1
,SINGLE_AZ_2
andMULTI_AZ_1
. - subnet
Ids string[] - A list of IDs for the subnets that the file system will be accessible from.
- throughput
Capacity number Throughput (MB/s) of the file system. Valid values depend on
deployment_type
. Must be one of64
,128
,256
,512
,1024
,2048
,3072
,4096
forSINGLE_AZ_1
. Must be one of160
,320
,640
,1280
,2560
,3840
,5120
,7680
,10240
forSINGLE_AZ_2
.The following arguments are optional:
- automatic
Backup numberRetention Days - The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.
- backup
Id string - The ID of the source backup to create the filesystem from.
- boolean
- A boolean flag indicating whether tags for the file system should be copied to backups. The default value is false.
- boolean
- A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.
- daily
Automatic stringBackup Start Time - A recurring daily time, in the format HH:MM. HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily. Requires
automatic_backup_retention_days
to be set. - delete
Options string[] - List of delete options, which at present supports only one value that specifies whether to delete all child volumes and snapshots when the file system is deleted. Valid values:
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
. - disk
Iops OpenConfiguration Zfs File System Disk Iops Configuration - The SSD IOPS configuration for the Amazon FSx for OpenZFS file system. See
disk_iops_configuration
Block for details. - endpoint
Ip stringAddress Range - (Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created.
- {[key: string]: string}
- A map of tags to apply to the file system's final backup.
- kms
Key stringId - ARN for the KMS Key to encrypt the file system at rest, Defaults to an AWS managed KMS Key.
- preferred
Subnet stringId - (Multi-AZ only) Required when
deployment_type
is set toMULTI_AZ_1
. This specifies the subnet in which you want the preferred file server to be located. - root
Volume OpenConfiguration Zfs File System Root Volume Configuration - The configuration for the root volume of the file system. All other volumes are children or the root volume. See
root_volume_configuration
Block for details. - route
Table string[]Ids - (Multi-AZ only) Specifies the route tables in which Amazon FSx creates the rules for routing traffic to the correct file server. You should specify all virtual private cloud (VPC) route tables associated with the subnets in which your clients are located. By default, Amazon FSx selects your VPC's default route table.
- security
Group string[]Ids - A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups will apply to all network interfaces.
- skip
Final booleanBackup - When enabled, will skip the default final backup taken when the file system is deleted. This configuration must be applied separately before attempting to delete the resource to have the desired behavior. Defaults to
false
. - storage
Capacity number - The storage capacity (GiB) of the file system. Valid values between
64
and524288
. - storage
Type string - The filesystem storage type. Only
SSD
is supported. - {[key: string]: string}
- A map of tags to assign to the file system. .If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level. - weekly
Maintenance stringStart Time - The preferred start time (in
d:HH:MM
format) to perform weekly maintenance, in the UTC time zone.
- deployment_
type str - The filesystem deployment type. Valid values:
SINGLE_AZ_1
,SINGLE_AZ_2
andMULTI_AZ_1
. - subnet_
ids Sequence[str] - A list of IDs for the subnets that the file system will be accessible from.
- throughput_
capacity int Throughput (MB/s) of the file system. Valid values depend on
deployment_type
. Must be one of64
,128
,256
,512
,1024
,2048
,3072
,4096
forSINGLE_AZ_1
. Must be one of160
,320
,640
,1280
,2560
,3840
,5120
,7680
,10240
forSINGLE_AZ_2
.The following arguments are optional:
- automatic_
backup_ intretention_ days - The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.
- backup_
id str - The ID of the source backup to create the filesystem from.
- bool
- A boolean flag indicating whether tags for the file system should be copied to backups. The default value is false.
- bool
- A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.
- daily_
automatic_ strbackup_ start_ time - A recurring daily time, in the format HH:MM. HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily. Requires
automatic_backup_retention_days
to be set. - delete_
options Sequence[str] - List of delete options, which at present supports only one value that specifies whether to delete all child volumes and snapshots when the file system is deleted. Valid values:
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
. - disk_
iops_ Openconfiguration Zfs File System Disk Iops Configuration Args - The SSD IOPS configuration for the Amazon FSx for OpenZFS file system. See
disk_iops_configuration
Block for details. - endpoint_
ip_ straddress_ range - (Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created.
- Mapping[str, str]
- A map of tags to apply to the file system's final backup.
- kms_
key_ strid - ARN for the KMS Key to encrypt the file system at rest, Defaults to an AWS managed KMS Key.
- preferred_
subnet_ strid - (Multi-AZ only) Required when
deployment_type
is set toMULTI_AZ_1
. This specifies the subnet in which you want the preferred file server to be located. - root_
volume_ Openconfiguration Zfs File System Root Volume Configuration Args - The configuration for the root volume of the file system. All other volumes are children or the root volume. See
root_volume_configuration
Block for details. - route_
table_ Sequence[str]ids - (Multi-AZ only) Specifies the route tables in which Amazon FSx creates the rules for routing traffic to the correct file server. You should specify all virtual private cloud (VPC) route tables associated with the subnets in which your clients are located. By default, Amazon FSx selects your VPC's default route table.
- security_
group_ Sequence[str]ids - A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups will apply to all network interfaces.
- skip_
final_ boolbackup - When enabled, will skip the default final backup taken when the file system is deleted. This configuration must be applied separately before attempting to delete the resource to have the desired behavior. Defaults to
false
. - storage_
capacity int - The storage capacity (GiB) of the file system. Valid values between
64
and524288
. - storage_
type str - The filesystem storage type. Only
SSD
is supported. - Mapping[str, str]
- A map of tags to assign to the file system. .If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level. - weekly_
maintenance_ strstart_ time - The preferred start time (in
d:HH:MM
format) to perform weekly maintenance, in the UTC time zone.
- deployment
Type String - The filesystem deployment type. Valid values:
SINGLE_AZ_1
,SINGLE_AZ_2
andMULTI_AZ_1
. - subnet
Ids List<String> - A list of IDs for the subnets that the file system will be accessible from.
- throughput
Capacity Number Throughput (MB/s) of the file system. Valid values depend on
deployment_type
. Must be one of64
,128
,256
,512
,1024
,2048
,3072
,4096
forSINGLE_AZ_1
. Must be one of160
,320
,640
,1280
,2560
,3840
,5120
,7680
,10240
forSINGLE_AZ_2
.The following arguments are optional:
- automatic
Backup NumberRetention Days - The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.
- backup
Id String - The ID of the source backup to create the filesystem from.
- Boolean
- A boolean flag indicating whether tags for the file system should be copied to backups. The default value is false.
- Boolean
- A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.
- daily
Automatic StringBackup Start Time - A recurring daily time, in the format HH:MM. HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily. Requires
automatic_backup_retention_days
to be set. - delete
Options List<String> - List of delete options, which at present supports only one value that specifies whether to delete all child volumes and snapshots when the file system is deleted. Valid values:
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
. - disk
Iops Property MapConfiguration - The SSD IOPS configuration for the Amazon FSx for OpenZFS file system. See
disk_iops_configuration
Block for details. - endpoint
Ip StringAddress Range - (Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created.
- Map<String>
- A map of tags to apply to the file system's final backup.
- kms
Key StringId - ARN for the KMS Key to encrypt the file system at rest, Defaults to an AWS managed KMS Key.
- preferred
Subnet StringId - (Multi-AZ only) Required when
deployment_type
is set toMULTI_AZ_1
. This specifies the subnet in which you want the preferred file server to be located. - root
Volume Property MapConfiguration - The configuration for the root volume of the file system. All other volumes are children or the root volume. See
root_volume_configuration
Block for details. - route
Table List<String>Ids - (Multi-AZ only) Specifies the route tables in which Amazon FSx creates the rules for routing traffic to the correct file server. You should specify all virtual private cloud (VPC) route tables associated with the subnets in which your clients are located. By default, Amazon FSx selects your VPC's default route table.
- security
Group List<String>Ids - A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups will apply to all network interfaces.
- skip
Final BooleanBackup - When enabled, will skip the default final backup taken when the file system is deleted. This configuration must be applied separately before attempting to delete the resource to have the desired behavior. Defaults to
false
. - storage
Capacity Number - The storage capacity (GiB) of the file system. Valid values between
64
and524288
. - storage
Type String - The filesystem storage type. Only
SSD
is supported. - Map<String>
- A map of tags to assign to the file system. .If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level. - weekly
Maintenance StringStart Time - The preferred start time (in
d:HH:MM
format) to perform weekly maintenance, in the UTC time zone.
Outputs
All input properties are implicitly available as output properties. Additionally, the OpenZfsFileSystem resource produces the following output properties:
- Arn string
- Amazon Resource Name of the file system.
- Dns
Name string - DNS name for the file system, e.g.,
fs-12345678.fsx.us-west-2.amazonaws.com
- Endpoint
Ip stringAddress - IP address of the endpoint that is used to access data or to manage the file system.
- Id string
- The provider-assigned unique ID for this managed resource.
- Network
Interface List<string>Ids - Set of Elastic Network Interface identifiers from which the file system is accessible The first network interface returned is the primary network interface.
- Owner
Id string - AWS account identifier that created the file system.
- Root
Volume stringId - Identifier of the root volume, e.g.,
fsvol-12345678
- Dictionary<string, string>
- A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block. - Vpc
Id string - Identifier of the Virtual Private Cloud for the file system.
- Arn string
- Amazon Resource Name of the file system.
- Dns
Name string - DNS name for the file system, e.g.,
fs-12345678.fsx.us-west-2.amazonaws.com
- Endpoint
Ip stringAddress - IP address of the endpoint that is used to access data or to manage the file system.
- Id string
- The provider-assigned unique ID for this managed resource.
- Network
Interface []stringIds - Set of Elastic Network Interface identifiers from which the file system is accessible The first network interface returned is the primary network interface.
- Owner
Id string - AWS account identifier that created the file system.
- Root
Volume stringId - Identifier of the root volume, e.g.,
fsvol-12345678
- map[string]string
- A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block. - Vpc
Id string - Identifier of the Virtual Private Cloud for the file system.
- arn String
- Amazon Resource Name of the file system.
- dns
Name String - DNS name for the file system, e.g.,
fs-12345678.fsx.us-west-2.amazonaws.com
- endpoint
Ip StringAddress - IP address of the endpoint that is used to access data or to manage the file system.
- id String
- The provider-assigned unique ID for this managed resource.
- network
Interface List<String>Ids - Set of Elastic Network Interface identifiers from which the file system is accessible The first network interface returned is the primary network interface.
- owner
Id String - AWS account identifier that created the file system.
- root
Volume StringId - Identifier of the root volume, e.g.,
fsvol-12345678
- Map<String,String>
- A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block. - vpc
Id String - Identifier of the Virtual Private Cloud for the file system.
- arn string
- Amazon Resource Name of the file system.
- dns
Name string - DNS name for the file system, e.g.,
fs-12345678.fsx.us-west-2.amazonaws.com
- endpoint
Ip stringAddress - IP address of the endpoint that is used to access data or to manage the file system.
- id string
- The provider-assigned unique ID for this managed resource.
- network
Interface string[]Ids - Set of Elastic Network Interface identifiers from which the file system is accessible The first network interface returned is the primary network interface.
- owner
Id string - AWS account identifier that created the file system.
- root
Volume stringId - Identifier of the root volume, e.g.,
fsvol-12345678
- {[key: string]: string}
- A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block. - vpc
Id string - Identifier of the Virtual Private Cloud for the file system.
- arn str
- Amazon Resource Name of the file system.
- dns_
name str - DNS name for the file system, e.g.,
fs-12345678.fsx.us-west-2.amazonaws.com
- endpoint_
ip_ straddress - IP address of the endpoint that is used to access data or to manage the file system.
- id str
- The provider-assigned unique ID for this managed resource.
- network_
interface_ Sequence[str]ids - Set of Elastic Network Interface identifiers from which the file system is accessible The first network interface returned is the primary network interface.
- owner_
id str - AWS account identifier that created the file system.
- root_
volume_ strid - Identifier of the root volume, e.g.,
fsvol-12345678
- Mapping[str, str]
- A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block. - vpc_
id str - Identifier of the Virtual Private Cloud for the file system.
- arn String
- Amazon Resource Name of the file system.
- dns
Name String - DNS name for the file system, e.g.,
fs-12345678.fsx.us-west-2.amazonaws.com
- endpoint
Ip StringAddress - IP address of the endpoint that is used to access data or to manage the file system.
- id String
- The provider-assigned unique ID for this managed resource.
- network
Interface List<String>Ids - Set of Elastic Network Interface identifiers from which the file system is accessible The first network interface returned is the primary network interface.
- owner
Id String - AWS account identifier that created the file system.
- root
Volume StringId - Identifier of the root volume, e.g.,
fsvol-12345678
- Map<String>
- A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block. - vpc
Id String - Identifier of the Virtual Private Cloud for the file system.
Look up Existing OpenZfsFileSystem Resource
Get an existing OpenZfsFileSystem resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: OpenZfsFileSystemState, opts?: CustomResourceOptions): OpenZfsFileSystem
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
arn: Optional[str] = None,
automatic_backup_retention_days: Optional[int] = None,
backup_id: Optional[str] = None,
copy_tags_to_backups: Optional[bool] = None,
copy_tags_to_volumes: Optional[bool] = None,
daily_automatic_backup_start_time: Optional[str] = None,
delete_options: Optional[Sequence[str]] = None,
deployment_type: Optional[str] = None,
disk_iops_configuration: Optional[OpenZfsFileSystemDiskIopsConfigurationArgs] = None,
dns_name: Optional[str] = None,
endpoint_ip_address: Optional[str] = None,
endpoint_ip_address_range: Optional[str] = None,
final_backup_tags: Optional[Mapping[str, str]] = None,
kms_key_id: Optional[str] = None,
network_interface_ids: Optional[Sequence[str]] = None,
owner_id: Optional[str] = None,
preferred_subnet_id: Optional[str] = None,
root_volume_configuration: Optional[OpenZfsFileSystemRootVolumeConfigurationArgs] = None,
root_volume_id: Optional[str] = None,
route_table_ids: Optional[Sequence[str]] = None,
security_group_ids: Optional[Sequence[str]] = None,
skip_final_backup: Optional[bool] = None,
storage_capacity: Optional[int] = None,
storage_type: Optional[str] = None,
subnet_ids: Optional[Sequence[str]] = None,
tags: Optional[Mapping[str, str]] = None,
tags_all: Optional[Mapping[str, str]] = None,
throughput_capacity: Optional[int] = None,
vpc_id: Optional[str] = None,
weekly_maintenance_start_time: Optional[str] = None) -> OpenZfsFileSystem
func GetOpenZfsFileSystem(ctx *Context, name string, id IDInput, state *OpenZfsFileSystemState, opts ...ResourceOption) (*OpenZfsFileSystem, error)
public static OpenZfsFileSystem Get(string name, Input<string> id, OpenZfsFileSystemState? state, CustomResourceOptions? opts = null)
public static OpenZfsFileSystem get(String name, Output<String> id, OpenZfsFileSystemState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Arn string
- Amazon Resource Name of the file system.
- Automatic
Backup intRetention Days - The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.
- Backup
Id string - The ID of the source backup to create the filesystem from.
- bool
- A boolean flag indicating whether tags for the file system should be copied to backups. The default value is false.
- bool
- A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.
- Daily
Automatic stringBackup Start Time - A recurring daily time, in the format HH:MM. HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily. Requires
automatic_backup_retention_days
to be set. - Delete
Options List<string> - List of delete options, which at present supports only one value that specifies whether to delete all child volumes and snapshots when the file system is deleted. Valid values:
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
. - Deployment
Type string - The filesystem deployment type. Valid values:
SINGLE_AZ_1
,SINGLE_AZ_2
andMULTI_AZ_1
. - Disk
Iops Pulumi.Configuration Aws. Fsx. Inputs. Open Zfs File System Disk Iops Configuration - The SSD IOPS configuration for the Amazon FSx for OpenZFS file system. See
disk_iops_configuration
Block for details. - Dns
Name string - DNS name for the file system, e.g.,
fs-12345678.fsx.us-west-2.amazonaws.com
- Endpoint
Ip stringAddress - IP address of the endpoint that is used to access data or to manage the file system.
- Endpoint
Ip stringAddress Range - (Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created.
- Dictionary<string, string>
- A map of tags to apply to the file system's final backup.
- Kms
Key stringId - ARN for the KMS Key to encrypt the file system at rest, Defaults to an AWS managed KMS Key.
- Network
Interface List<string>Ids - Set of Elastic Network Interface identifiers from which the file system is accessible The first network interface returned is the primary network interface.
- Owner
Id string - AWS account identifier that created the file system.
- Preferred
Subnet stringId - (Multi-AZ only) Required when
deployment_type
is set toMULTI_AZ_1
. This specifies the subnet in which you want the preferred file server to be located. - Root
Volume Pulumi.Configuration Aws. Fsx. Inputs. Open Zfs File System Root Volume Configuration - The configuration for the root volume of the file system. All other volumes are children or the root volume. See
root_volume_configuration
Block for details. - Root
Volume stringId - Identifier of the root volume, e.g.,
fsvol-12345678
- Route
Table List<string>Ids - (Multi-AZ only) Specifies the route tables in which Amazon FSx creates the rules for routing traffic to the correct file server. You should specify all virtual private cloud (VPC) route tables associated with the subnets in which your clients are located. By default, Amazon FSx selects your VPC's default route table.
- Security
Group List<string>Ids - A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups will apply to all network interfaces.
- Skip
Final boolBackup - When enabled, will skip the default final backup taken when the file system is deleted. This configuration must be applied separately before attempting to delete the resource to have the desired behavior. Defaults to
false
. - Storage
Capacity int - The storage capacity (GiB) of the file system. Valid values between
64
and524288
. - Storage
Type string - The filesystem storage type. Only
SSD
is supported. - Subnet
Ids List<string> - A list of IDs for the subnets that the file system will be accessible from.
- Dictionary<string, string>
- A map of tags to assign to the file system. .If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level. - Dictionary<string, string>
- A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block. - Throughput
Capacity int Throughput (MB/s) of the file system. Valid values depend on
deployment_type
. Must be one of64
,128
,256
,512
,1024
,2048
,3072
,4096
forSINGLE_AZ_1
. Must be one of160
,320
,640
,1280
,2560
,3840
,5120
,7680
,10240
forSINGLE_AZ_2
.The following arguments are optional:
- Vpc
Id string - Identifier of the Virtual Private Cloud for the file system.
- Weekly
Maintenance stringStart Time - The preferred start time (in
d:HH:MM
format) to perform weekly maintenance, in the UTC time zone.
- Arn string
- Amazon Resource Name of the file system.
- Automatic
Backup intRetention Days - The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.
- Backup
Id string - The ID of the source backup to create the filesystem from.
- bool
- A boolean flag indicating whether tags for the file system should be copied to backups. The default value is false.
- bool
- A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.
- Daily
Automatic stringBackup Start Time - A recurring daily time, in the format HH:MM. HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily. Requires
automatic_backup_retention_days
to be set. - Delete
Options []string - List of delete options, which at present supports only one value that specifies whether to delete all child volumes and snapshots when the file system is deleted. Valid values:
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
. - Deployment
Type string - The filesystem deployment type. Valid values:
SINGLE_AZ_1
,SINGLE_AZ_2
andMULTI_AZ_1
. - Disk
Iops OpenConfiguration Zfs File System Disk Iops Configuration Args - The SSD IOPS configuration for the Amazon FSx for OpenZFS file system. See
disk_iops_configuration
Block for details. - Dns
Name string - DNS name for the file system, e.g.,
fs-12345678.fsx.us-west-2.amazonaws.com
- Endpoint
Ip stringAddress - IP address of the endpoint that is used to access data or to manage the file system.
- Endpoint
Ip stringAddress Range - (Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created.
- map[string]string
- A map of tags to apply to the file system's final backup.
- Kms
Key stringId - ARN for the KMS Key to encrypt the file system at rest, Defaults to an AWS managed KMS Key.
- Network
Interface []stringIds - Set of Elastic Network Interface identifiers from which the file system is accessible The first network interface returned is the primary network interface.
- Owner
Id string - AWS account identifier that created the file system.
- Preferred
Subnet stringId - (Multi-AZ only) Required when
deployment_type
is set toMULTI_AZ_1
. This specifies the subnet in which you want the preferred file server to be located. - Root
Volume OpenConfiguration Zfs File System Root Volume Configuration Args - The configuration for the root volume of the file system. All other volumes are children or the root volume. See
root_volume_configuration
Block for details. - Root
Volume stringId - Identifier of the root volume, e.g.,
fsvol-12345678
- Route
Table []stringIds - (Multi-AZ only) Specifies the route tables in which Amazon FSx creates the rules for routing traffic to the correct file server. You should specify all virtual private cloud (VPC) route tables associated with the subnets in which your clients are located. By default, Amazon FSx selects your VPC's default route table.
- Security
Group []stringIds - A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups will apply to all network interfaces.
- Skip
Final boolBackup - When enabled, will skip the default final backup taken when the file system is deleted. This configuration must be applied separately before attempting to delete the resource to have the desired behavior. Defaults to
false
. - Storage
Capacity int - The storage capacity (GiB) of the file system. Valid values between
64
and524288
. - Storage
Type string - The filesystem storage type. Only
SSD
is supported. - Subnet
Ids []string - A list of IDs for the subnets that the file system will be accessible from.
- map[string]string
- A map of tags to assign to the file system. .If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level. - map[string]string
- A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block. - Throughput
Capacity int Throughput (MB/s) of the file system. Valid values depend on
deployment_type
. Must be one of64
,128
,256
,512
,1024
,2048
,3072
,4096
forSINGLE_AZ_1
. Must be one of160
,320
,640
,1280
,2560
,3840
,5120
,7680
,10240
forSINGLE_AZ_2
.The following arguments are optional:
- Vpc
Id string - Identifier of the Virtual Private Cloud for the file system.
- Weekly
Maintenance stringStart Time - The preferred start time (in
d:HH:MM
format) to perform weekly maintenance, in the UTC time zone.
- arn String
- Amazon Resource Name of the file system.
- automatic
Backup IntegerRetention Days - The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.
- backup
Id String - The ID of the source backup to create the filesystem from.
- Boolean
- A boolean flag indicating whether tags for the file system should be copied to backups. The default value is false.
- Boolean
- A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.
- daily
Automatic StringBackup Start Time - A recurring daily time, in the format HH:MM. HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily. Requires
automatic_backup_retention_days
to be set. - delete
Options List<String> - List of delete options, which at present supports only one value that specifies whether to delete all child volumes and snapshots when the file system is deleted. Valid values:
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
. - deployment
Type String - The filesystem deployment type. Valid values:
SINGLE_AZ_1
,SINGLE_AZ_2
andMULTI_AZ_1
. - disk
Iops OpenConfiguration Zfs File System Disk Iops Configuration - The SSD IOPS configuration for the Amazon FSx for OpenZFS file system. See
disk_iops_configuration
Block for details. - dns
Name String - DNS name for the file system, e.g.,
fs-12345678.fsx.us-west-2.amazonaws.com
- endpoint
Ip StringAddress - IP address of the endpoint that is used to access data or to manage the file system.
- endpoint
Ip StringAddress Range - (Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created.
- Map<String,String>
- A map of tags to apply to the file system's final backup.
- kms
Key StringId - ARN for the KMS Key to encrypt the file system at rest, Defaults to an AWS managed KMS Key.
- network
Interface List<String>Ids - Set of Elastic Network Interface identifiers from which the file system is accessible The first network interface returned is the primary network interface.
- owner
Id String - AWS account identifier that created the file system.
- preferred
Subnet StringId - (Multi-AZ only) Required when
deployment_type
is set toMULTI_AZ_1
. This specifies the subnet in which you want the preferred file server to be located. - root
Volume OpenConfiguration Zfs File System Root Volume Configuration - The configuration for the root volume of the file system. All other volumes are children or the root volume. See
root_volume_configuration
Block for details. - root
Volume StringId - Identifier of the root volume, e.g.,
fsvol-12345678
- route
Table List<String>Ids - (Multi-AZ only) Specifies the route tables in which Amazon FSx creates the rules for routing traffic to the correct file server. You should specify all virtual private cloud (VPC) route tables associated with the subnets in which your clients are located. By default, Amazon FSx selects your VPC's default route table.
- security
Group List<String>Ids - A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups will apply to all network interfaces.
- skip
Final BooleanBackup - When enabled, will skip the default final backup taken when the file system is deleted. This configuration must be applied separately before attempting to delete the resource to have the desired behavior. Defaults to
false
. - storage
Capacity Integer - The storage capacity (GiB) of the file system. Valid values between
64
and524288
. - storage
Type String - The filesystem storage type. Only
SSD
is supported. - subnet
Ids List<String> - A list of IDs for the subnets that the file system will be accessible from.
- Map<String,String>
- A map of tags to assign to the file system. .If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level. - Map<String,String>
- A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block. - throughput
Capacity Integer Throughput (MB/s) of the file system. Valid values depend on
deployment_type
. Must be one of64
,128
,256
,512
,1024
,2048
,3072
,4096
forSINGLE_AZ_1
. Must be one of160
,320
,640
,1280
,2560
,3840
,5120
,7680
,10240
forSINGLE_AZ_2
.The following arguments are optional:
- vpc
Id String - Identifier of the Virtual Private Cloud for the file system.
- weekly
Maintenance StringStart Time - The preferred start time (in
d:HH:MM
format) to perform weekly maintenance, in the UTC time zone.
- arn string
- Amazon Resource Name of the file system.
- automatic
Backup numberRetention Days - The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.
- backup
Id string - The ID of the source backup to create the filesystem from.
- boolean
- A boolean flag indicating whether tags for the file system should be copied to backups. The default value is false.
- boolean
- A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.
- daily
Automatic stringBackup Start Time - A recurring daily time, in the format HH:MM. HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily. Requires
automatic_backup_retention_days
to be set. - delete
Options string[] - List of delete options, which at present supports only one value that specifies whether to delete all child volumes and snapshots when the file system is deleted. Valid values:
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
. - deployment
Type string - The filesystem deployment type. Valid values:
SINGLE_AZ_1
,SINGLE_AZ_2
andMULTI_AZ_1
. - disk
Iops OpenConfiguration Zfs File System Disk Iops Configuration - The SSD IOPS configuration for the Amazon FSx for OpenZFS file system. See
disk_iops_configuration
Block for details. - dns
Name string - DNS name for the file system, e.g.,
fs-12345678.fsx.us-west-2.amazonaws.com
- endpoint
Ip stringAddress - IP address of the endpoint that is used to access data or to manage the file system.
- endpoint
Ip stringAddress Range - (Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created.
- {[key: string]: string}
- A map of tags to apply to the file system's final backup.
- kms
Key stringId - ARN for the KMS Key to encrypt the file system at rest, Defaults to an AWS managed KMS Key.
- network
Interface string[]Ids - Set of Elastic Network Interface identifiers from which the file system is accessible The first network interface returned is the primary network interface.
- owner
Id string - AWS account identifier that created the file system.
- preferred
Subnet stringId - (Multi-AZ only) Required when
deployment_type
is set toMULTI_AZ_1
. This specifies the subnet in which you want the preferred file server to be located. - root
Volume OpenConfiguration Zfs File System Root Volume Configuration - The configuration for the root volume of the file system. All other volumes are children or the root volume. See
root_volume_configuration
Block for details. - root
Volume stringId - Identifier of the root volume, e.g.,
fsvol-12345678
- route
Table string[]Ids - (Multi-AZ only) Specifies the route tables in which Amazon FSx creates the rules for routing traffic to the correct file server. You should specify all virtual private cloud (VPC) route tables associated with the subnets in which your clients are located. By default, Amazon FSx selects your VPC's default route table.
- security
Group string[]Ids - A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups will apply to all network interfaces.
- skip
Final booleanBackup - When enabled, will skip the default final backup taken when the file system is deleted. This configuration must be applied separately before attempting to delete the resource to have the desired behavior. Defaults to
false
. - storage
Capacity number - The storage capacity (GiB) of the file system. Valid values between
64
and524288
. - storage
Type string - The filesystem storage type. Only
SSD
is supported. - subnet
Ids string[] - A list of IDs for the subnets that the file system will be accessible from.
- {[key: string]: string}
- A map of tags to assign to the file system. .If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level. - {[key: string]: string}
- A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block. - throughput
Capacity number Throughput (MB/s) of the file system. Valid values depend on
deployment_type
. Must be one of64
,128
,256
,512
,1024
,2048
,3072
,4096
forSINGLE_AZ_1
. Must be one of160
,320
,640
,1280
,2560
,3840
,5120
,7680
,10240
forSINGLE_AZ_2
.The following arguments are optional:
- vpc
Id string - Identifier of the Virtual Private Cloud for the file system.
- weekly
Maintenance stringStart Time - The preferred start time (in
d:HH:MM
format) to perform weekly maintenance, in the UTC time zone.
- arn str
- Amazon Resource Name of the file system.
- automatic_
backup_ intretention_ days - The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.
- backup_
id str - The ID of the source backup to create the filesystem from.
- bool
- A boolean flag indicating whether tags for the file system should be copied to backups. The default value is false.
- bool
- A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.
- daily_
automatic_ strbackup_ start_ time - A recurring daily time, in the format HH:MM. HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily. Requires
automatic_backup_retention_days
to be set. - delete_
options Sequence[str] - List of delete options, which at present supports only one value that specifies whether to delete all child volumes and snapshots when the file system is deleted. Valid values:
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
. - deployment_
type str - The filesystem deployment type. Valid values:
SINGLE_AZ_1
,SINGLE_AZ_2
andMULTI_AZ_1
. - disk_
iops_ Openconfiguration Zfs File System Disk Iops Configuration Args - The SSD IOPS configuration for the Amazon FSx for OpenZFS file system. See
disk_iops_configuration
Block for details. - dns_
name str - DNS name for the file system, e.g.,
fs-12345678.fsx.us-west-2.amazonaws.com
- endpoint_
ip_ straddress - IP address of the endpoint that is used to access data or to manage the file system.
- endpoint_
ip_ straddress_ range - (Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created.
- Mapping[str, str]
- A map of tags to apply to the file system's final backup.
- kms_
key_ strid - ARN for the KMS Key to encrypt the file system at rest, Defaults to an AWS managed KMS Key.
- network_
interface_ Sequence[str]ids - Set of Elastic Network Interface identifiers from which the file system is accessible The first network interface returned is the primary network interface.
- owner_
id str - AWS account identifier that created the file system.
- preferred_
subnet_ strid - (Multi-AZ only) Required when
deployment_type
is set toMULTI_AZ_1
. This specifies the subnet in which you want the preferred file server to be located. - root_
volume_ Openconfiguration Zfs File System Root Volume Configuration Args - The configuration for the root volume of the file system. All other volumes are children or the root volume. See
root_volume_configuration
Block for details. - root_
volume_ strid - Identifier of the root volume, e.g.,
fsvol-12345678
- route_
table_ Sequence[str]ids - (Multi-AZ only) Specifies the route tables in which Amazon FSx creates the rules for routing traffic to the correct file server. You should specify all virtual private cloud (VPC) route tables associated with the subnets in which your clients are located. By default, Amazon FSx selects your VPC's default route table.
- security_
group_ Sequence[str]ids - A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups will apply to all network interfaces.
- skip_
final_ boolbackup - When enabled, will skip the default final backup taken when the file system is deleted. This configuration must be applied separately before attempting to delete the resource to have the desired behavior. Defaults to
false
. - storage_
capacity int - The storage capacity (GiB) of the file system. Valid values between
64
and524288
. - storage_
type str - The filesystem storage type. Only
SSD
is supported. - subnet_
ids Sequence[str] - A list of IDs for the subnets that the file system will be accessible from.
- Mapping[str, str]
- A map of tags to assign to the file system. .If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level. - Mapping[str, str]
- A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block. - throughput_
capacity int Throughput (MB/s) of the file system. Valid values depend on
deployment_type
. Must be one of64
,128
,256
,512
,1024
,2048
,3072
,4096
forSINGLE_AZ_1
. Must be one of160
,320
,640
,1280
,2560
,3840
,5120
,7680
,10240
forSINGLE_AZ_2
.The following arguments are optional:
- vpc_
id str - Identifier of the Virtual Private Cloud for the file system.
- weekly_
maintenance_ strstart_ time - The preferred start time (in
d:HH:MM
format) to perform weekly maintenance, in the UTC time zone.
- arn String
- Amazon Resource Name of the file system.
- automatic
Backup NumberRetention Days - The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.
- backup
Id String - The ID of the source backup to create the filesystem from.
- Boolean
- A boolean flag indicating whether tags for the file system should be copied to backups. The default value is false.
- Boolean
- A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.
- daily
Automatic StringBackup Start Time - A recurring daily time, in the format HH:MM. HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily. Requires
automatic_backup_retention_days
to be set. - delete
Options List<String> - List of delete options, which at present supports only one value that specifies whether to delete all child volumes and snapshots when the file system is deleted. Valid values:
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
. - deployment
Type String - The filesystem deployment type. Valid values:
SINGLE_AZ_1
,SINGLE_AZ_2
andMULTI_AZ_1
. - disk
Iops Property MapConfiguration - The SSD IOPS configuration for the Amazon FSx for OpenZFS file system. See
disk_iops_configuration
Block for details. - dns
Name String - DNS name for the file system, e.g.,
fs-12345678.fsx.us-west-2.amazonaws.com
- endpoint
Ip StringAddress - IP address of the endpoint that is used to access data or to manage the file system.
- endpoint
Ip StringAddress Range - (Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created.
- Map<String>
- A map of tags to apply to the file system's final backup.
- kms
Key StringId - ARN for the KMS Key to encrypt the file system at rest, Defaults to an AWS managed KMS Key.
- network
Interface List<String>Ids - Set of Elastic Network Interface identifiers from which the file system is accessible The first network interface returned is the primary network interface.
- owner
Id String - AWS account identifier that created the file system.
- preferred
Subnet StringId - (Multi-AZ only) Required when
deployment_type
is set toMULTI_AZ_1
. This specifies the subnet in which you want the preferred file server to be located. - root
Volume Property MapConfiguration - The configuration for the root volume of the file system. All other volumes are children or the root volume. See
root_volume_configuration
Block for details. - root
Volume StringId - Identifier of the root volume, e.g.,
fsvol-12345678
- route
Table List<String>Ids - (Multi-AZ only) Specifies the route tables in which Amazon FSx creates the rules for routing traffic to the correct file server. You should specify all virtual private cloud (VPC) route tables associated with the subnets in which your clients are located. By default, Amazon FSx selects your VPC's default route table.
- security
Group List<String>Ids - A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups will apply to all network interfaces.
- skip
Final BooleanBackup - When enabled, will skip the default final backup taken when the file system is deleted. This configuration must be applied separately before attempting to delete the resource to have the desired behavior. Defaults to
false
. - storage
Capacity Number - The storage capacity (GiB) of the file system. Valid values between
64
and524288
. - storage
Type String - The filesystem storage type. Only
SSD
is supported. - subnet
Ids List<String> - A list of IDs for the subnets that the file system will be accessible from.
- Map<String>
- A map of tags to assign to the file system. .If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level. - Map<String>
- A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block. - throughput
Capacity Number Throughput (MB/s) of the file system. Valid values depend on
deployment_type
. Must be one of64
,128
,256
,512
,1024
,2048
,3072
,4096
forSINGLE_AZ_1
. Must be one of160
,320
,640
,1280
,2560
,3840
,5120
,7680
,10240
forSINGLE_AZ_2
.The following arguments are optional:
- vpc
Id String - Identifier of the Virtual Private Cloud for the file system.
- weekly
Maintenance StringStart Time - The preferred start time (in
d:HH:MM
format) to perform weekly maintenance, in the UTC time zone.
Supporting Types
OpenZfsFileSystemDiskIopsConfiguration, OpenZfsFileSystemDiskIopsConfigurationArgs
OpenZfsFileSystemRootVolumeConfiguration, OpenZfsFileSystemRootVolumeConfigurationArgs
- bool
- A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.
- Data
Compression stringType - Method used to compress the data on the volume. Valid values are
LZ4
,NONE
orZSTD
. Child volumes that don't specify compression option will inherit from parent volume. This option on file system applies to the root volume. - Nfs
Exports Pulumi.Aws. Fsx. Inputs. Open Zfs File System Root Volume Configuration Nfs Exports - NFS export configuration for the root volume. Exactly 1 item. See
nfs_exports
Block for details. - Read
Only bool - specifies whether the volume is read-only. Default is false.
- Record
Size intKib - Specifies the record size of an OpenZFS root volume, in kibibytes (KiB). Valid values are
4
,8
,16
,32
,64
,128
,256
,512
, or1024
KiB. The default is128
KiB. - User
And List<Pulumi.Group Quotas Aws. Fsx. Inputs. Open Zfs File System Root Volume Configuration User And Group Quota> - Specify how much storage users or groups can use on the volume. Maximum of 100 items. See
user_and_group_quotas
Block for details.
- bool
- A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.
- Data
Compression stringType - Method used to compress the data on the volume. Valid values are
LZ4
,NONE
orZSTD
. Child volumes that don't specify compression option will inherit from parent volume. This option on file system applies to the root volume. - Nfs
Exports OpenZfs File System Root Volume Configuration Nfs Exports - NFS export configuration for the root volume. Exactly 1 item. See
nfs_exports
Block for details. - Read
Only bool - specifies whether the volume is read-only. Default is false.
- Record
Size intKib - Specifies the record size of an OpenZFS root volume, in kibibytes (KiB). Valid values are
4
,8
,16
,32
,64
,128
,256
,512
, or1024
KiB. The default is128
KiB. - User
And []OpenGroup Quotas Zfs File System Root Volume Configuration User And Group Quota - Specify how much storage users or groups can use on the volume. Maximum of 100 items. See
user_and_group_quotas
Block for details.
- Boolean
- A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.
- data
Compression StringType - Method used to compress the data on the volume. Valid values are
LZ4
,NONE
orZSTD
. Child volumes that don't specify compression option will inherit from parent volume. This option on file system applies to the root volume. - nfs
Exports OpenZfs File System Root Volume Configuration Nfs Exports - NFS export configuration for the root volume. Exactly 1 item. See
nfs_exports
Block for details. - read
Only Boolean - specifies whether the volume is read-only. Default is false.
- record
Size IntegerKib - Specifies the record size of an OpenZFS root volume, in kibibytes (KiB). Valid values are
4
,8
,16
,32
,64
,128
,256
,512
, or1024
KiB. The default is128
KiB. - user
And List<OpenGroup Quotas Zfs File System Root Volume Configuration User And Group Quota> - Specify how much storage users or groups can use on the volume. Maximum of 100 items. See
user_and_group_quotas
Block for details.
- boolean
- A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.
- data
Compression stringType - Method used to compress the data on the volume. Valid values are
LZ4
,NONE
orZSTD
. Child volumes that don't specify compression option will inherit from parent volume. This option on file system applies to the root volume. - nfs
Exports OpenZfs File System Root Volume Configuration Nfs Exports - NFS export configuration for the root volume. Exactly 1 item. See
nfs_exports
Block for details. - read
Only boolean - specifies whether the volume is read-only. Default is false.
- record
Size numberKib - Specifies the record size of an OpenZFS root volume, in kibibytes (KiB). Valid values are
4
,8
,16
,32
,64
,128
,256
,512
, or1024
KiB. The default is128
KiB. - user
And OpenGroup Quotas Zfs File System Root Volume Configuration User And Group Quota[] - Specify how much storage users or groups can use on the volume. Maximum of 100 items. See
user_and_group_quotas
Block for details.
- bool
- A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.
- data_
compression_ strtype - Method used to compress the data on the volume. Valid values are
LZ4
,NONE
orZSTD
. Child volumes that don't specify compression option will inherit from parent volume. This option on file system applies to the root volume. - nfs_
exports OpenZfs File System Root Volume Configuration Nfs Exports - NFS export configuration for the root volume. Exactly 1 item. See
nfs_exports
Block for details. - read_
only bool - specifies whether the volume is read-only. Default is false.
- record_
size_ intkib - Specifies the record size of an OpenZFS root volume, in kibibytes (KiB). Valid values are
4
,8
,16
,32
,64
,128
,256
,512
, or1024
KiB. The default is128
KiB. - user_
and_ Sequence[Opengroup_ quotas Zfs File System Root Volume Configuration User And Group Quota] - Specify how much storage users or groups can use on the volume. Maximum of 100 items. See
user_and_group_quotas
Block for details.
- Boolean
- A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.
- data
Compression StringType - Method used to compress the data on the volume. Valid values are
LZ4
,NONE
orZSTD
. Child volumes that don't specify compression option will inherit from parent volume. This option on file system applies to the root volume. - nfs
Exports Property Map - NFS export configuration for the root volume. Exactly 1 item. See
nfs_exports
Block for details. - read
Only Boolean - specifies whether the volume is read-only. Default is false.
- record
Size NumberKib - Specifies the record size of an OpenZFS root volume, in kibibytes (KiB). Valid values are
4
,8
,16
,32
,64
,128
,256
,512
, or1024
KiB. The default is128
KiB. - user
And List<Property Map>Group Quotas - Specify how much storage users or groups can use on the volume. Maximum of 100 items. See
user_and_group_quotas
Block for details.
OpenZfsFileSystemRootVolumeConfigurationNfsExports, OpenZfsFileSystemRootVolumeConfigurationNfsExportsArgs
- Client
Configurations List<Pulumi.Aws. Fsx. Inputs. Open Zfs File System Root Volume Configuration Nfs Exports Client Configuration> - A list of configuration objects that contain the client and options for mounting the OpenZFS file system. Maximum of 25 items. See
client_configurations
Block for details.
- Client
Configurations []OpenZfs File System Root Volume Configuration Nfs Exports Client Configuration - A list of configuration objects that contain the client and options for mounting the OpenZFS file system. Maximum of 25 items. See
client_configurations
Block for details.
- client
Configurations List<OpenZfs File System Root Volume Configuration Nfs Exports Client Configuration> - A list of configuration objects that contain the client and options for mounting the OpenZFS file system. Maximum of 25 items. See
client_configurations
Block for details.
- client
Configurations OpenZfs File System Root Volume Configuration Nfs Exports Client Configuration[] - A list of configuration objects that contain the client and options for mounting the OpenZFS file system. Maximum of 25 items. See
client_configurations
Block for details.
- client_
configurations Sequence[OpenZfs File System Root Volume Configuration Nfs Exports Client Configuration] - A list of configuration objects that contain the client and options for mounting the OpenZFS file system. Maximum of 25 items. See
client_configurations
Block for details.
- client
Configurations List<Property Map> - A list of configuration objects that contain the client and options for mounting the OpenZFS file system. Maximum of 25 items. See
client_configurations
Block for details.
OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfiguration, OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfigurationArgs
- Clients string
- A value that specifies who can mount the file system. You can provide a wildcard character (*), an IP address (0.0.0.0), or a CIDR address (192.0.2.0/24. By default, Amazon FSx uses the wildcard character when specifying the client.
- Options List<string>
- The options to use when mounting the file system. Maximum of 20 items. See the Linix NFS exports man page for more information.
crossmount
andsync
are used by default.
- Clients string
- A value that specifies who can mount the file system. You can provide a wildcard character (*), an IP address (0.0.0.0), or a CIDR address (192.0.2.0/24. By default, Amazon FSx uses the wildcard character when specifying the client.
- Options []string
- The options to use when mounting the file system. Maximum of 20 items. See the Linix NFS exports man page for more information.
crossmount
andsync
are used by default.
- clients String
- A value that specifies who can mount the file system. You can provide a wildcard character (*), an IP address (0.0.0.0), or a CIDR address (192.0.2.0/24. By default, Amazon FSx uses the wildcard character when specifying the client.
- options List<String>
- The options to use when mounting the file system. Maximum of 20 items. See the Linix NFS exports man page for more information.
crossmount
andsync
are used by default.
- clients string
- A value that specifies who can mount the file system. You can provide a wildcard character (*), an IP address (0.0.0.0), or a CIDR address (192.0.2.0/24. By default, Amazon FSx uses the wildcard character when specifying the client.
- options string[]
- The options to use when mounting the file system. Maximum of 20 items. See the Linix NFS exports man page for more information.
crossmount
andsync
are used by default.
- clients str
- A value that specifies who can mount the file system. You can provide a wildcard character (*), an IP address (0.0.0.0), or a CIDR address (192.0.2.0/24. By default, Amazon FSx uses the wildcard character when specifying the client.
- options Sequence[str]
- The options to use when mounting the file system. Maximum of 20 items. See the Linix NFS exports man page for more information.
crossmount
andsync
are used by default.
- clients String
- A value that specifies who can mount the file system. You can provide a wildcard character (*), an IP address (0.0.0.0), or a CIDR address (192.0.2.0/24. By default, Amazon FSx uses the wildcard character when specifying the client.
- options List<String>
- The options to use when mounting the file system. Maximum of 20 items. See the Linix NFS exports man page for more information.
crossmount
andsync
are used by default.
OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuota, OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuotaArgs
- Id int
- The ID of the user or group. Valid values between
0
and2147483647
- Storage
Capacity intQuota Gib - The amount of storage that the user or group can use in gibibytes (GiB). Valid values between
0
and2147483647
- Type string
- A value that specifies whether the quota applies to a user or group. Valid values are
USER
orGROUP
.
- Id int
- The ID of the user or group. Valid values between
0
and2147483647
- Storage
Capacity intQuota Gib - The amount of storage that the user or group can use in gibibytes (GiB). Valid values between
0
and2147483647
- Type string
- A value that specifies whether the quota applies to a user or group. Valid values are
USER
orGROUP
.
- id Integer
- The ID of the user or group. Valid values between
0
and2147483647
- storage
Capacity IntegerQuota Gib - The amount of storage that the user or group can use in gibibytes (GiB). Valid values between
0
and2147483647
- type String
- A value that specifies whether the quota applies to a user or group. Valid values are
USER
orGROUP
.
- id number
- The ID of the user or group. Valid values between
0
and2147483647
- storage
Capacity numberQuota Gib - The amount of storage that the user or group can use in gibibytes (GiB). Valid values between
0
and2147483647
- type string
- A value that specifies whether the quota applies to a user or group. Valid values are
USER
orGROUP
.
- id int
- The ID of the user or group. Valid values between
0
and2147483647
- storage_
capacity_ intquota_ gib - The amount of storage that the user or group can use in gibibytes (GiB). Valid values between
0
and2147483647
- type str
- A value that specifies whether the quota applies to a user or group. Valid values are
USER
orGROUP
.
- id Number
- The ID of the user or group. Valid values between
0
and2147483647
- storage
Capacity NumberQuota Gib - The amount of storage that the user or group can use in gibibytes (GiB). Valid values between
0
and2147483647
- type String
- A value that specifies whether the quota applies to a user or group. Valid values are
USER
orGROUP
.
Import
Using pulumi import
, import FSx File Systems using the id
. For example:
$ pulumi import aws:fsx/openZfsFileSystem:OpenZfsFileSystem example fs-543ab12b1ca672f33
Certain resource arguments, like security_group_ids
, do not have a FSx API method for reading the information after creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use ignore_changes
to hide the difference. For example:
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aws
Terraform Provider.