Interface CfnDataIntegrationPropsMixin.IFileConfigurationProperty
The configuration for what files should be pulled from the source.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.AppIntegrations
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDataIntegrationPropsMixin.IFileConfigurationProperty
Syntax (vb)
Public Interface CfnDataIntegrationPropsMixin.IFileConfigurationProperty
Remarks
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.AppIntegrations;
var filters;
var fileConfigurationProperty = new FileConfigurationProperty {
Filters = filters,
Folders = new [] { "folders" }
};
Synopsis
Properties
| Filters | Restrictions for what files should be pulled from the source. |
| Folders | Identifiers for the source folders to pull all files from recursively. |
Properties
Filters
Restrictions for what files should be pulled from the source.
object? Filters { get; }
Property Value
Remarks
Folders
Identifiers for the source folders to pull all files from recursively.
string[]? Folders { get; }
Property Value
string[]