Packages:
targets.triggermesh.io/v1alpha1
Package v1alpha1 contains API Schema definitions for the targets/v1alpha1 API group.
Resource Types:
AWSEventBridgeTarget
AWSEventBridgeTarget is the Schema for the event target.
Field | Description | ||||
---|---|---|---|---|---|
apiVersion
string |
targets.triggermesh.io/v1alpha1
|
||||
kind
string
|
AWSEventBridgeTarget |
||||
metadata
Kubernetes meta/v1.ObjectMeta
|
Refer to the Kubernetes API documentation for the fields of the
metadata field.
|
||||
spec
AWSEventBridgeTargetSpec
|
|
||||
status
AWSEventBridgeTargetStatus
|
AWSEventBridgeTargetSpec
(Appears on: AWSEventBridgeTarget)
AWSEventBridgeTargetSpec defines the desired state of the event target.
Field | Description |
---|---|
accountID
string
|
ID of the AWS account to send events to. |
region
string
|
Name of the AWS region where the partner event source is located. |
AWSEventBridgeTargetStatus
(Appears on: AWSEventBridgeTarget)
AWSEventBridgeTargetStatus defines the observed state of the event target.
Field | Description |
---|---|
Status
knative.dev/pkg/apis/duck/v1.Status
|
(Members of |
AddressStatus
knative.dev/pkg/apis/duck/v1.AddressStatus
|
(Members of |
partnerEventSource
PartnerEventSource
|
Description of the partner event source associated with the target. |
PartnerEventSource
(Appears on: AWSEventBridgeTargetStatus)
PartnerEventSource contains details about a partner event source.
Field | Description |
---|---|
name
string
|
Name of the partner event source |
state
string
|
State of the partner event source |
Generated with gen-crd-api-reference-docs
on git commit c4da90f
.