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

Package type metadata.

Variables

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

Functions

func DecodeSesActiveReceiptRuleSet

func DecodeSesActiveReceiptRuleSet(prev *SesActiveReceiptRuleSet, ctyValue cty.Value) (resource.Managed, error)

func DecodeSesActiveReceiptRuleSet_RuleSetName

func DecodeSesActiveReceiptRuleSet_RuleSetName(p *SesActiveReceiptRuleSetParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeSesActiveReceiptRuleSet

func EncodeSesActiveReceiptRuleSet(r SesActiveReceiptRuleSet) cty.Value

func EncodeSesActiveReceiptRuleSet_RuleSetName

func EncodeSesActiveReceiptRuleSet_RuleSetName(p SesActiveReceiptRuleSetParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeSesActiveReceiptRuleSet_RuleSetName

func MergeSesActiveReceiptRuleSet_RuleSetName(k *SesActiveReceiptRuleSetParameters, p *SesActiveReceiptRuleSetParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type SesActiveReceiptRuleSet

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

	Spec   SesActiveReceiptRuleSetSpec   `json:"spec"`
	Status SesActiveReceiptRuleSetStatus `json:"status,omitempty"`
}

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

func (*SesActiveReceiptRuleSet) DeepCopy

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

func (*SesActiveReceiptRuleSet) DeepCopyInto

func (in *SesActiveReceiptRuleSet) DeepCopyInto(out *SesActiveReceiptRuleSet)

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

func (*SesActiveReceiptRuleSet) DeepCopyObject

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

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

func (*SesActiveReceiptRuleSet) GetCondition

GetCondition of this SesActiveReceiptRuleSet.

func (*SesActiveReceiptRuleSet) GetDeletionPolicy

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

GetDeletionPolicy of this SesActiveReceiptRuleSet.

func (*SesActiveReceiptRuleSet) GetProviderConfigReference

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

GetProviderConfigReference of this SesActiveReceiptRuleSet.

func (*SesActiveReceiptRuleSet) GetProviderReference

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

GetProviderReference of this SesActiveReceiptRuleSet. Deprecated: Use GetProviderConfigReference.

func (*SesActiveReceiptRuleSet) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this SesActiveReceiptRuleSet.

func (*SesActiveReceiptRuleSet) SetConditions

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

SetConditions of this SesActiveReceiptRuleSet.

func (*SesActiveReceiptRuleSet) SetDeletionPolicy

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

SetDeletionPolicy of this SesActiveReceiptRuleSet.

func (*SesActiveReceiptRuleSet) SetProviderConfigReference

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

SetProviderConfigReference of this SesActiveReceiptRuleSet.

func (*SesActiveReceiptRuleSet) SetProviderReference

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

SetProviderReference of this SesActiveReceiptRuleSet. Deprecated: Use SetProviderConfigReference.

func (*SesActiveReceiptRuleSet) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this SesActiveReceiptRuleSet.

type SesActiveReceiptRuleSetList

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

SesActiveReceiptRuleSet contains a list of SesActiveReceiptRuleSetList

func (*SesActiveReceiptRuleSetList) DeepCopy

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

func (*SesActiveReceiptRuleSetList) DeepCopyInto

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

func (*SesActiveReceiptRuleSetList) DeepCopyObject

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

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

func (*SesActiveReceiptRuleSetList) GetItems

GetItems of this SesActiveReceiptRuleSetList.

type SesActiveReceiptRuleSetObservation

type SesActiveReceiptRuleSetObservation struct{}

A SesActiveReceiptRuleSetObservation records the observed state of a SesActiveReceiptRuleSet

func (*SesActiveReceiptRuleSetObservation) DeepCopy

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

func (*SesActiveReceiptRuleSetObservation) DeepCopyInto

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

type SesActiveReceiptRuleSetParameters

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

A SesActiveReceiptRuleSetParameters defines the desired state of a SesActiveReceiptRuleSet

func (*SesActiveReceiptRuleSetParameters) DeepCopy

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

func (*SesActiveReceiptRuleSetParameters) DeepCopyInto

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

type SesActiveReceiptRuleSetSpec

type SesActiveReceiptRuleSetSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  SesActiveReceiptRuleSetParameters `json:"forProvider"`
}

A SesActiveReceiptRuleSetSpec defines the desired state of a SesActiveReceiptRuleSet

func (*SesActiveReceiptRuleSetSpec) DeepCopy

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

func (*SesActiveReceiptRuleSetSpec) DeepCopyInto

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

type SesActiveReceiptRuleSetStatus

type SesActiveReceiptRuleSetStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     SesActiveReceiptRuleSetObservation `json:"atProvider"`
}

A SesActiveReceiptRuleSetStatus defines the observed state of a SesActiveReceiptRuleSet

func (*SesActiveReceiptRuleSetStatus) DeepCopy

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

func (*SesActiveReceiptRuleSetStatus) 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