Class OtherCloudDiscoveryTarget (3.23.0)

OtherCloudDiscoveryTarget(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Target used to match against for discovery of resources from other clouds. An AWS connector in Security Command Center (Enterprise <https://cloud.google.com/security-command-center/docs/connect-scc-to-aws>__ is required to use this feature.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
data_source_type google.cloud.dlp_v2.types.DataSourceType
Required. The type of data profiles generated by this discovery target. Supported values are: - aws/s3/bucket
filter google.cloud.dlp_v2.types.DiscoveryOtherCloudFilter
Required. The resources that the discovery cadence applies to. The first target with a matching filter will be the one to apply to a resource.
conditions google.cloud.dlp_v2.types.DiscoveryOtherCloudConditions
Optional. In addition to matching the filter, these conditions must be true before a profile is generated.
generation_cadence google.cloud.dlp_v2.types.DiscoveryOtherCloudGenerationCadence
How often and when to update data profiles. New resources that match both the filter and conditions are scanned as quickly as possible depending on system capacity. This field is a member of oneof_ cadence.
disabled google.cloud.dlp_v2.types.Disabled
Disable profiling for resources that match this filter. This field is a member of oneof_ cadence.