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

Package type metadata.

Variables

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

Functions

func DecodeSesConfigurationSet

func DecodeSesConfigurationSet(prev *SesConfigurationSet, ctyValue cty.Value) (resource.Managed, error)

func DecodeSesConfigurationSet_Name

func DecodeSesConfigurationSet_Name(p *SesConfigurationSetParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeSesConfigurationSet

func EncodeSesConfigurationSet(r SesConfigurationSet) cty.Value

func EncodeSesConfigurationSet_Name

func EncodeSesConfigurationSet_Name(p SesConfigurationSetParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeSesConfigurationSet_Name

mergePrimitiveTemplateSpec

Types

type SesConfigurationSet

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

	Spec   SesConfigurationSetSpec   `json:"spec"`
	Status SesConfigurationSetStatus `json:"status,omitempty"`
}

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

func (*SesConfigurationSet) DeepCopy

func (in *SesConfigurationSet) DeepCopy() *SesConfigurationSet

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

func (*SesConfigurationSet) DeepCopyInto

func (in *SesConfigurationSet) DeepCopyInto(out *SesConfigurationSet)

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

func (*SesConfigurationSet) DeepCopyObject

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

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

func (*SesConfigurationSet) GetCondition

GetCondition of this SesConfigurationSet.

func (*SesConfigurationSet) GetDeletionPolicy

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

GetDeletionPolicy of this SesConfigurationSet.

func (*SesConfigurationSet) GetProviderConfigReference

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

GetProviderConfigReference of this SesConfigurationSet.

func (*SesConfigurationSet) GetProviderReference

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

GetProviderReference of this SesConfigurationSet. Deprecated: Use GetProviderConfigReference.

func (*SesConfigurationSet) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this SesConfigurationSet.

func (*SesConfigurationSet) SetConditions

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

SetConditions of this SesConfigurationSet.

func (*SesConfigurationSet) SetDeletionPolicy

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

SetDeletionPolicy of this SesConfigurationSet.

func (*SesConfigurationSet) SetProviderConfigReference

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

SetProviderConfigReference of this SesConfigurationSet.

func (*SesConfigurationSet) SetProviderReference

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

SetProviderReference of this SesConfigurationSet. Deprecated: Use SetProviderConfigReference.

func (*SesConfigurationSet) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this SesConfigurationSet.

type SesConfigurationSetList

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

SesConfigurationSet contains a list of SesConfigurationSetList

func (*SesConfigurationSetList) DeepCopy

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

func (*SesConfigurationSetList) DeepCopyInto

func (in *SesConfigurationSetList) DeepCopyInto(out *SesConfigurationSetList)

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

func (*SesConfigurationSetList) DeepCopyObject

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

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

func (*SesConfigurationSetList) GetItems

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

GetItems of this SesConfigurationSetList.

type SesConfigurationSetObservation

type SesConfigurationSetObservation struct{}

A SesConfigurationSetObservation records the observed state of a SesConfigurationSet

func (*SesConfigurationSetObservation) DeepCopy

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

func (*SesConfigurationSetObservation) DeepCopyInto

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

type SesConfigurationSetParameters

type SesConfigurationSetParameters struct {
	Name string `json:"name"`
}

A SesConfigurationSetParameters defines the desired state of a SesConfigurationSet

func (*SesConfigurationSetParameters) DeepCopy

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

func (*SesConfigurationSetParameters) DeepCopyInto

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

type SesConfigurationSetSpec

type SesConfigurationSetSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  SesConfigurationSetParameters `json:"forProvider"`
}

A SesConfigurationSetSpec defines the desired state of a SesConfigurationSet

func (*SesConfigurationSetSpec) DeepCopy

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

func (*SesConfigurationSetSpec) DeepCopyInto

func (in *SesConfigurationSetSpec) DeepCopyInto(out *SesConfigurationSetSpec)

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

type SesConfigurationSetStatus

type SesConfigurationSetStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     SesConfigurationSetObservation `json:"atProvider"`
}

A SesConfigurationSetStatus defines the observed state of a SesConfigurationSet

func (*SesConfigurationSetStatus) DeepCopy

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

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