Data Loss Prevention V2 Client - Class AwsAccountRegex (2.2.0)

Reference documentation and code samples for the Data Loss Prevention V2 Client class AwsAccountRegex.

AWS account regex.

Generated from protobuf message google.privacy.dlp.v2.AwsAccountRegex

Namespace

Google \ Cloud \ Dlp \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ account_id_regex string

Optional. Regex to test the AWS account ID against. If empty, all accounts match.

getAccountIdRegex

Optional. Regex to test the AWS account ID against.

If empty, all accounts match.

Returns
Type Description
string

setAccountIdRegex

Optional. Regex to test the AWS account ID against.

If empty, all accounts match.

Parameter
Name Description
var string
Returns
Type Description
$this