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.
Required. The resource name of the config. Must be in the format of,projects/{project}/locations/{location}/googleChannelConfig. In API responses, the config name always includes the projectID, regardless of whether the projectID or projectNumber was provided.
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:"2014-10-02T15:01:23Z","2014-10-02T15:01:23.045123456Z"or"2014-10-02T15:01:23+05:30".
cryptoKeyName
string
Optional. Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data.
It must match the patternprojects/*/locations/*/keyRings/*/cryptoKeys/*.
labels
map (key: string, value: string)
Optional. Resource labels.
An object containing a list of"key": valuepairs. Example:{ "name": "wrench", "mass": "1.3kg", "count": "3" }.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eA GoogleChannelConfig resource stores custom settings for Eventarc first-party triggers within a specific region.\u003c/p\u003e\n"],["\u003cp\u003eConfiguring a GoogleChannelConfig allows for the use of a custom managed encryption key to protect first-party event data.\u003c/p\u003e\n"],["\u003cp\u003eThe resource name of the config, in the format \u003ccode\u003eprojects/{project}/locations/{location}/googleChannelConfig\u003c/code\u003e, is a required field.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecryptoKeyName\u003c/code\u003e field, if used, must match the format \u003ccode\u003eprojects/*/locations/*/keyRings/*/cryptoKeys/*\u003c/code\u003e to specify a KMS crypto key for data encryption/decryption.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eupdateTime\u003c/code\u003e field is an output-only timestamp that indicates when the configuration was last modified, following the RFC3339 UTC "Zulu" format.\u003c/p\u003e\n"]]],[],null,["# GoogleChannelConfig\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA 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."]]