Get Control Project Intelligence Config Filter
data class GetControlProjectIntelligenceConfigFilter(val excludedCloudStorageBuckets: List<GetControlProjectIntelligenceConfigFilterExcludedCloudStorageBucket>, val excludedCloudStorageLocations: List<GetControlProjectIntelligenceConfigFilterExcludedCloudStorageLocation>, val includedCloudStorageBuckets: List<GetControlProjectIntelligenceConfigFilterIncludedCloudStorageBucket>, val includedCloudStorageLocations: List<GetControlProjectIntelligenceConfigFilterIncludedCloudStorageLocation>)
Constructors
Link copied to clipboard
constructor(excludedCloudStorageBuckets: List<GetControlProjectIntelligenceConfigFilterExcludedCloudStorageBucket>, excludedCloudStorageLocations: List<GetControlProjectIntelligenceConfigFilterExcludedCloudStorageLocation>, includedCloudStorageBuckets: List<GetControlProjectIntelligenceConfigFilterIncludedCloudStorageBucket>, includedCloudStorageLocations: List<GetControlProjectIntelligenceConfigFilterIncludedCloudStorageLocation>)
Properties
Link copied to clipboard
val excludedCloudStorageBuckets: List<GetControlProjectIntelligenceConfigFilterExcludedCloudStorageBucket>
Buckets to exclude from the Storage Intelligence plan.
Link copied to clipboard
val excludedCloudStorageLocations: List<GetControlProjectIntelligenceConfigFilterExcludedCloudStorageLocation>
Locations to exclude from the Storage Intelligence plan.
Link copied to clipboard
val includedCloudStorageBuckets: List<GetControlProjectIntelligenceConfigFilterIncludedCloudStorageBucket>
Buckets to include in the Storage Intelligence plan.
Link copied to clipboard
val includedCloudStorageLocations: List<GetControlProjectIntelligenceConfigFilterIncludedCloudStorageLocation>
Locations to include in the Storage Intelligence plan.