Package com.pulumi.aws.fsx.inputs
Class DataRepositoryAssociationState
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.fsx.inputs.DataRepositoryAssociationState
-
public final class DataRepositoryAssociationState extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DataRepositoryAssociationState.Builder
-
Field Summary
Fields Modifier and Type Field Description static DataRepositoryAssociationState
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<java.lang.String>>
arn()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
associationId()
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
batchImportMetaDataOnCreate()
static DataRepositoryAssociationState.Builder
builder()
static DataRepositoryAssociationState.Builder
builder(DataRepositoryAssociationState defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
dataRepositoryPath()
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
deleteDataInFilesystem()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
fileSystemId()
java.util.Optional<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()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tagsAll()
Deprecated.Please use `tags` instead.
-
-
-
Field Detail
-
Empty
public static final DataRepositoryAssociationState Empty
-
-
Method Detail
-
arn
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
- Returns:
- Amazon Resource Name of the file system.
-
associationId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> associationId()
-
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 java.util.Optional<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 java.util.Optional<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 java.util.Optional<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.
-
tagsAll
@Deprecated public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> tagsAll()
Deprecated.Please use `tags` instead.- Returns:
- A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
-
builder
public static DataRepositoryAssociationState.Builder builder()
-
builder
public static DataRepositoryAssociationState.Builder builder(DataRepositoryAssociationState defaults)
-
-