ControlProjectIntelligenceConfigFilterArgs

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

constructor(excludedCloudStorageBuckets: Output<ControlProjectIntelligenceConfigFilterExcludedCloudStorageBucketsArgs>? = null, excludedCloudStorageLocations: Output<ControlProjectIntelligenceConfigFilterExcludedCloudStorageLocationsArgs>? = null, includedCloudStorageBuckets: Output<ControlProjectIntelligenceConfigFilterIncludedCloudStorageBucketsArgs>? = null, includedCloudStorageLocations: Output<ControlProjectIntelligenceConfigFilterIncludedCloudStorageLocationsArgs>? = null)

Properties

Link copied to clipboard

Buckets to exclude from the Storage Intelligence plan. Structure is documented below.

Link copied to clipboard

Locations to exclude from the Storage Intelligence plan. Structure is documented below.

Link copied to clipboard

Buckets to include in the Storage Intelligence plan. Structure is documented below.

Link copied to clipboard

Locations to include in the Storage Intelligence plan. Structure is documented below.

Functions

Link copied to clipboard
open override fun toJava(): ControlProjectIntelligenceConfigFilterArgs