Control Project Intelligence Config Filter
data class ControlProjectIntelligenceConfigFilter(val excludedCloudStorageBuckets: ControlProjectIntelligenceConfigFilterExcludedCloudStorageBuckets? = null, val excludedCloudStorageLocations: ControlProjectIntelligenceConfigFilterExcludedCloudStorageLocations? = null, val includedCloudStorageBuckets: ControlProjectIntelligenceConfigFilterIncludedCloudStorageBuckets? = null, val includedCloudStorageLocations: ControlProjectIntelligenceConfigFilterIncludedCloudStorageLocations? = null)
Constructors
Link copied to clipboard
constructor(excludedCloudStorageBuckets: ControlProjectIntelligenceConfigFilterExcludedCloudStorageBuckets? = null, excludedCloudStorageLocations: ControlProjectIntelligenceConfigFilterExcludedCloudStorageLocations? = null, includedCloudStorageBuckets: ControlProjectIntelligenceConfigFilterIncludedCloudStorageBuckets? = null, includedCloudStorageLocations: ControlProjectIntelligenceConfigFilterIncludedCloudStorageLocations? = null)
Properties
Link copied to clipboard
val excludedCloudStorageBuckets: ControlProjectIntelligenceConfigFilterExcludedCloudStorageBuckets? = null
Buckets to exclude from the Storage Intelligence plan. Structure is documented below.
Link copied to clipboard
val excludedCloudStorageLocations: ControlProjectIntelligenceConfigFilterExcludedCloudStorageLocations? = null
Locations to exclude from the Storage Intelligence plan. Structure is documented below.
Link copied to clipboard
val includedCloudStorageBuckets: ControlProjectIntelligenceConfigFilterIncludedCloudStorageBuckets? = null
Buckets to include in the Storage Intelligence plan. Structure is documented below.
Link copied to clipboard
val includedCloudStorageLocations: ControlProjectIntelligenceConfigFilterIncludedCloudStorageLocations? = null
Locations to include in the Storage Intelligence plan. Structure is documented below.