SesEventDestination

Field Type Description
apiVersion string aws.kubeform.com/v1alpha1
kind string SesEventDestination
metadata Kubernetes meta/v1.ObjectMeta Refer to the Kubernetes API documentation for the fields of the metadata field.
spec SesEventDestinationSpec
status SesEventDestinationStatus

SesEventDestinationSpec

(Appears on:SesEventDestination, SesEventDestinationStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
cloudwatchDestination []SesEventDestinationSpecCloudwatchDestination (Optional)
configurationSetName string
enabled bool (Optional)
kinesisDestination []SesEventDestinationSpecKinesisDestination (Optional)
matchingTypes []string
name string
snsDestination []SesEventDestinationSpecSnsDestination (Optional)

SesEventDestinationSpecCloudwatchDestination

(Appears on:SesEventDestinationSpec)
Field Type Description
defaultValue string
dimensionName string
valueSource string

SesEventDestinationSpecKinesisDestination

(Appears on:SesEventDestinationSpec)
Field Type Description
roleArn string
streamArn string

SesEventDestinationSpecSnsDestination

(Appears on:SesEventDestinationSpec)
Field Type Description
topicArn string

SesEventDestinationStatus

(Appears on:SesEventDestination)
Field Type Description
observedGeneration int64 (Optional) Resource generation, which is updated on mutation by the API Server.
output SesEventDestinationSpec (Optional)
state kubeform.dev/kubeform/apis.State (Optional)