Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeRedshiftSnapshotCopyGrant(prev *RedshiftSnapshotCopyGrant, ctyValue cty.Value) (resource.Managed, error)
- func DecodeRedshiftSnapshotCopyGrant_Arn(p *RedshiftSnapshotCopyGrantObservation, vals map[string]cty.Value)
- func DecodeRedshiftSnapshotCopyGrant_KmsKeyId(p *RedshiftSnapshotCopyGrantParameters, vals map[string]cty.Value)
- func DecodeRedshiftSnapshotCopyGrant_SnapshotCopyGrantName(p *RedshiftSnapshotCopyGrantParameters, vals map[string]cty.Value)
- func DecodeRedshiftSnapshotCopyGrant_Tags(p *RedshiftSnapshotCopyGrantParameters, vals map[string]cty.Value)
- func EncodeRedshiftSnapshotCopyGrant(r RedshiftSnapshotCopyGrant) cty.Value
- func EncodeRedshiftSnapshotCopyGrant_Arn(p RedshiftSnapshotCopyGrantObservation, vals map[string]cty.Value)
- func EncodeRedshiftSnapshotCopyGrant_KmsKeyId(p RedshiftSnapshotCopyGrantParameters, vals map[string]cty.Value)
- func EncodeRedshiftSnapshotCopyGrant_SnapshotCopyGrantName(p RedshiftSnapshotCopyGrantParameters, vals map[string]cty.Value)
- func EncodeRedshiftSnapshotCopyGrant_Tags(p RedshiftSnapshotCopyGrantParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeRedshiftSnapshotCopyGrant_Arn(k *RedshiftSnapshotCopyGrantObservation, ...) bool
- func MergeRedshiftSnapshotCopyGrant_KmsKeyId(k *RedshiftSnapshotCopyGrantParameters, p *RedshiftSnapshotCopyGrantParameters, ...) bool
- func MergeRedshiftSnapshotCopyGrant_SnapshotCopyGrantName(k *RedshiftSnapshotCopyGrantParameters, p *RedshiftSnapshotCopyGrantParameters, ...) bool
- func MergeRedshiftSnapshotCopyGrant_Tags(k *RedshiftSnapshotCopyGrantParameters, p *RedshiftSnapshotCopyGrantParameters, ...) bool
- type RedshiftSnapshotCopyGrant
- func (in *RedshiftSnapshotCopyGrant) DeepCopy() *RedshiftSnapshotCopyGrant
- func (in *RedshiftSnapshotCopyGrant) DeepCopyInto(out *RedshiftSnapshotCopyGrant)
- func (in *RedshiftSnapshotCopyGrant) DeepCopyObject() runtime.Object
- func (mg *RedshiftSnapshotCopyGrant) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *RedshiftSnapshotCopyGrant) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *RedshiftSnapshotCopyGrant) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *RedshiftSnapshotCopyGrant) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *RedshiftSnapshotCopyGrant) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *RedshiftSnapshotCopyGrant) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *RedshiftSnapshotCopyGrant) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *RedshiftSnapshotCopyGrant) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *RedshiftSnapshotCopyGrant) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *RedshiftSnapshotCopyGrant) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type RedshiftSnapshotCopyGrantList
- func (in *RedshiftSnapshotCopyGrantList) DeepCopy() *RedshiftSnapshotCopyGrantList
- func (in *RedshiftSnapshotCopyGrantList) DeepCopyInto(out *RedshiftSnapshotCopyGrantList)
- func (in *RedshiftSnapshotCopyGrantList) DeepCopyObject() runtime.Object
- func (l *RedshiftSnapshotCopyGrantList) GetItems() []resource.Managed
- type RedshiftSnapshotCopyGrantObservation
- type RedshiftSnapshotCopyGrantParameters
- type RedshiftSnapshotCopyGrantSpec
- type RedshiftSnapshotCopyGrantStatus
Constants ¶
const ( Group = "redshift-snapshot-copy-grant.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "RedshiftSnapshotCopyGrant" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_redshift_snapshot_copy_grant" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
func DecodeRedshiftSnapshotCopyGrant_Arn ¶
func DecodeRedshiftSnapshotCopyGrant_Arn(p *RedshiftSnapshotCopyGrantObservation, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeRedshiftSnapshotCopyGrant_KmsKeyId ¶
func DecodeRedshiftSnapshotCopyGrant_KmsKeyId(p *RedshiftSnapshotCopyGrantParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeRedshiftSnapshotCopyGrant_SnapshotCopyGrantName ¶
func DecodeRedshiftSnapshotCopyGrant_SnapshotCopyGrantName(p *RedshiftSnapshotCopyGrantParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeRedshiftSnapshotCopyGrant_Tags ¶
func DecodeRedshiftSnapshotCopyGrant_Tags(p *RedshiftSnapshotCopyGrantParameters, vals map[string]cty.Value)
primitiveMapTypeDecodeTemplate
func EncodeRedshiftSnapshotCopyGrant ¶
func EncodeRedshiftSnapshotCopyGrant(r RedshiftSnapshotCopyGrant) cty.Value
func EncodeRedshiftSnapshotCopyGrant_Arn ¶
func EncodeRedshiftSnapshotCopyGrant_Arn(p RedshiftSnapshotCopyGrantObservation, vals map[string]cty.Value)
func EncodeRedshiftSnapshotCopyGrant_KmsKeyId ¶
func EncodeRedshiftSnapshotCopyGrant_KmsKeyId(p RedshiftSnapshotCopyGrantParameters, vals map[string]cty.Value)
func EncodeRedshiftSnapshotCopyGrant_SnapshotCopyGrantName ¶
func EncodeRedshiftSnapshotCopyGrant_SnapshotCopyGrantName(p RedshiftSnapshotCopyGrantParameters, vals map[string]cty.Value)
func EncodeRedshiftSnapshotCopyGrant_Tags ¶
func EncodeRedshiftSnapshotCopyGrant_Tags(p RedshiftSnapshotCopyGrantParameters, vals map[string]cty.Value)
func Implementation ¶
func Implementation() *plugin.Implementation
func MergeRedshiftSnapshotCopyGrant_Arn ¶
func MergeRedshiftSnapshotCopyGrant_Arn(k *RedshiftSnapshotCopyGrantObservation, p *RedshiftSnapshotCopyGrantObservation, md *plugin.MergeDescription) bool
mergePrimitiveTemplateStatus
func MergeRedshiftSnapshotCopyGrant_KmsKeyId ¶
func MergeRedshiftSnapshotCopyGrant_KmsKeyId(k *RedshiftSnapshotCopyGrantParameters, p *RedshiftSnapshotCopyGrantParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeRedshiftSnapshotCopyGrant_SnapshotCopyGrantName ¶
func MergeRedshiftSnapshotCopyGrant_SnapshotCopyGrantName(k *RedshiftSnapshotCopyGrantParameters, p *RedshiftSnapshotCopyGrantParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeRedshiftSnapshotCopyGrant_Tags ¶
func MergeRedshiftSnapshotCopyGrant_Tags(k *RedshiftSnapshotCopyGrantParameters, p *RedshiftSnapshotCopyGrantParameters, md *plugin.MergeDescription) bool
mergePrimitiveContainerTemplateSpec
Types ¶
type RedshiftSnapshotCopyGrant ¶
type RedshiftSnapshotCopyGrant struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec RedshiftSnapshotCopyGrantSpec `json:"spec"` Status RedshiftSnapshotCopyGrantStatus `json:"status,omitempty"` }
RedshiftSnapshotCopyGrant is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster
func (*RedshiftSnapshotCopyGrant) DeepCopy ¶
func (in *RedshiftSnapshotCopyGrant) DeepCopy() *RedshiftSnapshotCopyGrant
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedshiftSnapshotCopyGrant.
func (*RedshiftSnapshotCopyGrant) DeepCopyInto ¶
func (in *RedshiftSnapshotCopyGrant) DeepCopyInto(out *RedshiftSnapshotCopyGrant)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RedshiftSnapshotCopyGrant) DeepCopyObject ¶
func (in *RedshiftSnapshotCopyGrant) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*RedshiftSnapshotCopyGrant) GetCondition ¶
func (mg *RedshiftSnapshotCopyGrant) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this RedshiftSnapshotCopyGrant.
func (*RedshiftSnapshotCopyGrant) GetDeletionPolicy ¶
func (mg *RedshiftSnapshotCopyGrant) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
GetDeletionPolicy of this RedshiftSnapshotCopyGrant.
func (*RedshiftSnapshotCopyGrant) GetProviderConfigReference ¶
func (mg *RedshiftSnapshotCopyGrant) GetProviderConfigReference() *runtimev1alpha1.Reference
GetProviderConfigReference of this RedshiftSnapshotCopyGrant.
func (*RedshiftSnapshotCopyGrant) GetProviderReference ¶
func (mg *RedshiftSnapshotCopyGrant) GetProviderReference() *runtimev1alpha1.Reference
GetProviderReference of this RedshiftSnapshotCopyGrant. Deprecated: Use GetProviderConfigReference.
func (*RedshiftSnapshotCopyGrant) GetWriteConnectionSecretToReference ¶
func (mg *RedshiftSnapshotCopyGrant) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
GetWriteConnectionSecretToReference of this RedshiftSnapshotCopyGrant.
func (*RedshiftSnapshotCopyGrant) SetConditions ¶
func (mg *RedshiftSnapshotCopyGrant) SetConditions(c ...runtimev1alpha1.Condition)
SetConditions of this RedshiftSnapshotCopyGrant.
func (*RedshiftSnapshotCopyGrant) SetDeletionPolicy ¶
func (mg *RedshiftSnapshotCopyGrant) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
SetDeletionPolicy of this RedshiftSnapshotCopyGrant.
func (*RedshiftSnapshotCopyGrant) SetProviderConfigReference ¶
func (mg *RedshiftSnapshotCopyGrant) SetProviderConfigReference(r *runtimev1alpha1.Reference)
SetProviderConfigReference of this RedshiftSnapshotCopyGrant.
func (*RedshiftSnapshotCopyGrant) SetProviderReference ¶
func (mg *RedshiftSnapshotCopyGrant) SetProviderReference(r *runtimev1alpha1.Reference)
SetProviderReference of this RedshiftSnapshotCopyGrant. Deprecated: Use SetProviderConfigReference.
func (*RedshiftSnapshotCopyGrant) SetWriteConnectionSecretToReference ¶
func (mg *RedshiftSnapshotCopyGrant) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
SetWriteConnectionSecretToReference of this RedshiftSnapshotCopyGrant.
type RedshiftSnapshotCopyGrantList ¶
type RedshiftSnapshotCopyGrantList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []RedshiftSnapshotCopyGrant `json:"items"` }
RedshiftSnapshotCopyGrant contains a list of RedshiftSnapshotCopyGrantList
func (*RedshiftSnapshotCopyGrantList) DeepCopy ¶
func (in *RedshiftSnapshotCopyGrantList) DeepCopy() *RedshiftSnapshotCopyGrantList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedshiftSnapshotCopyGrantList.
func (*RedshiftSnapshotCopyGrantList) DeepCopyInto ¶
func (in *RedshiftSnapshotCopyGrantList) DeepCopyInto(out *RedshiftSnapshotCopyGrantList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RedshiftSnapshotCopyGrantList) DeepCopyObject ¶
func (in *RedshiftSnapshotCopyGrantList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*RedshiftSnapshotCopyGrantList) GetItems ¶
func (l *RedshiftSnapshotCopyGrantList) GetItems() []resource.Managed
GetItems of this RedshiftSnapshotCopyGrantList.
type RedshiftSnapshotCopyGrantObservation ¶
type RedshiftSnapshotCopyGrantObservation struct {
Arn string `json:"arn"`
}
A RedshiftSnapshotCopyGrantObservation records the observed state of a RedshiftSnapshotCopyGrant
func (*RedshiftSnapshotCopyGrantObservation) DeepCopy ¶
func (in *RedshiftSnapshotCopyGrantObservation) DeepCopy() *RedshiftSnapshotCopyGrantObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedshiftSnapshotCopyGrantObservation.
func (*RedshiftSnapshotCopyGrantObservation) DeepCopyInto ¶
func (in *RedshiftSnapshotCopyGrantObservation) DeepCopyInto(out *RedshiftSnapshotCopyGrantObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RedshiftSnapshotCopyGrantParameters ¶
type RedshiftSnapshotCopyGrantParameters struct { KmsKeyId string `json:"kms_key_id"` SnapshotCopyGrantName string `json:"snapshot_copy_grant_name"` Tags map[string]string `json:"tags"` }
A RedshiftSnapshotCopyGrantParameters defines the desired state of a RedshiftSnapshotCopyGrant
func (*RedshiftSnapshotCopyGrantParameters) DeepCopy ¶
func (in *RedshiftSnapshotCopyGrantParameters) DeepCopy() *RedshiftSnapshotCopyGrantParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedshiftSnapshotCopyGrantParameters.
func (*RedshiftSnapshotCopyGrantParameters) DeepCopyInto ¶
func (in *RedshiftSnapshotCopyGrantParameters) DeepCopyInto(out *RedshiftSnapshotCopyGrantParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RedshiftSnapshotCopyGrantSpec ¶
type RedshiftSnapshotCopyGrantSpec struct { runtimev1alpha1.ResourceSpec `json:",inline"` ForProvider RedshiftSnapshotCopyGrantParameters `json:"forProvider"` }
A RedshiftSnapshotCopyGrantSpec defines the desired state of a RedshiftSnapshotCopyGrant
func (*RedshiftSnapshotCopyGrantSpec) DeepCopy ¶
func (in *RedshiftSnapshotCopyGrantSpec) DeepCopy() *RedshiftSnapshotCopyGrantSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedshiftSnapshotCopyGrantSpec.
func (*RedshiftSnapshotCopyGrantSpec) DeepCopyInto ¶
func (in *RedshiftSnapshotCopyGrantSpec) DeepCopyInto(out *RedshiftSnapshotCopyGrantSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RedshiftSnapshotCopyGrantStatus ¶
type RedshiftSnapshotCopyGrantStatus struct { runtimev1alpha1.ResourceStatus `json:",inline"` AtProvider RedshiftSnapshotCopyGrantObservation `json:"atProvider"` }
A RedshiftSnapshotCopyGrantStatus defines the observed state of a RedshiftSnapshotCopyGrant
func (*RedshiftSnapshotCopyGrantStatus) DeepCopy ¶
func (in *RedshiftSnapshotCopyGrantStatus) DeepCopy() *RedshiftSnapshotCopyGrantStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedshiftSnapshotCopyGrantStatus.
func (*RedshiftSnapshotCopyGrantStatus) DeepCopyInto ¶
func (in *RedshiftSnapshotCopyGrantStatus) DeepCopyInto(out *RedshiftSnapshotCopyGrantStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.