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   = "redshift-snapshot-copy-grant.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

View Source
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"
)
View Source
var (
	// SchemeGroupVersion is group version used to register these objects
	SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version}
)

Functions

func DecodeRedshiftSnapshotCopyGrant

func DecodeRedshiftSnapshotCopyGrant(prev *RedshiftSnapshotCopyGrant, ctyValue cty.Value) (resource.Managed, error)

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

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

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

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

func (*RedshiftSnapshotCopyGrant) DeepCopyInto

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

GetCondition of this RedshiftSnapshotCopyGrant.

func (*RedshiftSnapshotCopyGrant) GetDeletionPolicy

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

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

func (*RedshiftSnapshotCopyGrantList) DeepCopyInto

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

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

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

func (*RedshiftSnapshotCopyGrantObservation) DeepCopyInto

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

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

func (*RedshiftSnapshotCopyGrantParameters) DeepCopyInto

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

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

func (*RedshiftSnapshotCopyGrantSpec) DeepCopyInto

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

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

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