Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeSesDomainMailFrom(prev *SesDomainMailFrom, ctyValue cty.Value) (resource.Managed, error)
- func DecodeSesDomainMailFrom_BehaviorOnMxFailure(p *SesDomainMailFromParameters, vals map[string]cty.Value)
- func DecodeSesDomainMailFrom_Domain(p *SesDomainMailFromParameters, vals map[string]cty.Value)
- func DecodeSesDomainMailFrom_MailFromDomain(p *SesDomainMailFromParameters, vals map[string]cty.Value)
- func EncodeSesDomainMailFrom(r SesDomainMailFrom) cty.Value
- func EncodeSesDomainMailFrom_BehaviorOnMxFailure(p SesDomainMailFromParameters, vals map[string]cty.Value)
- func EncodeSesDomainMailFrom_Domain(p SesDomainMailFromParameters, vals map[string]cty.Value)
- func EncodeSesDomainMailFrom_MailFromDomain(p SesDomainMailFromParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeSesDomainMailFrom_BehaviorOnMxFailure(k *SesDomainMailFromParameters, p *SesDomainMailFromParameters, ...) bool
- func MergeSesDomainMailFrom_Domain(k *SesDomainMailFromParameters, p *SesDomainMailFromParameters, ...) bool
- func MergeSesDomainMailFrom_MailFromDomain(k *SesDomainMailFromParameters, p *SesDomainMailFromParameters, ...) bool
- type SesDomainMailFrom
- func (in *SesDomainMailFrom) DeepCopy() *SesDomainMailFrom
- func (in *SesDomainMailFrom) DeepCopyInto(out *SesDomainMailFrom)
- func (in *SesDomainMailFrom) DeepCopyObject() runtime.Object
- func (mg *SesDomainMailFrom) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *SesDomainMailFrom) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *SesDomainMailFrom) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *SesDomainMailFrom) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *SesDomainMailFrom) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *SesDomainMailFrom) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *SesDomainMailFrom) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *SesDomainMailFrom) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *SesDomainMailFrom) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *SesDomainMailFrom) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type SesDomainMailFromList
- type SesDomainMailFromObservation
- type SesDomainMailFromParameters
- type SesDomainMailFromSpec
- type SesDomainMailFromStatus
Constants ¶
const ( Group = "ses-domain-mail-from.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "SesDomainMailFrom" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_ses_domain_mail_from" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
func DecodeSesDomainMailFrom ¶
func DecodeSesDomainMailFrom_BehaviorOnMxFailure ¶
func DecodeSesDomainMailFrom_BehaviorOnMxFailure(p *SesDomainMailFromParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeSesDomainMailFrom_Domain ¶
func DecodeSesDomainMailFrom_Domain(p *SesDomainMailFromParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeSesDomainMailFrom_MailFromDomain ¶
func DecodeSesDomainMailFrom_MailFromDomain(p *SesDomainMailFromParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func EncodeSesDomainMailFrom ¶
func EncodeSesDomainMailFrom(r SesDomainMailFrom) cty.Value
func EncodeSesDomainMailFrom_BehaviorOnMxFailure ¶
func EncodeSesDomainMailFrom_BehaviorOnMxFailure(p SesDomainMailFromParameters, vals map[string]cty.Value)
func EncodeSesDomainMailFrom_Domain ¶
func EncodeSesDomainMailFrom_Domain(p SesDomainMailFromParameters, vals map[string]cty.Value)
func EncodeSesDomainMailFrom_MailFromDomain ¶
func EncodeSesDomainMailFrom_MailFromDomain(p SesDomainMailFromParameters, vals map[string]cty.Value)
func Implementation ¶
func Implementation() *plugin.Implementation
func MergeSesDomainMailFrom_BehaviorOnMxFailure ¶
func MergeSesDomainMailFrom_BehaviorOnMxFailure(k *SesDomainMailFromParameters, p *SesDomainMailFromParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeSesDomainMailFrom_Domain ¶
func MergeSesDomainMailFrom_Domain(k *SesDomainMailFromParameters, p *SesDomainMailFromParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeSesDomainMailFrom_MailFromDomain ¶
func MergeSesDomainMailFrom_MailFromDomain(k *SesDomainMailFromParameters, p *SesDomainMailFromParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
Types ¶
type SesDomainMailFrom ¶
type SesDomainMailFrom struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec SesDomainMailFromSpec `json:"spec"` Status SesDomainMailFromStatus `json:"status,omitempty"` }
SesDomainMailFrom is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster
func (*SesDomainMailFrom) DeepCopy ¶
func (in *SesDomainMailFrom) DeepCopy() *SesDomainMailFrom
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SesDomainMailFrom.
func (*SesDomainMailFrom) DeepCopyInto ¶
func (in *SesDomainMailFrom) DeepCopyInto(out *SesDomainMailFrom)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SesDomainMailFrom) DeepCopyObject ¶
func (in *SesDomainMailFrom) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*SesDomainMailFrom) GetCondition ¶
func (mg *SesDomainMailFrom) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this SesDomainMailFrom.
func (*SesDomainMailFrom) GetDeletionPolicy ¶
func (mg *SesDomainMailFrom) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
GetDeletionPolicy of this SesDomainMailFrom.
func (*SesDomainMailFrom) GetProviderConfigReference ¶
func (mg *SesDomainMailFrom) GetProviderConfigReference() *runtimev1alpha1.Reference
GetProviderConfigReference of this SesDomainMailFrom.
func (*SesDomainMailFrom) GetProviderReference ¶
func (mg *SesDomainMailFrom) GetProviderReference() *runtimev1alpha1.Reference
GetProviderReference of this SesDomainMailFrom. Deprecated: Use GetProviderConfigReference.
func (*SesDomainMailFrom) GetWriteConnectionSecretToReference ¶
func (mg *SesDomainMailFrom) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
GetWriteConnectionSecretToReference of this SesDomainMailFrom.
func (*SesDomainMailFrom) SetConditions ¶
func (mg *SesDomainMailFrom) SetConditions(c ...runtimev1alpha1.Condition)
SetConditions of this SesDomainMailFrom.
func (*SesDomainMailFrom) SetDeletionPolicy ¶
func (mg *SesDomainMailFrom) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
SetDeletionPolicy of this SesDomainMailFrom.
func (*SesDomainMailFrom) SetProviderConfigReference ¶
func (mg *SesDomainMailFrom) SetProviderConfigReference(r *runtimev1alpha1.Reference)
SetProviderConfigReference of this SesDomainMailFrom.
func (*SesDomainMailFrom) SetProviderReference ¶
func (mg *SesDomainMailFrom) SetProviderReference(r *runtimev1alpha1.Reference)
SetProviderReference of this SesDomainMailFrom. Deprecated: Use SetProviderConfigReference.
func (*SesDomainMailFrom) SetWriteConnectionSecretToReference ¶
func (mg *SesDomainMailFrom) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
SetWriteConnectionSecretToReference of this SesDomainMailFrom.
type SesDomainMailFromList ¶
type SesDomainMailFromList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []SesDomainMailFrom `json:"items"` }
SesDomainMailFrom contains a list of SesDomainMailFromList
func (*SesDomainMailFromList) DeepCopy ¶
func (in *SesDomainMailFromList) DeepCopy() *SesDomainMailFromList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SesDomainMailFromList.
func (*SesDomainMailFromList) DeepCopyInto ¶
func (in *SesDomainMailFromList) DeepCopyInto(out *SesDomainMailFromList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SesDomainMailFromList) DeepCopyObject ¶
func (in *SesDomainMailFromList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*SesDomainMailFromList) GetItems ¶
func (l *SesDomainMailFromList) GetItems() []resource.Managed
GetItems of this SesDomainMailFromList.
type SesDomainMailFromObservation ¶
type SesDomainMailFromObservation struct{}
A SesDomainMailFromObservation records the observed state of a SesDomainMailFrom
func (*SesDomainMailFromObservation) DeepCopy ¶
func (in *SesDomainMailFromObservation) DeepCopy() *SesDomainMailFromObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SesDomainMailFromObservation.
func (*SesDomainMailFromObservation) DeepCopyInto ¶
func (in *SesDomainMailFromObservation) DeepCopyInto(out *SesDomainMailFromObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SesDomainMailFromParameters ¶
type SesDomainMailFromParameters struct { BehaviorOnMxFailure string `json:"behavior_on_mx_failure"` Domain string `json:"domain"` MailFromDomain string `json:"mail_from_domain"` }
A SesDomainMailFromParameters defines the desired state of a SesDomainMailFrom
func (*SesDomainMailFromParameters) DeepCopy ¶
func (in *SesDomainMailFromParameters) DeepCopy() *SesDomainMailFromParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SesDomainMailFromParameters.
func (*SesDomainMailFromParameters) DeepCopyInto ¶
func (in *SesDomainMailFromParameters) DeepCopyInto(out *SesDomainMailFromParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SesDomainMailFromSpec ¶
type SesDomainMailFromSpec struct { runtimev1alpha1.ResourceSpec `json:",inline"` ForProvider SesDomainMailFromParameters `json:"forProvider"` }
A SesDomainMailFromSpec defines the desired state of a SesDomainMailFrom
func (*SesDomainMailFromSpec) DeepCopy ¶
func (in *SesDomainMailFromSpec) DeepCopy() *SesDomainMailFromSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SesDomainMailFromSpec.
func (*SesDomainMailFromSpec) DeepCopyInto ¶
func (in *SesDomainMailFromSpec) DeepCopyInto(out *SesDomainMailFromSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SesDomainMailFromStatus ¶
type SesDomainMailFromStatus struct { runtimev1alpha1.ResourceStatus `json:",inline"` AtProvider SesDomainMailFromObservation `json:"atProvider"` }
A SesDomainMailFromStatus defines the observed state of a SesDomainMailFrom
func (*SesDomainMailFromStatus) DeepCopy ¶
func (in *SesDomainMailFromStatus) DeepCopy() *SesDomainMailFromStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SesDomainMailFromStatus.
func (*SesDomainMailFromStatus) DeepCopyInto ¶
func (in *SesDomainMailFromStatus) DeepCopyInto(out *SesDomainMailFromStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.