aws-native logo
AWS Native v0.55.0, Mar 28 23

aws-native.fsx.getDataRepositoryAssociation

Resource Type definition for AWS::FSx::DataRepositoryAssociation

Using getDataRepositoryAssociation

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getDataRepositoryAssociation(args: GetDataRepositoryAssociationArgs, opts?: InvokeOptions): Promise<GetDataRepositoryAssociationResult>
function getDataRepositoryAssociationOutput(args: GetDataRepositoryAssociationOutputArgs, opts?: InvokeOptions): Output<GetDataRepositoryAssociationResult>
def get_data_repository_association(association_id: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetDataRepositoryAssociationResult
def get_data_repository_association_output(association_id: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetDataRepositoryAssociationResult]
func LookupDataRepositoryAssociation(ctx *Context, args *LookupDataRepositoryAssociationArgs, opts ...InvokeOption) (*LookupDataRepositoryAssociationResult, error)
func LookupDataRepositoryAssociationOutput(ctx *Context, args *LookupDataRepositoryAssociationOutputArgs, opts ...InvokeOption) LookupDataRepositoryAssociationResultOutput

> Note: This function is named LookupDataRepositoryAssociation in the Go SDK.

public static class GetDataRepositoryAssociation 
{
    public static Task<GetDataRepositoryAssociationResult> InvokeAsync(GetDataRepositoryAssociationArgs args, InvokeOptions? opts = null)
    public static Output<GetDataRepositoryAssociationResult> Invoke(GetDataRepositoryAssociationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDataRepositoryAssociationResult> getDataRepositoryAssociation(GetDataRepositoryAssociationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:fsx:getDataRepositoryAssociation
  arguments:
    # arguments dictionary

The following arguments are supported:

AssociationId string

The system-generated, unique ID of the data repository association.

AssociationId string

The system-generated, unique ID of the data repository association.

associationId String

The system-generated, unique ID of the data repository association.

associationId string

The system-generated, unique ID of the data repository association.

association_id str

The system-generated, unique ID of the data repository association.

associationId String

The system-generated, unique ID of the data repository association.

getDataRepositoryAssociation Result

The following output properties are available:

AssociationId string

The system-generated, unique ID of the data repository association.

ImportedFileChunkSize int

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.

ResourceARN string

The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

S3 Pulumi.AwsNative.FSx.Outputs.DataRepositoryAssociationS3

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 List<Pulumi.AwsNative.FSx.Outputs.DataRepositoryAssociationTag>

A list of Tag values, with a maximum of 50 elements.

AssociationId string

The system-generated, unique ID of the data repository association.

ImportedFileChunkSize int

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.

ResourceARN string

The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

S3 DataRepositoryAssociationS3

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 []DataRepositoryAssociationTag

A list of Tag values, with a maximum of 50 elements.

associationId String

The system-generated, unique ID of the data repository association.

importedFileChunkSize Integer

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.

resourceARN String

The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

s3 DataRepositoryAssociationS3

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 List<DataRepositoryAssociationTag>

A list of Tag values, with a maximum of 50 elements.

associationId string

The system-generated, unique ID of the data repository association.

importedFileChunkSize number

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.

resourceARN string

The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

s3 DataRepositoryAssociationS3

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 DataRepositoryAssociationTag[]

A list of Tag values, with a maximum of 50 elements.

association_id str

The system-generated, unique ID of the data repository association.

imported_file_chunk_size int

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.

resource_arn str

The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

s3 DataRepositoryAssociationS3

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 Sequence[DataRepositoryAssociationTag]

A list of Tag values, with a maximum of 50 elements.

associationId String

The system-generated, unique ID of the data repository association.

importedFileChunkSize Number

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.

resourceARN String

The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

s3 Property Map

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 List<Property Map>

A list of Tag values, with a maximum of 50 elements.

Supporting Types

DataRepositoryAssociationAutoExportPolicy

DataRepositoryAssociationAutoImportPolicy

DataRepositoryAssociationEventType

DataRepositoryAssociationS3

DataRepositoryAssociationTag

Key string

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Value string

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Key string

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Value string

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

key String

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

value String

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

key string

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

value string

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

key str

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

value str

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

key String

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

value String

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0