Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAdapter ¶
func NewAdapter(ctx context.Context, envAcc pkgadapter.EnvConfigAccessor, ceClient cloudevents.Client) pkgadapter.Adapter
NewAdapter returns a constructor for the source's adapter.
func NewEnvConfig ¶
func NewEnvConfig() pkgadapter.EnvConfigAccessor
NewEnvConfig returns an accessor for the source's adapter envConfig.
Types ¶
type CognitoIdentitySyncEvent ¶
type CognitoIdentitySyncEvent struct { CreationDate *time.Time DataStorage *int64 DatasetName *string IdentityID *string LastModifiedBy *string LastModifiedDate *time.Time NumRecords *int64 EventType *string Region *string IdentityPoolID *string DatasetRecords []*cognitosync.Record }
CognitoIdentitySyncEvent represents the payload of a Cognito sync event.
Click to show internal directories.
Click to hide internal directories.