Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeSesReceiptRuleSet(prev *SesReceiptRuleSet, ctyValue cty.Value) (resource.Managed, error)
- func DecodeSesReceiptRuleSet_RuleSetName(p *SesReceiptRuleSetParameters, vals map[string]cty.Value)
- func EncodeSesReceiptRuleSet(r SesReceiptRuleSet) cty.Value
- func EncodeSesReceiptRuleSet_RuleSetName(p SesReceiptRuleSetParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeSesReceiptRuleSet_RuleSetName(k *SesReceiptRuleSetParameters, p *SesReceiptRuleSetParameters, ...) bool
- type SesReceiptRuleSet
- func (in *SesReceiptRuleSet) DeepCopy() *SesReceiptRuleSet
- func (in *SesReceiptRuleSet) DeepCopyInto(out *SesReceiptRuleSet)
- func (in *SesReceiptRuleSet) DeepCopyObject() runtime.Object
- func (mg *SesReceiptRuleSet) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *SesReceiptRuleSet) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *SesReceiptRuleSet) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *SesReceiptRuleSet) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *SesReceiptRuleSet) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *SesReceiptRuleSet) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *SesReceiptRuleSet) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *SesReceiptRuleSet) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *SesReceiptRuleSet) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *SesReceiptRuleSet) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type SesReceiptRuleSetList
- type SesReceiptRuleSetObservation
- type SesReceiptRuleSetParameters
- type SesReceiptRuleSetSpec
- type SesReceiptRuleSetStatus
Constants ¶
const ( Group = "ses-receipt-rule-set.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
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" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
func DecodeSesReceiptRuleSet ¶
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 ¶
func (mg *SesReceiptRuleSet) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
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 ¶
func (in *SesReceiptRuleSetList) DeepCopy() *SesReceiptRuleSetList
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 ¶
func (in *SesReceiptRuleSetObservation) DeepCopy() *SesReceiptRuleSetObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SesReceiptRuleSetObservation.
func (*SesReceiptRuleSetObservation) DeepCopyInto ¶
func (in *SesReceiptRuleSetObservation) DeepCopyInto(out *SesReceiptRuleSetObservation)
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 ¶
func (in *SesReceiptRuleSetParameters) DeepCopy() *SesReceiptRuleSetParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SesReceiptRuleSetParameters.
func (*SesReceiptRuleSetParameters) DeepCopyInto ¶
func (in *SesReceiptRuleSetParameters) DeepCopyInto(out *SesReceiptRuleSetParameters)
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 ¶
func (in *SesReceiptRuleSetSpec) DeepCopy() *SesReceiptRuleSetSpec
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 ¶
func (in *SesReceiptRuleSetStatus) DeepCopy() *SesReceiptRuleSetStatus
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.