Documentation
¶
Index ¶
- Constants
- Variables
- func DecodeRedshiftSnapshotScheduleAssociation(prev *RedshiftSnapshotScheduleAssociation, ctyValue cty.Value) (resource.Managed, error)
- func DecodeRedshiftSnapshotScheduleAssociation_ClusterIdentifier(p *RedshiftSnapshotScheduleAssociationParameters, vals map[string]cty.Value)
- func DecodeRedshiftSnapshotScheduleAssociation_ScheduleIdentifier(p *RedshiftSnapshotScheduleAssociationParameters, vals map[string]cty.Value)
- func EncodeRedshiftSnapshotScheduleAssociation(r RedshiftSnapshotScheduleAssociation) cty.Value
- func EncodeRedshiftSnapshotScheduleAssociation_ClusterIdentifier(p RedshiftSnapshotScheduleAssociationParameters, vals map[string]cty.Value)
- func EncodeRedshiftSnapshotScheduleAssociation_ScheduleIdentifier(p RedshiftSnapshotScheduleAssociationParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeRedshiftSnapshotScheduleAssociation_ClusterIdentifier(k *RedshiftSnapshotScheduleAssociationParameters, ...) bool
- func MergeRedshiftSnapshotScheduleAssociation_ScheduleIdentifier(k *RedshiftSnapshotScheduleAssociationParameters, ...) bool
- type RedshiftSnapshotScheduleAssociation
- func (in *RedshiftSnapshotScheduleAssociation) DeepCopy() *RedshiftSnapshotScheduleAssociation
- func (in *RedshiftSnapshotScheduleAssociation) DeepCopyInto(out *RedshiftSnapshotScheduleAssociation)
- func (in *RedshiftSnapshotScheduleAssociation) DeepCopyObject() runtime.Object
- func (mg *RedshiftSnapshotScheduleAssociation) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *RedshiftSnapshotScheduleAssociation) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *RedshiftSnapshotScheduleAssociation) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *RedshiftSnapshotScheduleAssociation) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *RedshiftSnapshotScheduleAssociation) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *RedshiftSnapshotScheduleAssociation) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *RedshiftSnapshotScheduleAssociation) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *RedshiftSnapshotScheduleAssociation) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *RedshiftSnapshotScheduleAssociation) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *RedshiftSnapshotScheduleAssociation) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type RedshiftSnapshotScheduleAssociationList
- func (in *RedshiftSnapshotScheduleAssociationList) DeepCopy() *RedshiftSnapshotScheduleAssociationList
- func (in *RedshiftSnapshotScheduleAssociationList) DeepCopyInto(out *RedshiftSnapshotScheduleAssociationList)
- func (in *RedshiftSnapshotScheduleAssociationList) DeepCopyObject() runtime.Object
- func (l *RedshiftSnapshotScheduleAssociationList) GetItems() []resource.Managed
- type RedshiftSnapshotScheduleAssociationObservation
- type RedshiftSnapshotScheduleAssociationParameters
- type RedshiftSnapshotScheduleAssociationSpec
- type RedshiftSnapshotScheduleAssociationStatus
Constants ¶
const ( Group = "redshift-snapshot-schedule-association.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "RedshiftSnapshotScheduleAssociation" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_redshift_snapshot_schedule_association" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
func DecodeRedshiftSnapshotScheduleAssociation_ClusterIdentifier ¶
func DecodeRedshiftSnapshotScheduleAssociation_ClusterIdentifier(p *RedshiftSnapshotScheduleAssociationParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeRedshiftSnapshotScheduleAssociation_ScheduleIdentifier ¶
func DecodeRedshiftSnapshotScheduleAssociation_ScheduleIdentifier(p *RedshiftSnapshotScheduleAssociationParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func EncodeRedshiftSnapshotScheduleAssociation ¶
func EncodeRedshiftSnapshotScheduleAssociation(r RedshiftSnapshotScheduleAssociation) cty.Value
func EncodeRedshiftSnapshotScheduleAssociation_ClusterIdentifier ¶
func EncodeRedshiftSnapshotScheduleAssociation_ClusterIdentifier(p RedshiftSnapshotScheduleAssociationParameters, vals map[string]cty.Value)
func EncodeRedshiftSnapshotScheduleAssociation_ScheduleIdentifier ¶
func EncodeRedshiftSnapshotScheduleAssociation_ScheduleIdentifier(p RedshiftSnapshotScheduleAssociationParameters, vals map[string]cty.Value)
func Implementation ¶
func Implementation() *plugin.Implementation
func MergeRedshiftSnapshotScheduleAssociation_ClusterIdentifier ¶
func MergeRedshiftSnapshotScheduleAssociation_ClusterIdentifier(k *RedshiftSnapshotScheduleAssociationParameters, p *RedshiftSnapshotScheduleAssociationParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeRedshiftSnapshotScheduleAssociation_ScheduleIdentifier ¶
func MergeRedshiftSnapshotScheduleAssociation_ScheduleIdentifier(k *RedshiftSnapshotScheduleAssociationParameters, p *RedshiftSnapshotScheduleAssociationParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
Types ¶
type RedshiftSnapshotScheduleAssociation ¶
type RedshiftSnapshotScheduleAssociation struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec RedshiftSnapshotScheduleAssociationSpec `json:"spec"` Status RedshiftSnapshotScheduleAssociationStatus `json:"status,omitempty"` }
RedshiftSnapshotScheduleAssociation is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster
func (*RedshiftSnapshotScheduleAssociation) DeepCopy ¶
func (in *RedshiftSnapshotScheduleAssociation) DeepCopy() *RedshiftSnapshotScheduleAssociation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedshiftSnapshotScheduleAssociation.
func (*RedshiftSnapshotScheduleAssociation) DeepCopyInto ¶
func (in *RedshiftSnapshotScheduleAssociation) DeepCopyInto(out *RedshiftSnapshotScheduleAssociation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RedshiftSnapshotScheduleAssociation) DeepCopyObject ¶
func (in *RedshiftSnapshotScheduleAssociation) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*RedshiftSnapshotScheduleAssociation) GetCondition ¶
func (mg *RedshiftSnapshotScheduleAssociation) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this RedshiftSnapshotScheduleAssociation.
func (*RedshiftSnapshotScheduleAssociation) GetDeletionPolicy ¶
func (mg *RedshiftSnapshotScheduleAssociation) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
GetDeletionPolicy of this RedshiftSnapshotScheduleAssociation.
func (*RedshiftSnapshotScheduleAssociation) GetProviderConfigReference ¶
func (mg *RedshiftSnapshotScheduleAssociation) GetProviderConfigReference() *runtimev1alpha1.Reference
GetProviderConfigReference of this RedshiftSnapshotScheduleAssociation.
func (*RedshiftSnapshotScheduleAssociation) GetProviderReference ¶
func (mg *RedshiftSnapshotScheduleAssociation) GetProviderReference() *runtimev1alpha1.Reference
GetProviderReference of this RedshiftSnapshotScheduleAssociation. Deprecated: Use GetProviderConfigReference.
func (*RedshiftSnapshotScheduleAssociation) GetWriteConnectionSecretToReference ¶
func (mg *RedshiftSnapshotScheduleAssociation) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
GetWriteConnectionSecretToReference of this RedshiftSnapshotScheduleAssociation.
func (*RedshiftSnapshotScheduleAssociation) SetConditions ¶
func (mg *RedshiftSnapshotScheduleAssociation) SetConditions(c ...runtimev1alpha1.Condition)
SetConditions of this RedshiftSnapshotScheduleAssociation.
func (*RedshiftSnapshotScheduleAssociation) SetDeletionPolicy ¶
func (mg *RedshiftSnapshotScheduleAssociation) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
SetDeletionPolicy of this RedshiftSnapshotScheduleAssociation.
func (*RedshiftSnapshotScheduleAssociation) SetProviderConfigReference ¶
func (mg *RedshiftSnapshotScheduleAssociation) SetProviderConfigReference(r *runtimev1alpha1.Reference)
SetProviderConfigReference of this RedshiftSnapshotScheduleAssociation.
func (*RedshiftSnapshotScheduleAssociation) SetProviderReference ¶
func (mg *RedshiftSnapshotScheduleAssociation) SetProviderReference(r *runtimev1alpha1.Reference)
SetProviderReference of this RedshiftSnapshotScheduleAssociation. Deprecated: Use SetProviderConfigReference.
func (*RedshiftSnapshotScheduleAssociation) SetWriteConnectionSecretToReference ¶
func (mg *RedshiftSnapshotScheduleAssociation) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
SetWriteConnectionSecretToReference of this RedshiftSnapshotScheduleAssociation.
type RedshiftSnapshotScheduleAssociationList ¶
type RedshiftSnapshotScheduleAssociationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []RedshiftSnapshotScheduleAssociation `json:"items"` }
RedshiftSnapshotScheduleAssociation contains a list of RedshiftSnapshotScheduleAssociationList
func (*RedshiftSnapshotScheduleAssociationList) DeepCopy ¶
func (in *RedshiftSnapshotScheduleAssociationList) DeepCopy() *RedshiftSnapshotScheduleAssociationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedshiftSnapshotScheduleAssociationList.
func (*RedshiftSnapshotScheduleAssociationList) DeepCopyInto ¶
func (in *RedshiftSnapshotScheduleAssociationList) DeepCopyInto(out *RedshiftSnapshotScheduleAssociationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RedshiftSnapshotScheduleAssociationList) DeepCopyObject ¶
func (in *RedshiftSnapshotScheduleAssociationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*RedshiftSnapshotScheduleAssociationList) GetItems ¶
func (l *RedshiftSnapshotScheduleAssociationList) GetItems() []resource.Managed
GetItems of this RedshiftSnapshotScheduleAssociationList.
type RedshiftSnapshotScheduleAssociationObservation ¶
type RedshiftSnapshotScheduleAssociationObservation struct{}
A RedshiftSnapshotScheduleAssociationObservation records the observed state of a RedshiftSnapshotScheduleAssociation
func (*RedshiftSnapshotScheduleAssociationObservation) DeepCopy ¶
func (in *RedshiftSnapshotScheduleAssociationObservation) DeepCopy() *RedshiftSnapshotScheduleAssociationObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedshiftSnapshotScheduleAssociationObservation.
func (*RedshiftSnapshotScheduleAssociationObservation) DeepCopyInto ¶
func (in *RedshiftSnapshotScheduleAssociationObservation) DeepCopyInto(out *RedshiftSnapshotScheduleAssociationObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RedshiftSnapshotScheduleAssociationParameters ¶
type RedshiftSnapshotScheduleAssociationParameters struct { ClusterIdentifier string `json:"cluster_identifier"` ScheduleIdentifier string `json:"schedule_identifier"` }
A RedshiftSnapshotScheduleAssociationParameters defines the desired state of a RedshiftSnapshotScheduleAssociation
func (*RedshiftSnapshotScheduleAssociationParameters) DeepCopy ¶
func (in *RedshiftSnapshotScheduleAssociationParameters) DeepCopy() *RedshiftSnapshotScheduleAssociationParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedshiftSnapshotScheduleAssociationParameters.
func (*RedshiftSnapshotScheduleAssociationParameters) DeepCopyInto ¶
func (in *RedshiftSnapshotScheduleAssociationParameters) DeepCopyInto(out *RedshiftSnapshotScheduleAssociationParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RedshiftSnapshotScheduleAssociationSpec ¶
type RedshiftSnapshotScheduleAssociationSpec struct { runtimev1alpha1.ResourceSpec `json:",inline"` ForProvider RedshiftSnapshotScheduleAssociationParameters `json:"forProvider"` }
A RedshiftSnapshotScheduleAssociationSpec defines the desired state of a RedshiftSnapshotScheduleAssociation
func (*RedshiftSnapshotScheduleAssociationSpec) DeepCopy ¶
func (in *RedshiftSnapshotScheduleAssociationSpec) DeepCopy() *RedshiftSnapshotScheduleAssociationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedshiftSnapshotScheduleAssociationSpec.
func (*RedshiftSnapshotScheduleAssociationSpec) DeepCopyInto ¶
func (in *RedshiftSnapshotScheduleAssociationSpec) DeepCopyInto(out *RedshiftSnapshotScheduleAssociationSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RedshiftSnapshotScheduleAssociationStatus ¶
type RedshiftSnapshotScheduleAssociationStatus struct { runtimev1alpha1.ResourceStatus `json:",inline"` AtProvider RedshiftSnapshotScheduleAssociationObservation `json:"atProvider"` }
A RedshiftSnapshotScheduleAssociationStatus defines the observed state of a RedshiftSnapshotScheduleAssociation
func (*RedshiftSnapshotScheduleAssociationStatus) DeepCopy ¶
func (in *RedshiftSnapshotScheduleAssociationStatus) DeepCopy() *RedshiftSnapshotScheduleAssociationStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedshiftSnapshotScheduleAssociationStatus.
func (*RedshiftSnapshotScheduleAssociationStatus) DeepCopyInto ¶
func (in *RedshiftSnapshotScheduleAssociationStatus) DeepCopyInto(out *RedshiftSnapshotScheduleAssociationStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.