Interface CfnDataRepositoryAssociationPropsMixin.IAutoImportPolicyProperty
Describes the data repository association's automatic import policy.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.FSx
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDataRepositoryAssociationPropsMixin.IAutoImportPolicyProperty
Syntax (vb)
Public Interface CfnDataRepositoryAssociationPropsMixin.IAutoImportPolicyProperty
Remarks
The AutoImportPolicy defines how Amazon FSx keeps your file metadata and directory listings up to date by importing changes to your Amazon FSx for Lustre file system as you modify objects in a linked S3 bucket.
The AutoImportPolicy is only supported on Amazon FSx for Lustre file systems with a data repository association.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.FSx;
var autoImportPolicyProperty = new AutoImportPolicyProperty {
Events = new [] { "events" }
};
Synopsis
Properties
| Events | The |
Properties
Events
The AutoImportPolicy can have the following event values:.
string[]? Events { get; }
Property Value
string[]
Remarks
You can define any combination of event types for your AutoImportPolicy .