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-receipt-rule-set.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeSesReceiptRuleSet

func DecodeSesReceiptRuleSet(prev *SesReceiptRuleSet, ctyValue cty.Value) (resource.Managed, error)

func DecodeSesReceiptRuleSet_RuleSetName

func DecodeSesReceiptRuleSet_RuleSetName(p *SesReceiptRuleSetParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeSesReceiptRuleSet

func EncodeSesReceiptRuleSet(r SesReceiptRuleSet) cty.Value

func EncodeSesReceiptRuleSet_RuleSetName

func EncodeSesReceiptRuleSet_RuleSetName(p SesReceiptRuleSetParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeSesReceiptRuleSet_RuleSetName

func MergeSesReceiptRuleSet_RuleSetName(k *SesReceiptRuleSetParameters, p *SesReceiptRuleSetParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type SesReceiptRuleSet

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

	Spec   SesReceiptRuleSetSpec   `json:"spec"`
	Status SesReceiptRuleSetStatus `json:"status,omitempty"`
}

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

func (*SesReceiptRuleSet) DeepCopy

func (in *SesReceiptRuleSet) DeepCopy() *SesReceiptRuleSet

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

func (*SesReceiptRuleSet) DeepCopyInto

func (in *SesReceiptRuleSet) DeepCopyInto(out *SesReceiptRuleSet)

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

func (*SesReceiptRuleSet) DeepCopyObject

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

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

func (*SesReceiptRuleSet) GetCondition

GetCondition of this SesReceiptRuleSet.

func (*SesReceiptRuleSet) GetDeletionPolicy

func (mg *SesReceiptRuleSet) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy

GetDeletionPolicy of this SesReceiptRuleSet.

func (*SesReceiptRuleSet) GetProviderConfigReference

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

GetProviderConfigReference of this SesReceiptRuleSet.

func (*SesReceiptRuleSet) GetProviderReference

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

GetProviderReference of this SesReceiptRuleSet. Deprecated: Use GetProviderConfigReference.

func (*SesReceiptRuleSet) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this SesReceiptRuleSet.

func (*SesReceiptRuleSet) SetConditions

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

SetConditions of this SesReceiptRuleSet.

func (*SesReceiptRuleSet) SetDeletionPolicy

func (mg *SesReceiptRuleSet) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)

SetDeletionPolicy of this SesReceiptRuleSet.

func (*SesReceiptRuleSet) SetProviderConfigReference

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

SetProviderConfigReference of this SesReceiptRuleSet.

func (*SesReceiptRuleSet) SetProviderReference

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

SetProviderReference of this SesReceiptRuleSet. Deprecated: Use SetProviderConfigReference.

func (*SesReceiptRuleSet) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this SesReceiptRuleSet.

type SesReceiptRuleSetList

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

SesReceiptRuleSet contains a list of SesReceiptRuleSetList

func (*SesReceiptRuleSetList) DeepCopy

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

func (*SesReceiptRuleSetList) DeepCopyInto

func (in *SesReceiptRuleSetList) DeepCopyInto(out *SesReceiptRuleSetList)

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

func (*SesReceiptRuleSetList) DeepCopyObject

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

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

func (*SesReceiptRuleSetList) GetItems

func (l *SesReceiptRuleSetList) GetItems() []resource.Managed

GetItems of this SesReceiptRuleSetList.

type SesReceiptRuleSetObservation

type SesReceiptRuleSetObservation struct{}

A SesReceiptRuleSetObservation records the observed state of a SesReceiptRuleSet

func (*SesReceiptRuleSetObservation) DeepCopy

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

func (*SesReceiptRuleSetObservation) DeepCopyInto

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

type SesReceiptRuleSetParameters

type SesReceiptRuleSetParameters struct {
	RuleSetName string `json:"rule_set_name"`
}

A SesReceiptRuleSetParameters defines the desired state of a SesReceiptRuleSet

func (*SesReceiptRuleSetParameters) DeepCopy

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

func (*SesReceiptRuleSetParameters) DeepCopyInto

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

type SesReceiptRuleSetSpec

type SesReceiptRuleSetSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  SesReceiptRuleSetParameters `json:"forProvider"`
}

A SesReceiptRuleSetSpec defines the desired state of a SesReceiptRuleSet

func (*SesReceiptRuleSetSpec) DeepCopy

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

func (*SesReceiptRuleSetSpec) DeepCopyInto

func (in *SesReceiptRuleSetSpec) DeepCopyInto(out *SesReceiptRuleSetSpec)

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

type SesReceiptRuleSetStatus

type SesReceiptRuleSetStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     SesReceiptRuleSetObservation `json:"atProvider"`
}

A SesReceiptRuleSetStatus defines the observed state of a SesReceiptRuleSet

func (*SesReceiptRuleSetStatus) DeepCopy

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

func (*SesReceiptRuleSetStatus) DeepCopyInto

func (in *SesReceiptRuleSetStatus) DeepCopyInto(out *SesReceiptRuleSetStatus)

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