gcpServiceAccount property

String? gcpServiceAccount
getter/setter pair

The GCP service account to be used for Federated Identity authentication with Kinesis (via a AssumeRoleWithWebIdentity call for the provided role).

The aws_role_arn must be set up with accounts.google.com:sub equals to this service account number.

Required.

Implementation

core.String? gcpServiceAccount;