Package com.pulumi.aws.fsx
Class OpenZfsFileSystemArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.fsx.OpenZfsFileSystemArgs
-
public final class OpenZfsFileSystemArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OpenZfsFileSystemArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static OpenZfsFileSystemArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
automaticBackupRetentionDays()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
backupId()
static OpenZfsFileSystemArgs.Builder
builder()
static OpenZfsFileSystemArgs.Builder
builder(OpenZfsFileSystemArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
copyTagsToBackups()
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
copyTagsToVolumes()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
dailyAutomaticBackupStartTime()
com.pulumi.core.Output<java.lang.String>
deploymentType()
java.util.Optional<com.pulumi.core.Output<OpenZfsFileSystemDiskIopsConfigurationArgs>>
diskIopsConfiguration()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
endpointIpAddressRange()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
kmsKeyId()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
preferredSubnetId()
java.util.Optional<com.pulumi.core.Output<OpenZfsFileSystemRootVolumeConfigurationArgs>>
rootVolumeConfiguration()
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
routeTableIds()
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
securityGroupIds()
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
skipFinalBackup()
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
storageCapacity()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
storageType()
com.pulumi.core.Output<java.lang.String>
subnetIds()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tags()
com.pulumi.core.Output<java.lang.Integer>
throughputCapacity()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
weeklyMaintenanceStartTime()
-
-
-
Field Detail
-
Empty
public static final OpenZfsFileSystemArgs Empty
-
-
Method Detail
-
automaticBackupRetentionDays
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> automaticBackupRetentionDays()
- Returns:
- 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.
-
backupId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> backupId()
- Returns:
- The ID of the source backup to create the filesystem from.
-
copyTagsToBackups
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> copyTagsToBackups()
- Returns:
- A boolean flag indicating whether tags for the file system should be copied to backups. The default value is false.
-
copyTagsToVolumes
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> copyTagsToVolumes()
- Returns:
- A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.
-
dailyAutomaticBackupStartTime
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> dailyAutomaticBackupStartTime()
- Returns:
- 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.
-
deploymentType
public com.pulumi.core.Output<java.lang.String> deploymentType()
- Returns:
- The filesystem deployment type. Valid values: `SINGLE_AZ_1`, `SINGLE_AZ_2` and `MULTI_AZ_1`.
-
diskIopsConfiguration
public java.util.Optional<com.pulumi.core.Output<OpenZfsFileSystemDiskIopsConfigurationArgs>> diskIopsConfiguration()
- Returns:
- The SSD IOPS configuration for the Amazon FSx for OpenZFS file system. See Disk Iops Configuration below.
-
endpointIpAddressRange
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> endpointIpAddressRange()
- Returns:
- (Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created.
-
kmsKeyId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> kmsKeyId()
- Returns:
- ARN for the KMS Key to encrypt the file system at rest, Defaults to an AWS managed KMS Key.
-
preferredSubnetId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> preferredSubnetId()
- Returns:
- (Multi-AZ only) Required when `deployment_type` is set to `MULTI_AZ_1`. This specifies the subnet in which you want the preferred file server to be located.
-
rootVolumeConfiguration
public java.util.Optional<com.pulumi.core.Output<OpenZfsFileSystemRootVolumeConfigurationArgs>> rootVolumeConfiguration()
- Returns:
- The configuration for the root volume of the file system. All other volumes are children or the root volume. See Root Volume Configuration below.
-
routeTableIds
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> routeTableIds()
- Returns:
- (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.
-
securityGroupIds
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> securityGroupIds()
- Returns:
- 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.
-
skipFinalBackup
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> skipFinalBackup()
- Returns:
- 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`.
-
storageCapacity
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> storageCapacity()
- Returns:
- The storage capacity (GiB) of the file system. Valid values between `64` and `524288`.
-
storageType
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> storageType()
- Returns:
- The filesystem storage type. Only `SSD` is supported.
-
subnetIds
public com.pulumi.core.Output<java.lang.String> subnetIds()
- Returns:
- A list of IDs for the subnets that the file system will be accessible from.
-
tags
public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> tags()
- Returns:
- 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.
-
throughputCapacity
public com.pulumi.core.Output<java.lang.Integer> throughputCapacity()
- Returns:
- Throughput (MB/s) of the file system. Valid values depend on `deployment_type`. Must be one of `64`, `128`, `256`, `512`, `1024`, `2048`, `3072`, `4096` for `SINGLE_AZ_1`. Must be one of `160`, `320`, `640`, `1280`, `2560`, `3840`, `5120`, `7680`, `10240` for `SINGLE_AZ_2`.
-
weeklyMaintenanceStartTime
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> weeklyMaintenanceStartTime()
- Returns:
- The preferred start time (in `d:HH:MM` format) to perform weekly maintenance, in the UTC time zone.
-
builder
public static OpenZfsFileSystemArgs.Builder builder()
-
builder
public static OpenZfsFileSystemArgs.Builder builder(OpenZfsFileSystemArgs defaults)
-
-