Table of Contents

Class DeleteDataRepositoryAssociationRequest

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

Container for the parameters to the DeleteDataRepositoryAssociation operation. Deletes a data repository association on an Amazon FSx for Lustre file system. Deleting the data repository association unlinks the file system from the Amazon S3 bucket. When deleting a data repository association, you have the option of deleting the data in the file system that corresponds to the data repository association. Data repository associations are supported on all FSx for Lustre 2.12 and 2.15 file systems, excluding scratch_1 deployment type.

public class DeleteDataRepositoryAssociationRequest : AmazonFSxRequest
Inheritance
DeleteDataRepositoryAssociationRequest

Constructors

DeleteDataRepositoryAssociationRequest()

public DeleteDataRepositoryAssociationRequest()

Properties

AssociationId

Gets and sets the property AssociationId.

The ID of the data repository association that you want to delete.

public string AssociationId { get; set; }

Property Value

string

ClientRequestToken

Gets and sets the property ClientRequestToken.

public string ClientRequestToken { get; set; }

Property Value

string

DeleteDataInFileSystem

Gets and sets the property DeleteDataInFileSystem.

Set to true to delete the data in the file system that corresponds to the data repository association.

public bool DeleteDataInFileSystem { get; set; }

Property Value

bool