Documentation
¶
Index ¶
- Constants
- Variables
- func DecodeRedshiftSnapshotSchedule(prev *RedshiftSnapshotSchedule, ctyValue cty.Value) (resource.Managed, error)
- func DecodeRedshiftSnapshotSchedule_Arn(p *RedshiftSnapshotScheduleObservation, vals map[string]cty.Value)
- func DecodeRedshiftSnapshotSchedule_Definitions(p *RedshiftSnapshotScheduleParameters, vals map[string]cty.Value)
- func DecodeRedshiftSnapshotSchedule_Description(p *RedshiftSnapshotScheduleParameters, vals map[string]cty.Value)
- func DecodeRedshiftSnapshotSchedule_ForceDestroy(p *RedshiftSnapshotScheduleParameters, vals map[string]cty.Value)
- func DecodeRedshiftSnapshotSchedule_Identifier(p *RedshiftSnapshotScheduleParameters, vals map[string]cty.Value)
- func DecodeRedshiftSnapshotSchedule_IdentifierPrefix(p *RedshiftSnapshotScheduleParameters, vals map[string]cty.Value)
- func DecodeRedshiftSnapshotSchedule_Tags(p *RedshiftSnapshotScheduleParameters, vals map[string]cty.Value)
- func EncodeRedshiftSnapshotSchedule(r RedshiftSnapshotSchedule) cty.Value
- func EncodeRedshiftSnapshotSchedule_Arn(p RedshiftSnapshotScheduleObservation, vals map[string]cty.Value)
- func EncodeRedshiftSnapshotSchedule_Definitions(p RedshiftSnapshotScheduleParameters, vals map[string]cty.Value)
- func EncodeRedshiftSnapshotSchedule_Description(p RedshiftSnapshotScheduleParameters, vals map[string]cty.Value)
- func EncodeRedshiftSnapshotSchedule_ForceDestroy(p RedshiftSnapshotScheduleParameters, vals map[string]cty.Value)
- func EncodeRedshiftSnapshotSchedule_Identifier(p RedshiftSnapshotScheduleParameters, vals map[string]cty.Value)
- func EncodeRedshiftSnapshotSchedule_IdentifierPrefix(p RedshiftSnapshotScheduleParameters, vals map[string]cty.Value)
- func EncodeRedshiftSnapshotSchedule_Tags(p RedshiftSnapshotScheduleParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeRedshiftSnapshotSchedule_Arn(k *RedshiftSnapshotScheduleObservation, p *RedshiftSnapshotScheduleObservation, ...) bool
- func MergeRedshiftSnapshotSchedule_Definitions(k *RedshiftSnapshotScheduleParameters, p *RedshiftSnapshotScheduleParameters, ...) bool
- func MergeRedshiftSnapshotSchedule_Description(k *RedshiftSnapshotScheduleParameters, p *RedshiftSnapshotScheduleParameters, ...) bool
- func MergeRedshiftSnapshotSchedule_ForceDestroy(k *RedshiftSnapshotScheduleParameters, p *RedshiftSnapshotScheduleParameters, ...) bool
- func MergeRedshiftSnapshotSchedule_Identifier(k *RedshiftSnapshotScheduleParameters, p *RedshiftSnapshotScheduleParameters, ...) bool
- func MergeRedshiftSnapshotSchedule_IdentifierPrefix(k *RedshiftSnapshotScheduleParameters, p *RedshiftSnapshotScheduleParameters, ...) bool
- func MergeRedshiftSnapshotSchedule_Tags(k *RedshiftSnapshotScheduleParameters, p *RedshiftSnapshotScheduleParameters, ...) bool
- type RedshiftSnapshotSchedule
- func (in *RedshiftSnapshotSchedule) DeepCopy() *RedshiftSnapshotSchedule
- func (in *RedshiftSnapshotSchedule) DeepCopyInto(out *RedshiftSnapshotSchedule)
- func (in *RedshiftSnapshotSchedule) DeepCopyObject() runtime.Object
- func (mg *RedshiftSnapshotSchedule) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *RedshiftSnapshotSchedule) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *RedshiftSnapshotSchedule) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *RedshiftSnapshotSchedule) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *RedshiftSnapshotSchedule) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *RedshiftSnapshotSchedule) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *RedshiftSnapshotSchedule) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *RedshiftSnapshotSchedule) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *RedshiftSnapshotSchedule) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *RedshiftSnapshotSchedule) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type RedshiftSnapshotScheduleList
- func (in *RedshiftSnapshotScheduleList) DeepCopy() *RedshiftSnapshotScheduleList
- func (in *RedshiftSnapshotScheduleList) DeepCopyInto(out *RedshiftSnapshotScheduleList)
- func (in *RedshiftSnapshotScheduleList) DeepCopyObject() runtime.Object
- func (l *RedshiftSnapshotScheduleList) GetItems() []resource.Managed
- type RedshiftSnapshotScheduleObservation
- type RedshiftSnapshotScheduleParameters
- type RedshiftSnapshotScheduleSpec
- type RedshiftSnapshotScheduleStatus
Constants ¶
const ( Group = "redshift-snapshot-schedule.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "RedshiftSnapshotSchedule" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_redshift_snapshot_schedule" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
func DecodeRedshiftSnapshotSchedule_Arn ¶
func DecodeRedshiftSnapshotSchedule_Arn(p *RedshiftSnapshotScheduleObservation, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeRedshiftSnapshotSchedule_Definitions ¶
func DecodeRedshiftSnapshotSchedule_Definitions(p *RedshiftSnapshotScheduleParameters, vals map[string]cty.Value)
primitiveCollectionTypeDecodeTemplate
func DecodeRedshiftSnapshotSchedule_Description ¶
func DecodeRedshiftSnapshotSchedule_Description(p *RedshiftSnapshotScheduleParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeRedshiftSnapshotSchedule_ForceDestroy ¶
func DecodeRedshiftSnapshotSchedule_ForceDestroy(p *RedshiftSnapshotScheduleParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeRedshiftSnapshotSchedule_Identifier ¶
func DecodeRedshiftSnapshotSchedule_Identifier(p *RedshiftSnapshotScheduleParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeRedshiftSnapshotSchedule_IdentifierPrefix ¶
func DecodeRedshiftSnapshotSchedule_IdentifierPrefix(p *RedshiftSnapshotScheduleParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeRedshiftSnapshotSchedule_Tags ¶
func DecodeRedshiftSnapshotSchedule_Tags(p *RedshiftSnapshotScheduleParameters, vals map[string]cty.Value)
primitiveMapTypeDecodeTemplate
func EncodeRedshiftSnapshotSchedule ¶
func EncodeRedshiftSnapshotSchedule(r RedshiftSnapshotSchedule) cty.Value
func EncodeRedshiftSnapshotSchedule_Arn ¶
func EncodeRedshiftSnapshotSchedule_Arn(p RedshiftSnapshotScheduleObservation, vals map[string]cty.Value)
func EncodeRedshiftSnapshotSchedule_Definitions ¶
func EncodeRedshiftSnapshotSchedule_Definitions(p RedshiftSnapshotScheduleParameters, vals map[string]cty.Value)
func EncodeRedshiftSnapshotSchedule_Description ¶
func EncodeRedshiftSnapshotSchedule_Description(p RedshiftSnapshotScheduleParameters, vals map[string]cty.Value)
func EncodeRedshiftSnapshotSchedule_ForceDestroy ¶
func EncodeRedshiftSnapshotSchedule_ForceDestroy(p RedshiftSnapshotScheduleParameters, vals map[string]cty.Value)
func EncodeRedshiftSnapshotSchedule_Identifier ¶
func EncodeRedshiftSnapshotSchedule_Identifier(p RedshiftSnapshotScheduleParameters, vals map[string]cty.Value)
func EncodeRedshiftSnapshotSchedule_IdentifierPrefix ¶
func EncodeRedshiftSnapshotSchedule_IdentifierPrefix(p RedshiftSnapshotScheduleParameters, vals map[string]cty.Value)
func EncodeRedshiftSnapshotSchedule_Tags ¶
func EncodeRedshiftSnapshotSchedule_Tags(p RedshiftSnapshotScheduleParameters, vals map[string]cty.Value)
func Implementation ¶
func Implementation() *plugin.Implementation
func MergeRedshiftSnapshotSchedule_Arn ¶
func MergeRedshiftSnapshotSchedule_Arn(k *RedshiftSnapshotScheduleObservation, p *RedshiftSnapshotScheduleObservation, md *plugin.MergeDescription) bool
mergePrimitiveTemplateStatus
func MergeRedshiftSnapshotSchedule_Definitions ¶
func MergeRedshiftSnapshotSchedule_Definitions(k *RedshiftSnapshotScheduleParameters, p *RedshiftSnapshotScheduleParameters, md *plugin.MergeDescription) bool
mergePrimitiveContainerTemplateSpec
func MergeRedshiftSnapshotSchedule_Description ¶
func MergeRedshiftSnapshotSchedule_Description(k *RedshiftSnapshotScheduleParameters, p *RedshiftSnapshotScheduleParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeRedshiftSnapshotSchedule_ForceDestroy ¶
func MergeRedshiftSnapshotSchedule_ForceDestroy(k *RedshiftSnapshotScheduleParameters, p *RedshiftSnapshotScheduleParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeRedshiftSnapshotSchedule_Identifier ¶
func MergeRedshiftSnapshotSchedule_Identifier(k *RedshiftSnapshotScheduleParameters, p *RedshiftSnapshotScheduleParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeRedshiftSnapshotSchedule_IdentifierPrefix ¶
func MergeRedshiftSnapshotSchedule_IdentifierPrefix(k *RedshiftSnapshotScheduleParameters, p *RedshiftSnapshotScheduleParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeRedshiftSnapshotSchedule_Tags ¶
func MergeRedshiftSnapshotSchedule_Tags(k *RedshiftSnapshotScheduleParameters, p *RedshiftSnapshotScheduleParameters, md *plugin.MergeDescription) bool
mergePrimitiveContainerTemplateSpec
Types ¶
type RedshiftSnapshotSchedule ¶
type RedshiftSnapshotSchedule struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec RedshiftSnapshotScheduleSpec `json:"spec"` Status RedshiftSnapshotScheduleStatus `json:"status,omitempty"` }
RedshiftSnapshotSchedule is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster
func (*RedshiftSnapshotSchedule) DeepCopy ¶
func (in *RedshiftSnapshotSchedule) DeepCopy() *RedshiftSnapshotSchedule
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedshiftSnapshotSchedule.
func (*RedshiftSnapshotSchedule) DeepCopyInto ¶
func (in *RedshiftSnapshotSchedule) DeepCopyInto(out *RedshiftSnapshotSchedule)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RedshiftSnapshotSchedule) DeepCopyObject ¶
func (in *RedshiftSnapshotSchedule) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*RedshiftSnapshotSchedule) GetCondition ¶
func (mg *RedshiftSnapshotSchedule) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this RedshiftSnapshotSchedule.
func (*RedshiftSnapshotSchedule) GetDeletionPolicy ¶
func (mg *RedshiftSnapshotSchedule) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
GetDeletionPolicy of this RedshiftSnapshotSchedule.
func (*RedshiftSnapshotSchedule) GetProviderConfigReference ¶
func (mg *RedshiftSnapshotSchedule) GetProviderConfigReference() *runtimev1alpha1.Reference
GetProviderConfigReference of this RedshiftSnapshotSchedule.
func (*RedshiftSnapshotSchedule) GetProviderReference ¶
func (mg *RedshiftSnapshotSchedule) GetProviderReference() *runtimev1alpha1.Reference
GetProviderReference of this RedshiftSnapshotSchedule. Deprecated: Use GetProviderConfigReference.
func (*RedshiftSnapshotSchedule) GetWriteConnectionSecretToReference ¶
func (mg *RedshiftSnapshotSchedule) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
GetWriteConnectionSecretToReference of this RedshiftSnapshotSchedule.
func (*RedshiftSnapshotSchedule) SetConditions ¶
func (mg *RedshiftSnapshotSchedule) SetConditions(c ...runtimev1alpha1.Condition)
SetConditions of this RedshiftSnapshotSchedule.
func (*RedshiftSnapshotSchedule) SetDeletionPolicy ¶
func (mg *RedshiftSnapshotSchedule) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
SetDeletionPolicy of this RedshiftSnapshotSchedule.
func (*RedshiftSnapshotSchedule) SetProviderConfigReference ¶
func (mg *RedshiftSnapshotSchedule) SetProviderConfigReference(r *runtimev1alpha1.Reference)
SetProviderConfigReference of this RedshiftSnapshotSchedule.
func (*RedshiftSnapshotSchedule) SetProviderReference ¶
func (mg *RedshiftSnapshotSchedule) SetProviderReference(r *runtimev1alpha1.Reference)
SetProviderReference of this RedshiftSnapshotSchedule. Deprecated: Use SetProviderConfigReference.
func (*RedshiftSnapshotSchedule) SetWriteConnectionSecretToReference ¶
func (mg *RedshiftSnapshotSchedule) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
SetWriteConnectionSecretToReference of this RedshiftSnapshotSchedule.
type RedshiftSnapshotScheduleList ¶
type RedshiftSnapshotScheduleList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []RedshiftSnapshotSchedule `json:"items"` }
RedshiftSnapshotSchedule contains a list of RedshiftSnapshotScheduleList
func (*RedshiftSnapshotScheduleList) DeepCopy ¶
func (in *RedshiftSnapshotScheduleList) DeepCopy() *RedshiftSnapshotScheduleList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedshiftSnapshotScheduleList.
func (*RedshiftSnapshotScheduleList) DeepCopyInto ¶
func (in *RedshiftSnapshotScheduleList) DeepCopyInto(out *RedshiftSnapshotScheduleList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RedshiftSnapshotScheduleList) DeepCopyObject ¶
func (in *RedshiftSnapshotScheduleList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*RedshiftSnapshotScheduleList) GetItems ¶
func (l *RedshiftSnapshotScheduleList) GetItems() []resource.Managed
GetItems of this RedshiftSnapshotScheduleList.
type RedshiftSnapshotScheduleObservation ¶
type RedshiftSnapshotScheduleObservation struct {
Arn string `json:"arn"`
}
A RedshiftSnapshotScheduleObservation records the observed state of a RedshiftSnapshotSchedule
func (*RedshiftSnapshotScheduleObservation) DeepCopy ¶
func (in *RedshiftSnapshotScheduleObservation) DeepCopy() *RedshiftSnapshotScheduleObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedshiftSnapshotScheduleObservation.
func (*RedshiftSnapshotScheduleObservation) DeepCopyInto ¶
func (in *RedshiftSnapshotScheduleObservation) DeepCopyInto(out *RedshiftSnapshotScheduleObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RedshiftSnapshotScheduleParameters ¶
type RedshiftSnapshotScheduleParameters struct { ForceDestroy bool `json:"force_destroy"` Identifier string `json:"identifier"` IdentifierPrefix string `json:"identifier_prefix"` Tags map[string]string `json:"tags"` Definitions []string `json:"definitions"` Description string `json:"description"` }
A RedshiftSnapshotScheduleParameters defines the desired state of a RedshiftSnapshotSchedule
func (*RedshiftSnapshotScheduleParameters) DeepCopy ¶
func (in *RedshiftSnapshotScheduleParameters) DeepCopy() *RedshiftSnapshotScheduleParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedshiftSnapshotScheduleParameters.
func (*RedshiftSnapshotScheduleParameters) DeepCopyInto ¶
func (in *RedshiftSnapshotScheduleParameters) DeepCopyInto(out *RedshiftSnapshotScheduleParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RedshiftSnapshotScheduleSpec ¶
type RedshiftSnapshotScheduleSpec struct { runtimev1alpha1.ResourceSpec `json:",inline"` ForProvider RedshiftSnapshotScheduleParameters `json:"forProvider"` }
A RedshiftSnapshotScheduleSpec defines the desired state of a RedshiftSnapshotSchedule
func (*RedshiftSnapshotScheduleSpec) DeepCopy ¶
func (in *RedshiftSnapshotScheduleSpec) DeepCopy() *RedshiftSnapshotScheduleSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedshiftSnapshotScheduleSpec.
func (*RedshiftSnapshotScheduleSpec) DeepCopyInto ¶
func (in *RedshiftSnapshotScheduleSpec) DeepCopyInto(out *RedshiftSnapshotScheduleSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RedshiftSnapshotScheduleStatus ¶
type RedshiftSnapshotScheduleStatus struct { runtimev1alpha1.ResourceStatus `json:",inline"` AtProvider RedshiftSnapshotScheduleObservation `json:"atProvider"` }
A RedshiftSnapshotScheduleStatus defines the observed state of a RedshiftSnapshotSchedule
func (*RedshiftSnapshotScheduleStatus) DeepCopy ¶
func (in *RedshiftSnapshotScheduleStatus) DeepCopy() *RedshiftSnapshotScheduleStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedshiftSnapshotScheduleStatus.
func (*RedshiftSnapshotScheduleStatus) DeepCopyInto ¶
func (in *RedshiftSnapshotScheduleStatus) DeepCopyInto(out *RedshiftSnapshotScheduleStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.