Package com.pulumi.aws.fsx
Class DataRepositoryAssociationArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.fsx.DataRepositoryAssociationArgs
-
public final class DataRepositoryAssociationArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DataRepositoryAssociationArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static DataRepositoryAssociationArgs
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.Boolean>>
batchImportMetaDataOnCreate()
static DataRepositoryAssociationArgs.Builder
builder()
static DataRepositoryAssociationArgs.Builder
builder(DataRepositoryAssociationArgs defaults)
com.pulumi.core.Output<java.lang.String>
dataRepositoryPath()
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
deleteDataInFilesystem()
com.pulumi.core.Output<java.lang.String>
fileSystemId()
com.pulumi.core.Output<java.lang.String>
fileSystemPath()
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
importedFileChunkSize()
java.util.Optional<com.pulumi.core.Output<DataRepositoryAssociationS3Args>>
s3()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tags()
-
-
-
Field Detail
-
Empty
public static final DataRepositoryAssociationArgs Empty
-
-
Method Detail
-
batchImportMetaDataOnCreate
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> batchImportMetaDataOnCreate()
- Returns:
- Set to true to run an import data repository task to import metadata from the data repository to the file system after the data repository association is created. Defaults to `false`.
-
dataRepositoryPath
public com.pulumi.core.Output<java.lang.String> dataRepositoryPath()
- Returns:
- The path to the Amazon S3 data repository that will be linked to the file system. The path must be an S3 bucket s3://myBucket/myPrefix/. This path specifies where in the S3 data repository files will be imported from or exported to. The same S3 bucket cannot be linked more than once to the same file system.
-
deleteDataInFilesystem
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> deleteDataInFilesystem()
- Returns:
- Set to true to delete files from the file system upon deleting this data repository association. Defaults to `false`.
-
fileSystemId
public com.pulumi.core.Output<java.lang.String> fileSystemId()
- Returns:
- The ID of the Amazon FSx file system to on which to create a data repository association.
-
fileSystemPath
public com.pulumi.core.Output<java.lang.String> fileSystemPath()
- Returns:
- A path on the file system that points to a high-level directory (such as `/ns1/`) or subdirectory (such as `/ns1/subdir/`) that will be mapped 1-1 with `data_repository_path`. The leading forward slash in the name is required. Two data repository associations cannot have overlapping file system paths. For example, if a data repository is associated with file system path `/ns1/`, then you cannot link another data repository with file system path `/ns1/ns2`. This path specifies where in your file system files will be exported from or imported to. This file system directory can be linked to only one Amazon S3 bucket, and no other S3 bucket can be linked to the directory.
-
importedFileChunkSize
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> importedFileChunkSize()
- Returns:
- For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.
-
s3
public java.util.Optional<com.pulumi.core.Output<DataRepositoryAssociationS3Args>> s3()
- Returns:
- See the `s3` configuration block. Max of 1. The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association. The configuration defines which file events (new, changed, or deleted files or directories) are automatically imported from the linked data repository to the file system or automatically exported from the file system to the data repository.
-
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 data repository association. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
-
builder
public static DataRepositoryAssociationArgs.Builder builder()
-
builder
public static DataRepositoryAssociationArgs.Builder builder(DataRepositoryAssociationArgs defaults)
-
-