Control Project Intelligence Config Filter Args
data class ControlProjectIntelligenceConfigFilterArgs(val excludedCloudStorageBuckets: Output<ControlProjectIntelligenceConfigFilterExcludedCloudStorageBucketsArgs>? = null, val excludedCloudStorageLocations: Output<ControlProjectIntelligenceConfigFilterExcludedCloudStorageLocationsArgs>? = null, val includedCloudStorageBuckets: Output<ControlProjectIntelligenceConfigFilterIncludedCloudStorageBucketsArgs>? = null, val includedCloudStorageLocations: Output<ControlProjectIntelligenceConfigFilterIncludedCloudStorageLocationsArgs>? = null) : ConvertibleToJava<ControlProjectIntelligenceConfigFilterArgs>
Constructors
Link copied to clipboard
constructor(excludedCloudStorageBuckets: Output<ControlProjectIntelligenceConfigFilterExcludedCloudStorageBucketsArgs>? = null, excludedCloudStorageLocations: Output<ControlProjectIntelligenceConfigFilterExcludedCloudStorageLocationsArgs>? = null, includedCloudStorageBuckets: Output<ControlProjectIntelligenceConfigFilterIncludedCloudStorageBucketsArgs>? = null, includedCloudStorageLocations: Output<ControlProjectIntelligenceConfigFilterIncludedCloudStorageLocationsArgs>? = null)
Properties
Link copied to clipboard
val excludedCloudStorageBuckets: Output<ControlProjectIntelligenceConfigFilterExcludedCloudStorageBucketsArgs>? = null
Buckets to exclude from the Storage Intelligence plan. Structure is documented below.
Link copied to clipboard
val excludedCloudStorageLocations: Output<ControlProjectIntelligenceConfigFilterExcludedCloudStorageLocationsArgs>? = null
Locations to exclude from the Storage Intelligence plan. Structure is documented below.
Link copied to clipboard
val includedCloudStorageBuckets: Output<ControlProjectIntelligenceConfigFilterIncludedCloudStorageBucketsArgs>? = null
Buckets to include in the Storage Intelligence plan. Structure is documented below.
Link copied to clipboard
val includedCloudStorageLocations: Output<ControlProjectIntelligenceConfigFilterIncludedCloudStorageLocationsArgs>? = null
Locations to include in the Storage Intelligence plan. Structure is documented below.