v1alpha1

package
v0.0.0-...-bf43ebf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 18, 2021 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Group   = "ses-identity-notification-topic.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	Kind                  = "SesIdentityNotificationTopic"
	GroupKind             = schema.GroupKind{Group: Group, Kind: Kind}.String()
	KindAPIVersion        = Kind + "." + SchemeGroupVersion.String()
	GroupVersionKind      = SchemeGroupVersion.WithKind(Kind)
	TerraformResourceName = "aws_ses_identity_notification_topic"
)
View Source
var (
	// SchemeGroupVersion is group version used to register these objects
	SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version}
)

Functions

func DecodeSesIdentityNotificationTopic

func DecodeSesIdentityNotificationTopic(prev *SesIdentityNotificationTopic, ctyValue cty.Value) (resource.Managed, error)

func DecodeSesIdentityNotificationTopic_Identity

func DecodeSesIdentityNotificationTopic_Identity(p *SesIdentityNotificationTopicParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeSesIdentityNotificationTopic_IncludeOriginalHeaders

func DecodeSesIdentityNotificationTopic_IncludeOriginalHeaders(p *SesIdentityNotificationTopicParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeSesIdentityNotificationTopic_NotificationType

func DecodeSesIdentityNotificationTopic_NotificationType(p *SesIdentityNotificationTopicParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeSesIdentityNotificationTopic_TopicArn

func DecodeSesIdentityNotificationTopic_TopicArn(p *SesIdentityNotificationTopicParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeSesIdentityNotificationTopic

func EncodeSesIdentityNotificationTopic(r SesIdentityNotificationTopic) cty.Value

func EncodeSesIdentityNotificationTopic_Identity

func EncodeSesIdentityNotificationTopic_Identity(p SesIdentityNotificationTopicParameters, vals map[string]cty.Value)

func EncodeSesIdentityNotificationTopic_IncludeOriginalHeaders

func EncodeSesIdentityNotificationTopic_IncludeOriginalHeaders(p SesIdentityNotificationTopicParameters, vals map[string]cty.Value)

func EncodeSesIdentityNotificationTopic_NotificationType

func EncodeSesIdentityNotificationTopic_NotificationType(p SesIdentityNotificationTopicParameters, vals map[string]cty.Value)

func EncodeSesIdentityNotificationTopic_TopicArn

func EncodeSesIdentityNotificationTopic_TopicArn(p SesIdentityNotificationTopicParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeSesIdentityNotificationTopic_Identity

mergePrimitiveTemplateSpec

func MergeSesIdentityNotificationTopic_IncludeOriginalHeaders

func MergeSesIdentityNotificationTopic_IncludeOriginalHeaders(k *SesIdentityNotificationTopicParameters, p *SesIdentityNotificationTopicParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeSesIdentityNotificationTopic_NotificationType

func MergeSesIdentityNotificationTopic_NotificationType(k *SesIdentityNotificationTopicParameters, p *SesIdentityNotificationTopicParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeSesIdentityNotificationTopic_TopicArn

mergePrimitiveTemplateSpec

Types

type SesIdentityNotificationTopic

type SesIdentityNotificationTopic struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   SesIdentityNotificationTopicSpec   `json:"spec"`
	Status SesIdentityNotificationTopicStatus `json:"status,omitempty"`
}

SesIdentityNotificationTopic is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster

func (*SesIdentityNotificationTopic) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SesIdentityNotificationTopic.

func (*SesIdentityNotificationTopic) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SesIdentityNotificationTopic) DeepCopyObject

func (in *SesIdentityNotificationTopic) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*SesIdentityNotificationTopic) GetCondition

GetCondition of this SesIdentityNotificationTopic.

func (*SesIdentityNotificationTopic) GetDeletionPolicy

GetDeletionPolicy of this SesIdentityNotificationTopic.

func (*SesIdentityNotificationTopic) GetProviderConfigReference

func (mg *SesIdentityNotificationTopic) GetProviderConfigReference() *runtimev1alpha1.Reference

GetProviderConfigReference of this SesIdentityNotificationTopic.

func (*SesIdentityNotificationTopic) GetProviderReference

func (mg *SesIdentityNotificationTopic) GetProviderReference() *runtimev1alpha1.Reference

GetProviderReference of this SesIdentityNotificationTopic. Deprecated: Use GetProviderConfigReference.

func (*SesIdentityNotificationTopic) GetWriteConnectionSecretToReference

func (mg *SesIdentityNotificationTopic) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference

GetWriteConnectionSecretToReference of this SesIdentityNotificationTopic.

func (*SesIdentityNotificationTopic) SetConditions

func (mg *SesIdentityNotificationTopic) SetConditions(c ...runtimev1alpha1.Condition)

SetConditions of this SesIdentityNotificationTopic.

func (*SesIdentityNotificationTopic) SetDeletionPolicy

SetDeletionPolicy of this SesIdentityNotificationTopic.

func (*SesIdentityNotificationTopic) SetProviderConfigReference

func (mg *SesIdentityNotificationTopic) SetProviderConfigReference(r *runtimev1alpha1.Reference)

SetProviderConfigReference of this SesIdentityNotificationTopic.

func (*SesIdentityNotificationTopic) SetProviderReference

func (mg *SesIdentityNotificationTopic) SetProviderReference(r *runtimev1alpha1.Reference)

SetProviderReference of this SesIdentityNotificationTopic. Deprecated: Use SetProviderConfigReference.

func (*SesIdentityNotificationTopic) SetWriteConnectionSecretToReference

func (mg *SesIdentityNotificationTopic) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)

SetWriteConnectionSecretToReference of this SesIdentityNotificationTopic.

type SesIdentityNotificationTopicList

type SesIdentityNotificationTopicList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []SesIdentityNotificationTopic `json:"items"`
}

SesIdentityNotificationTopic contains a list of SesIdentityNotificationTopicList

func (*SesIdentityNotificationTopicList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SesIdentityNotificationTopicList.

func (*SesIdentityNotificationTopicList) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SesIdentityNotificationTopicList) DeepCopyObject

func (in *SesIdentityNotificationTopicList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*SesIdentityNotificationTopicList) GetItems

GetItems of this SesIdentityNotificationTopicList.

type SesIdentityNotificationTopicObservation

type SesIdentityNotificationTopicObservation struct{}

A SesIdentityNotificationTopicObservation records the observed state of a SesIdentityNotificationTopic

func (*SesIdentityNotificationTopicObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SesIdentityNotificationTopicObservation.

func (*SesIdentityNotificationTopicObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SesIdentityNotificationTopicParameters

type SesIdentityNotificationTopicParameters struct {
	Identity               string `json:"identity"`
	IncludeOriginalHeaders bool   `json:"include_original_headers"`
	NotificationType       string `json:"notification_type"`
	TopicArn               string `json:"topic_arn"`
}

A SesIdentityNotificationTopicParameters defines the desired state of a SesIdentityNotificationTopic

func (*SesIdentityNotificationTopicParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SesIdentityNotificationTopicParameters.

func (*SesIdentityNotificationTopicParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SesIdentityNotificationTopicSpec

type SesIdentityNotificationTopicSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  SesIdentityNotificationTopicParameters `json:"forProvider"`
}

A SesIdentityNotificationTopicSpec defines the desired state of a SesIdentityNotificationTopic

func (*SesIdentityNotificationTopicSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SesIdentityNotificationTopicSpec.

func (*SesIdentityNotificationTopicSpec) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SesIdentityNotificationTopicStatus

type SesIdentityNotificationTopicStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     SesIdentityNotificationTopicObservation `json:"atProvider"`
}

A SesIdentityNotificationTopicStatus defines the observed state of a SesIdentityNotificationTopic

func (*SesIdentityNotificationTopicStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SesIdentityNotificationTopicStatus.

func (*SesIdentityNotificationTopicStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL