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 satisfies pkgadapter.AdapterConstructor.
func NewEnvConfig ¶
func NewEnvConfig() pkgadapter.EnvConfigAccessor
NewEnvConfig satisfies pkgadapter.EnvConfigConstructor.
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.