eventdatastore
EventDataStore is the Schema for the EventDataStores API
Schema URL
https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/cloudtrail.services.k8s.aws/eventdatastore_v1alpha1.json▶ Usage examples
VS Code / yaml-language-server
# yaml-language-server: $schema=https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/cloudtrail.services.k8s.aws/eventdatastore_v1alpha1.jsonkubeconform
kubeconform -schema-location 'https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/{{ .Group }}/{{ .ResourceKind }}_{{ .ResourceAPIVersion }}.json' manifest.yamlResource Structure
apiVersionstringAPIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kindstringKind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadataobjectspecobjectEventDataStoreSpec defines the desired state of EventDataStore.
A storage lake of event data against which you can run complex SQL-based
queries. An event data store can include events that you have logged on your
account. To select events for an event data store, use advanced event selectors
(https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-lake-concepts.html#adv-event-selectors).
statusobjectEventDataStoreStatus defines the observed state of EventDataStore