A GoogleChannelConfig is a resource that stores the custom settings respected by Eventarc first-party triggers in the matching region. Once configured, first-party event data will be protected using the specified custom managed encryption key instead of Google-managed encryption keys.
| JSON representation |
|---|
{ "name" : string , "updateTime" : string , "cryptoKeyName" : string , "labels" : { string : string , ... } } |
| Fields | |
|---|---|
name
|
Required. The resource name of the config. Must be in the format of, |
updateTime
|
Output only. The last-modified time. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
cryptoKeyName
|
Optional. Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern |
labels
|
Optional. Resource labels. An object containing a list of |

