Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeEbsSnapshot(prev *EbsSnapshot, ctyValue cty.Value) (resource.Managed, error)
- func DecodeEbsSnapshot_Arn(p *EbsSnapshotObservation, vals map[string]cty.Value)
- func DecodeEbsSnapshot_DataEncryptionKeyId(p *EbsSnapshotObservation, vals map[string]cty.Value)
- func DecodeEbsSnapshot_Description(p *EbsSnapshotParameters, vals map[string]cty.Value)
- func DecodeEbsSnapshot_Encrypted(p *EbsSnapshotObservation, vals map[string]cty.Value)
- func DecodeEbsSnapshot_KmsKeyId(p *EbsSnapshotObservation, vals map[string]cty.Value)
- func DecodeEbsSnapshot_OwnerAlias(p *EbsSnapshotObservation, vals map[string]cty.Value)
- func DecodeEbsSnapshot_OwnerId(p *EbsSnapshotObservation, vals map[string]cty.Value)
- func DecodeEbsSnapshot_Tags(p *EbsSnapshotParameters, vals map[string]cty.Value)
- func DecodeEbsSnapshot_Timeouts(p *Timeouts, vals map[string]cty.Value)
- func DecodeEbsSnapshot_Timeouts_Create(p *Timeouts, vals map[string]cty.Value)
- func DecodeEbsSnapshot_Timeouts_Delete(p *Timeouts, vals map[string]cty.Value)
- func DecodeEbsSnapshot_VolumeId(p *EbsSnapshotParameters, vals map[string]cty.Value)
- func DecodeEbsSnapshot_VolumeSize(p *EbsSnapshotObservation, vals map[string]cty.Value)
- func EncodeEbsSnapshot(r EbsSnapshot) cty.Value
- func EncodeEbsSnapshot_Arn(p EbsSnapshotObservation, vals map[string]cty.Value)
- func EncodeEbsSnapshot_DataEncryptionKeyId(p EbsSnapshotObservation, vals map[string]cty.Value)
- func EncodeEbsSnapshot_Description(p EbsSnapshotParameters, vals map[string]cty.Value)
- func EncodeEbsSnapshot_Encrypted(p EbsSnapshotObservation, vals map[string]cty.Value)
- func EncodeEbsSnapshot_KmsKeyId(p EbsSnapshotObservation, vals map[string]cty.Value)
- func EncodeEbsSnapshot_OwnerAlias(p EbsSnapshotObservation, vals map[string]cty.Value)
- func EncodeEbsSnapshot_OwnerId(p EbsSnapshotObservation, vals map[string]cty.Value)
- func EncodeEbsSnapshot_Tags(p EbsSnapshotParameters, vals map[string]cty.Value)
- func EncodeEbsSnapshot_Timeouts(p Timeouts, vals map[string]cty.Value)
- func EncodeEbsSnapshot_Timeouts_Create(p Timeouts, vals map[string]cty.Value)
- func EncodeEbsSnapshot_Timeouts_Delete(p Timeouts, vals map[string]cty.Value)
- func EncodeEbsSnapshot_VolumeId(p EbsSnapshotParameters, vals map[string]cty.Value)
- func EncodeEbsSnapshot_VolumeSize(p EbsSnapshotObservation, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeEbsSnapshot_Arn(k *EbsSnapshotObservation, p *EbsSnapshotObservation, ...) bool
- func MergeEbsSnapshot_DataEncryptionKeyId(k *EbsSnapshotObservation, p *EbsSnapshotObservation, ...) bool
- func MergeEbsSnapshot_Description(k *EbsSnapshotParameters, p *EbsSnapshotParameters, ...) bool
- func MergeEbsSnapshot_Encrypted(k *EbsSnapshotObservation, p *EbsSnapshotObservation, ...) bool
- func MergeEbsSnapshot_KmsKeyId(k *EbsSnapshotObservation, p *EbsSnapshotObservation, ...) bool
- func MergeEbsSnapshot_OwnerAlias(k *EbsSnapshotObservation, p *EbsSnapshotObservation, ...) bool
- func MergeEbsSnapshot_OwnerId(k *EbsSnapshotObservation, p *EbsSnapshotObservation, ...) bool
- func MergeEbsSnapshot_Tags(k *EbsSnapshotParameters, p *EbsSnapshotParameters, ...) bool
- func MergeEbsSnapshot_Timeouts(k *Timeouts, p *Timeouts, md *plugin.MergeDescription) bool
- func MergeEbsSnapshot_Timeouts_Create(k *Timeouts, p *Timeouts, md *plugin.MergeDescription) bool
- func MergeEbsSnapshot_Timeouts_Delete(k *Timeouts, p *Timeouts, md *plugin.MergeDescription) bool
- func MergeEbsSnapshot_VolumeId(k *EbsSnapshotParameters, p *EbsSnapshotParameters, ...) bool
- func MergeEbsSnapshot_VolumeSize(k *EbsSnapshotObservation, p *EbsSnapshotObservation, ...) bool
- type EbsSnapshot
- func (in *EbsSnapshot) DeepCopy() *EbsSnapshot
- func (in *EbsSnapshot) DeepCopyInto(out *EbsSnapshot)
- func (in *EbsSnapshot) DeepCopyObject() runtime.Object
- func (mg *EbsSnapshot) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *EbsSnapshot) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *EbsSnapshot) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *EbsSnapshot) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *EbsSnapshot) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *EbsSnapshot) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *EbsSnapshot) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *EbsSnapshot) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *EbsSnapshot) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *EbsSnapshot) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type EbsSnapshotList
- type EbsSnapshotObservation
- type EbsSnapshotParameters
- type EbsSnapshotSpec
- type EbsSnapshotStatus
- type Timeouts
Constants ¶
const ( Group = "ebs-snapshot.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "EbsSnapshot" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_ebs_snapshot" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
func DecodeEbsSnapshot ¶
func DecodeEbsSnapshot_Arn ¶
func DecodeEbsSnapshot_Arn(p *EbsSnapshotObservation, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeEbsSnapshot_DataEncryptionKeyId ¶
func DecodeEbsSnapshot_DataEncryptionKeyId(p *EbsSnapshotObservation, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeEbsSnapshot_Description ¶
func DecodeEbsSnapshot_Description(p *EbsSnapshotParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeEbsSnapshot_Encrypted ¶
func DecodeEbsSnapshot_Encrypted(p *EbsSnapshotObservation, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeEbsSnapshot_KmsKeyId ¶
func DecodeEbsSnapshot_KmsKeyId(p *EbsSnapshotObservation, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeEbsSnapshot_OwnerAlias ¶
func DecodeEbsSnapshot_OwnerAlias(p *EbsSnapshotObservation, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeEbsSnapshot_OwnerId ¶
func DecodeEbsSnapshot_OwnerId(p *EbsSnapshotObservation, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeEbsSnapshot_Tags ¶
func DecodeEbsSnapshot_Tags(p *EbsSnapshotParameters, vals map[string]cty.Value)
primitiveMapTypeDecodeTemplate
func DecodeEbsSnapshot_Timeouts ¶
containerTypeDecodeTemplate
func DecodeEbsSnapshot_Timeouts_Create ¶
primitiveTypeDecodeTemplate
func DecodeEbsSnapshot_Timeouts_Delete ¶
primitiveTypeDecodeTemplate
func DecodeEbsSnapshot_VolumeId ¶
func DecodeEbsSnapshot_VolumeId(p *EbsSnapshotParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeEbsSnapshot_VolumeSize ¶
func DecodeEbsSnapshot_VolumeSize(p *EbsSnapshotObservation, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func EncodeEbsSnapshot ¶
func EncodeEbsSnapshot(r EbsSnapshot) cty.Value
func EncodeEbsSnapshot_Arn ¶
func EncodeEbsSnapshot_Arn(p EbsSnapshotObservation, vals map[string]cty.Value)
func EncodeEbsSnapshot_DataEncryptionKeyId ¶
func EncodeEbsSnapshot_DataEncryptionKeyId(p EbsSnapshotObservation, vals map[string]cty.Value)
func EncodeEbsSnapshot_Description ¶
func EncodeEbsSnapshot_Description(p EbsSnapshotParameters, vals map[string]cty.Value)
func EncodeEbsSnapshot_Encrypted ¶
func EncodeEbsSnapshot_Encrypted(p EbsSnapshotObservation, vals map[string]cty.Value)
func EncodeEbsSnapshot_KmsKeyId ¶
func EncodeEbsSnapshot_KmsKeyId(p EbsSnapshotObservation, vals map[string]cty.Value)
func EncodeEbsSnapshot_OwnerAlias ¶
func EncodeEbsSnapshot_OwnerAlias(p EbsSnapshotObservation, vals map[string]cty.Value)
func EncodeEbsSnapshot_OwnerId ¶
func EncodeEbsSnapshot_OwnerId(p EbsSnapshotObservation, vals map[string]cty.Value)
func EncodeEbsSnapshot_Tags ¶
func EncodeEbsSnapshot_Tags(p EbsSnapshotParameters, vals map[string]cty.Value)
func EncodeEbsSnapshot_VolumeId ¶
func EncodeEbsSnapshot_VolumeId(p EbsSnapshotParameters, vals map[string]cty.Value)
func EncodeEbsSnapshot_VolumeSize ¶
func EncodeEbsSnapshot_VolumeSize(p EbsSnapshotObservation, vals map[string]cty.Value)
func Implementation ¶
func Implementation() *plugin.Implementation
func MergeEbsSnapshot_Arn ¶
func MergeEbsSnapshot_Arn(k *EbsSnapshotObservation, p *EbsSnapshotObservation, md *plugin.MergeDescription) bool
mergePrimitiveTemplateStatus
func MergeEbsSnapshot_DataEncryptionKeyId ¶
func MergeEbsSnapshot_DataEncryptionKeyId(k *EbsSnapshotObservation, p *EbsSnapshotObservation, md *plugin.MergeDescription) bool
mergePrimitiveTemplateStatus
func MergeEbsSnapshot_Description ¶
func MergeEbsSnapshot_Description(k *EbsSnapshotParameters, p *EbsSnapshotParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeEbsSnapshot_Encrypted ¶
func MergeEbsSnapshot_Encrypted(k *EbsSnapshotObservation, p *EbsSnapshotObservation, md *plugin.MergeDescription) bool
mergePrimitiveTemplateStatus
func MergeEbsSnapshot_KmsKeyId ¶
func MergeEbsSnapshot_KmsKeyId(k *EbsSnapshotObservation, p *EbsSnapshotObservation, md *plugin.MergeDescription) bool
mergePrimitiveTemplateStatus
func MergeEbsSnapshot_OwnerAlias ¶
func MergeEbsSnapshot_OwnerAlias(k *EbsSnapshotObservation, p *EbsSnapshotObservation, md *plugin.MergeDescription) bool
mergePrimitiveTemplateStatus
func MergeEbsSnapshot_OwnerId ¶
func MergeEbsSnapshot_OwnerId(k *EbsSnapshotObservation, p *EbsSnapshotObservation, md *plugin.MergeDescription) bool
mergePrimitiveTemplateStatus
func MergeEbsSnapshot_Tags ¶
func MergeEbsSnapshot_Tags(k *EbsSnapshotParameters, p *EbsSnapshotParameters, md *plugin.MergeDescription) bool
mergePrimitiveContainerTemplateSpec
func MergeEbsSnapshot_Timeouts ¶
func MergeEbsSnapshot_Timeouts(k *Timeouts, p *Timeouts, md *plugin.MergeDescription) bool
mergeStructTemplateSpec
func MergeEbsSnapshot_Timeouts_Create ¶
func MergeEbsSnapshot_Timeouts_Create(k *Timeouts, p *Timeouts, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeEbsSnapshot_Timeouts_Delete ¶
func MergeEbsSnapshot_Timeouts_Delete(k *Timeouts, p *Timeouts, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeEbsSnapshot_VolumeId ¶
func MergeEbsSnapshot_VolumeId(k *EbsSnapshotParameters, p *EbsSnapshotParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeEbsSnapshot_VolumeSize ¶
func MergeEbsSnapshot_VolumeSize(k *EbsSnapshotObservation, p *EbsSnapshotObservation, md *plugin.MergeDescription) bool
mergePrimitiveTemplateStatus
Types ¶
type EbsSnapshot ¶
type EbsSnapshot struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec EbsSnapshotSpec `json:"spec"` Status EbsSnapshotStatus `json:"status,omitempty"` }
EbsSnapshot is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster
func (*EbsSnapshot) DeepCopy ¶
func (in *EbsSnapshot) DeepCopy() *EbsSnapshot
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EbsSnapshot.
func (*EbsSnapshot) DeepCopyInto ¶
func (in *EbsSnapshot) DeepCopyInto(out *EbsSnapshot)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*EbsSnapshot) DeepCopyObject ¶
func (in *EbsSnapshot) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*EbsSnapshot) GetCondition ¶
func (mg *EbsSnapshot) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this EbsSnapshot.
func (*EbsSnapshot) GetDeletionPolicy ¶
func (mg *EbsSnapshot) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
GetDeletionPolicy of this EbsSnapshot.
func (*EbsSnapshot) GetProviderConfigReference ¶
func (mg *EbsSnapshot) GetProviderConfigReference() *runtimev1alpha1.Reference
GetProviderConfigReference of this EbsSnapshot.
func (*EbsSnapshot) GetProviderReference ¶
func (mg *EbsSnapshot) GetProviderReference() *runtimev1alpha1.Reference
GetProviderReference of this EbsSnapshot. Deprecated: Use GetProviderConfigReference.
func (*EbsSnapshot) GetWriteConnectionSecretToReference ¶
func (mg *EbsSnapshot) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
GetWriteConnectionSecretToReference of this EbsSnapshot.
func (*EbsSnapshot) SetConditions ¶
func (mg *EbsSnapshot) SetConditions(c ...runtimev1alpha1.Condition)
SetConditions of this EbsSnapshot.
func (*EbsSnapshot) SetDeletionPolicy ¶
func (mg *EbsSnapshot) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
SetDeletionPolicy of this EbsSnapshot.
func (*EbsSnapshot) SetProviderConfigReference ¶
func (mg *EbsSnapshot) SetProviderConfigReference(r *runtimev1alpha1.Reference)
SetProviderConfigReference of this EbsSnapshot.
func (*EbsSnapshot) SetProviderReference ¶
func (mg *EbsSnapshot) SetProviderReference(r *runtimev1alpha1.Reference)
SetProviderReference of this EbsSnapshot. Deprecated: Use SetProviderConfigReference.
func (*EbsSnapshot) SetWriteConnectionSecretToReference ¶
func (mg *EbsSnapshot) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
SetWriteConnectionSecretToReference of this EbsSnapshot.
type EbsSnapshotList ¶
type EbsSnapshotList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []EbsSnapshot `json:"items"` }
EbsSnapshot contains a list of EbsSnapshotList
func (*EbsSnapshotList) DeepCopy ¶
func (in *EbsSnapshotList) DeepCopy() *EbsSnapshotList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EbsSnapshotList.
func (*EbsSnapshotList) DeepCopyInto ¶
func (in *EbsSnapshotList) DeepCopyInto(out *EbsSnapshotList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*EbsSnapshotList) DeepCopyObject ¶
func (in *EbsSnapshotList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*EbsSnapshotList) GetItems ¶
func (l *EbsSnapshotList) GetItems() []resource.Managed
GetItems of this EbsSnapshotList.
type EbsSnapshotObservation ¶
type EbsSnapshotObservation struct { VolumeSize int64 `json:"volume_size"` DataEncryptionKeyId string `json:"data_encryption_key_id"` KmsKeyId string `json:"kms_key_id"` OwnerAlias string `json:"owner_alias"` Arn string `json:"arn"` Encrypted bool `json:"encrypted"` OwnerId string `json:"owner_id"` }
A EbsSnapshotObservation records the observed state of a EbsSnapshot
func (*EbsSnapshotObservation) DeepCopy ¶
func (in *EbsSnapshotObservation) DeepCopy() *EbsSnapshotObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EbsSnapshotObservation.
func (*EbsSnapshotObservation) DeepCopyInto ¶
func (in *EbsSnapshotObservation) DeepCopyInto(out *EbsSnapshotObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EbsSnapshotParameters ¶
type EbsSnapshotParameters struct { Tags map[string]string `json:"tags"` VolumeId string `json:"volume_id"` Description string `json:"description"` Timeouts Timeouts `json:"timeouts"` }
A EbsSnapshotParameters defines the desired state of a EbsSnapshot
func (*EbsSnapshotParameters) DeepCopy ¶
func (in *EbsSnapshotParameters) DeepCopy() *EbsSnapshotParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EbsSnapshotParameters.
func (*EbsSnapshotParameters) DeepCopyInto ¶
func (in *EbsSnapshotParameters) DeepCopyInto(out *EbsSnapshotParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EbsSnapshotSpec ¶
type EbsSnapshotSpec struct { runtimev1alpha1.ResourceSpec `json:",inline"` ForProvider EbsSnapshotParameters `json:"forProvider"` }
A EbsSnapshotSpec defines the desired state of a EbsSnapshot
func (*EbsSnapshotSpec) DeepCopy ¶
func (in *EbsSnapshotSpec) DeepCopy() *EbsSnapshotSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EbsSnapshotSpec.
func (*EbsSnapshotSpec) DeepCopyInto ¶
func (in *EbsSnapshotSpec) DeepCopyInto(out *EbsSnapshotSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EbsSnapshotStatus ¶
type EbsSnapshotStatus struct { runtimev1alpha1.ResourceStatus `json:",inline"` AtProvider EbsSnapshotObservation `json:"atProvider"` }
A EbsSnapshotStatus defines the observed state of a EbsSnapshot
func (*EbsSnapshotStatus) DeepCopy ¶
func (in *EbsSnapshotStatus) DeepCopy() *EbsSnapshotStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EbsSnapshotStatus.
func (*EbsSnapshotStatus) DeepCopyInto ¶
func (in *EbsSnapshotStatus) DeepCopyInto(out *EbsSnapshotStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.