Control Folder Intelligence Config Filter Args
data class ControlFolderIntelligenceConfigFilterArgs(val excludedCloudStorageBuckets: Output<ControlFolderIntelligenceConfigFilterExcludedCloudStorageBucketsArgs>? = null, val excludedCloudStorageLocations: Output<ControlFolderIntelligenceConfigFilterExcludedCloudStorageLocationsArgs>? = null, val includedCloudStorageBuckets: Output<ControlFolderIntelligenceConfigFilterIncludedCloudStorageBucketsArgs>? = null, val includedCloudStorageLocations: Output<ControlFolderIntelligenceConfigFilterIncludedCloudStorageLocationsArgs>? = null) : ConvertibleToJava<ControlFolderIntelligenceConfigFilterArgs>
Constructors
Link copied to clipboard
constructor(excludedCloudStorageBuckets: Output<ControlFolderIntelligenceConfigFilterExcludedCloudStorageBucketsArgs>? = null, excludedCloudStorageLocations: Output<ControlFolderIntelligenceConfigFilterExcludedCloudStorageLocationsArgs>? = null, includedCloudStorageBuckets: Output<ControlFolderIntelligenceConfigFilterIncludedCloudStorageBucketsArgs>? = null, includedCloudStorageLocations: Output<ControlFolderIntelligenceConfigFilterIncludedCloudStorageLocationsArgs>? = null)
Properties
Link copied to clipboard
val excludedCloudStorageBuckets: Output<ControlFolderIntelligenceConfigFilterExcludedCloudStorageBucketsArgs>? = null
Buckets to exclude from the Storage Intelligence plan. Structure is documented below.
Link copied to clipboard
val excludedCloudStorageLocations: Output<ControlFolderIntelligenceConfigFilterExcludedCloudStorageLocationsArgs>? = null
Locations to exclude from the Storage Intelligence plan. Structure is documented below.
Link copied to clipboard
val includedCloudStorageBuckets: Output<ControlFolderIntelligenceConfigFilterIncludedCloudStorageBucketsArgs>? = null
Buckets to include in the Storage Intelligence plan. Structure is documented below.
Link copied to clipboard
val includedCloudStorageLocations: Output<ControlFolderIntelligenceConfigFilterIncludedCloudStorageLocationsArgs>? = null
Locations to include in the Storage Intelligence plan. Structure is documented below.