Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeKmsExternalKey(prev *KmsExternalKey, ctyValue cty.Value) (resource.Managed, error)
- func DecodeKmsExternalKey_Arn(p *KmsExternalKeyObservation, vals map[string]cty.Value)
- func DecodeKmsExternalKey_DeletionWindowInDays(p *KmsExternalKeyParameters, vals map[string]cty.Value)
- func DecodeKmsExternalKey_Description(p *KmsExternalKeyParameters, vals map[string]cty.Value)
- func DecodeKmsExternalKey_Enabled(p *KmsExternalKeyParameters, vals map[string]cty.Value)
- func DecodeKmsExternalKey_ExpirationModel(p *KmsExternalKeyObservation, vals map[string]cty.Value)
- func DecodeKmsExternalKey_KeyMaterialBase64(p *KmsExternalKeyParameters, vals map[string]cty.Value)
- func DecodeKmsExternalKey_KeyState(p *KmsExternalKeyObservation, vals map[string]cty.Value)
- func DecodeKmsExternalKey_KeyUsage(p *KmsExternalKeyObservation, vals map[string]cty.Value)
- func DecodeKmsExternalKey_Policy(p *KmsExternalKeyParameters, vals map[string]cty.Value)
- func DecodeKmsExternalKey_Tags(p *KmsExternalKeyParameters, vals map[string]cty.Value)
- func DecodeKmsExternalKey_ValidTo(p *KmsExternalKeyParameters, vals map[string]cty.Value)
- func EncodeKmsExternalKey(r KmsExternalKey) cty.Value
- func EncodeKmsExternalKey_Arn(p KmsExternalKeyObservation, vals map[string]cty.Value)
- func EncodeKmsExternalKey_DeletionWindowInDays(p KmsExternalKeyParameters, vals map[string]cty.Value)
- func EncodeKmsExternalKey_Description(p KmsExternalKeyParameters, vals map[string]cty.Value)
- func EncodeKmsExternalKey_Enabled(p KmsExternalKeyParameters, vals map[string]cty.Value)
- func EncodeKmsExternalKey_ExpirationModel(p KmsExternalKeyObservation, vals map[string]cty.Value)
- func EncodeKmsExternalKey_KeyMaterialBase64(p KmsExternalKeyParameters, vals map[string]cty.Value)
- func EncodeKmsExternalKey_KeyState(p KmsExternalKeyObservation, vals map[string]cty.Value)
- func EncodeKmsExternalKey_KeyUsage(p KmsExternalKeyObservation, vals map[string]cty.Value)
- func EncodeKmsExternalKey_Policy(p KmsExternalKeyParameters, vals map[string]cty.Value)
- func EncodeKmsExternalKey_Tags(p KmsExternalKeyParameters, vals map[string]cty.Value)
- func EncodeKmsExternalKey_ValidTo(p KmsExternalKeyParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeKmsExternalKey_Arn(k *KmsExternalKeyObservation, p *KmsExternalKeyObservation, ...) bool
- func MergeKmsExternalKey_DeletionWindowInDays(k *KmsExternalKeyParameters, p *KmsExternalKeyParameters, ...) bool
- func MergeKmsExternalKey_Description(k *KmsExternalKeyParameters, p *KmsExternalKeyParameters, ...) bool
- func MergeKmsExternalKey_Enabled(k *KmsExternalKeyParameters, p *KmsExternalKeyParameters, ...) bool
- func MergeKmsExternalKey_ExpirationModel(k *KmsExternalKeyObservation, p *KmsExternalKeyObservation, ...) bool
- func MergeKmsExternalKey_KeyMaterialBase64(k *KmsExternalKeyParameters, p *KmsExternalKeyParameters, ...) bool
- func MergeKmsExternalKey_KeyState(k *KmsExternalKeyObservation, p *KmsExternalKeyObservation, ...) bool
- func MergeKmsExternalKey_KeyUsage(k *KmsExternalKeyObservation, p *KmsExternalKeyObservation, ...) bool
- func MergeKmsExternalKey_Policy(k *KmsExternalKeyParameters, p *KmsExternalKeyParameters, ...) bool
- func MergeKmsExternalKey_Tags(k *KmsExternalKeyParameters, p *KmsExternalKeyParameters, ...) bool
- func MergeKmsExternalKey_ValidTo(k *KmsExternalKeyParameters, p *KmsExternalKeyParameters, ...) bool
- type KmsExternalKey
- func (in *KmsExternalKey) DeepCopy() *KmsExternalKey
- func (in *KmsExternalKey) DeepCopyInto(out *KmsExternalKey)
- func (in *KmsExternalKey) DeepCopyObject() runtime.Object
- func (mg *KmsExternalKey) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *KmsExternalKey) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *KmsExternalKey) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *KmsExternalKey) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *KmsExternalKey) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *KmsExternalKey) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *KmsExternalKey) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *KmsExternalKey) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *KmsExternalKey) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *KmsExternalKey) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type KmsExternalKeyList
- type KmsExternalKeyObservation
- type KmsExternalKeyParameters
- type KmsExternalKeySpec
- type KmsExternalKeyStatus
Constants ¶
const ( Group = "kms-external-key.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "KmsExternalKey" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_kms_external_key" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
func DecodeKmsExternalKey ¶
func DecodeKmsExternalKey_Arn ¶
func DecodeKmsExternalKey_Arn(p *KmsExternalKeyObservation, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeKmsExternalKey_DeletionWindowInDays ¶
func DecodeKmsExternalKey_DeletionWindowInDays(p *KmsExternalKeyParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeKmsExternalKey_Description ¶
func DecodeKmsExternalKey_Description(p *KmsExternalKeyParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeKmsExternalKey_Enabled ¶
func DecodeKmsExternalKey_Enabled(p *KmsExternalKeyParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeKmsExternalKey_ExpirationModel ¶
func DecodeKmsExternalKey_ExpirationModel(p *KmsExternalKeyObservation, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeKmsExternalKey_KeyMaterialBase64 ¶
func DecodeKmsExternalKey_KeyMaterialBase64(p *KmsExternalKeyParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeKmsExternalKey_KeyState ¶
func DecodeKmsExternalKey_KeyState(p *KmsExternalKeyObservation, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeKmsExternalKey_KeyUsage ¶
func DecodeKmsExternalKey_KeyUsage(p *KmsExternalKeyObservation, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeKmsExternalKey_Policy ¶
func DecodeKmsExternalKey_Policy(p *KmsExternalKeyParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeKmsExternalKey_Tags ¶
func DecodeKmsExternalKey_Tags(p *KmsExternalKeyParameters, vals map[string]cty.Value)
primitiveMapTypeDecodeTemplate
func DecodeKmsExternalKey_ValidTo ¶
func DecodeKmsExternalKey_ValidTo(p *KmsExternalKeyParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func EncodeKmsExternalKey ¶
func EncodeKmsExternalKey(r KmsExternalKey) cty.Value
func EncodeKmsExternalKey_Arn ¶
func EncodeKmsExternalKey_Arn(p KmsExternalKeyObservation, vals map[string]cty.Value)
func EncodeKmsExternalKey_DeletionWindowInDays ¶
func EncodeKmsExternalKey_DeletionWindowInDays(p KmsExternalKeyParameters, vals map[string]cty.Value)
func EncodeKmsExternalKey_Description ¶
func EncodeKmsExternalKey_Description(p KmsExternalKeyParameters, vals map[string]cty.Value)
func EncodeKmsExternalKey_Enabled ¶
func EncodeKmsExternalKey_Enabled(p KmsExternalKeyParameters, vals map[string]cty.Value)
func EncodeKmsExternalKey_ExpirationModel ¶
func EncodeKmsExternalKey_ExpirationModel(p KmsExternalKeyObservation, vals map[string]cty.Value)
func EncodeKmsExternalKey_KeyMaterialBase64 ¶
func EncodeKmsExternalKey_KeyMaterialBase64(p KmsExternalKeyParameters, vals map[string]cty.Value)
func EncodeKmsExternalKey_KeyState ¶
func EncodeKmsExternalKey_KeyState(p KmsExternalKeyObservation, vals map[string]cty.Value)
func EncodeKmsExternalKey_KeyUsage ¶
func EncodeKmsExternalKey_KeyUsage(p KmsExternalKeyObservation, vals map[string]cty.Value)
func EncodeKmsExternalKey_Policy ¶
func EncodeKmsExternalKey_Policy(p KmsExternalKeyParameters, vals map[string]cty.Value)
func EncodeKmsExternalKey_Tags ¶
func EncodeKmsExternalKey_Tags(p KmsExternalKeyParameters, vals map[string]cty.Value)
func EncodeKmsExternalKey_ValidTo ¶
func EncodeKmsExternalKey_ValidTo(p KmsExternalKeyParameters, vals map[string]cty.Value)
func Implementation ¶
func Implementation() *plugin.Implementation
func MergeKmsExternalKey_Arn ¶
func MergeKmsExternalKey_Arn(k *KmsExternalKeyObservation, p *KmsExternalKeyObservation, md *plugin.MergeDescription) bool
mergePrimitiveTemplateStatus
func MergeKmsExternalKey_DeletionWindowInDays ¶
func MergeKmsExternalKey_DeletionWindowInDays(k *KmsExternalKeyParameters, p *KmsExternalKeyParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeKmsExternalKey_Description ¶
func MergeKmsExternalKey_Description(k *KmsExternalKeyParameters, p *KmsExternalKeyParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeKmsExternalKey_Enabled ¶
func MergeKmsExternalKey_Enabled(k *KmsExternalKeyParameters, p *KmsExternalKeyParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeKmsExternalKey_ExpirationModel ¶
func MergeKmsExternalKey_ExpirationModel(k *KmsExternalKeyObservation, p *KmsExternalKeyObservation, md *plugin.MergeDescription) bool
mergePrimitiveTemplateStatus
func MergeKmsExternalKey_KeyMaterialBase64 ¶
func MergeKmsExternalKey_KeyMaterialBase64(k *KmsExternalKeyParameters, p *KmsExternalKeyParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeKmsExternalKey_KeyState ¶
func MergeKmsExternalKey_KeyState(k *KmsExternalKeyObservation, p *KmsExternalKeyObservation, md *plugin.MergeDescription) bool
mergePrimitiveTemplateStatus
func MergeKmsExternalKey_KeyUsage ¶
func MergeKmsExternalKey_KeyUsage(k *KmsExternalKeyObservation, p *KmsExternalKeyObservation, md *plugin.MergeDescription) bool
mergePrimitiveTemplateStatus
func MergeKmsExternalKey_Policy ¶
func MergeKmsExternalKey_Policy(k *KmsExternalKeyParameters, p *KmsExternalKeyParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeKmsExternalKey_Tags ¶
func MergeKmsExternalKey_Tags(k *KmsExternalKeyParameters, p *KmsExternalKeyParameters, md *plugin.MergeDescription) bool
mergePrimitiveContainerTemplateSpec
func MergeKmsExternalKey_ValidTo ¶
func MergeKmsExternalKey_ValidTo(k *KmsExternalKeyParameters, p *KmsExternalKeyParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
Types ¶
type KmsExternalKey ¶
type KmsExternalKey struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec KmsExternalKeySpec `json:"spec"` Status KmsExternalKeyStatus `json:"status,omitempty"` }
KmsExternalKey is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster
func (*KmsExternalKey) DeepCopy ¶
func (in *KmsExternalKey) DeepCopy() *KmsExternalKey
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KmsExternalKey.
func (*KmsExternalKey) DeepCopyInto ¶
func (in *KmsExternalKey) DeepCopyInto(out *KmsExternalKey)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*KmsExternalKey) DeepCopyObject ¶
func (in *KmsExternalKey) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*KmsExternalKey) GetCondition ¶
func (mg *KmsExternalKey) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this KmsExternalKey.
func (*KmsExternalKey) GetDeletionPolicy ¶
func (mg *KmsExternalKey) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
GetDeletionPolicy of this KmsExternalKey.
func (*KmsExternalKey) GetProviderConfigReference ¶
func (mg *KmsExternalKey) GetProviderConfigReference() *runtimev1alpha1.Reference
GetProviderConfigReference of this KmsExternalKey.
func (*KmsExternalKey) GetProviderReference ¶
func (mg *KmsExternalKey) GetProviderReference() *runtimev1alpha1.Reference
GetProviderReference of this KmsExternalKey. Deprecated: Use GetProviderConfigReference.
func (*KmsExternalKey) GetWriteConnectionSecretToReference ¶
func (mg *KmsExternalKey) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
GetWriteConnectionSecretToReference of this KmsExternalKey.
func (*KmsExternalKey) SetConditions ¶
func (mg *KmsExternalKey) SetConditions(c ...runtimev1alpha1.Condition)
SetConditions of this KmsExternalKey.
func (*KmsExternalKey) SetDeletionPolicy ¶
func (mg *KmsExternalKey) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
SetDeletionPolicy of this KmsExternalKey.
func (*KmsExternalKey) SetProviderConfigReference ¶
func (mg *KmsExternalKey) SetProviderConfigReference(r *runtimev1alpha1.Reference)
SetProviderConfigReference of this KmsExternalKey.
func (*KmsExternalKey) SetProviderReference ¶
func (mg *KmsExternalKey) SetProviderReference(r *runtimev1alpha1.Reference)
SetProviderReference of this KmsExternalKey. Deprecated: Use SetProviderConfigReference.
func (*KmsExternalKey) SetWriteConnectionSecretToReference ¶
func (mg *KmsExternalKey) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
SetWriteConnectionSecretToReference of this KmsExternalKey.
type KmsExternalKeyList ¶
type KmsExternalKeyList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []KmsExternalKey `json:"items"` }
KmsExternalKey contains a list of KmsExternalKeyList
func (*KmsExternalKeyList) DeepCopy ¶
func (in *KmsExternalKeyList) DeepCopy() *KmsExternalKeyList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KmsExternalKeyList.
func (*KmsExternalKeyList) DeepCopyInto ¶
func (in *KmsExternalKeyList) DeepCopyInto(out *KmsExternalKeyList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*KmsExternalKeyList) DeepCopyObject ¶
func (in *KmsExternalKeyList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*KmsExternalKeyList) GetItems ¶
func (l *KmsExternalKeyList) GetItems() []resource.Managed
GetItems of this KmsExternalKeyList.
type KmsExternalKeyObservation ¶
type KmsExternalKeyObservation struct { KeyUsage string `json:"key_usage"` Arn string `json:"arn"` KeyState string `json:"key_state"` ExpirationModel string `json:"expiration_model"` }
A KmsExternalKeyObservation records the observed state of a KmsExternalKey
func (*KmsExternalKeyObservation) DeepCopy ¶
func (in *KmsExternalKeyObservation) DeepCopy() *KmsExternalKeyObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KmsExternalKeyObservation.
func (*KmsExternalKeyObservation) DeepCopyInto ¶
func (in *KmsExternalKeyObservation) DeepCopyInto(out *KmsExternalKeyObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type KmsExternalKeyParameters ¶
type KmsExternalKeyParameters struct { Policy string `json:"policy"` ValidTo string `json:"valid_to"` Enabled bool `json:"enabled"` KeyMaterialBase64 string `json:"key_material_base64"` DeletionWindowInDays int64 `json:"deletion_window_in_days"` Description string `json:"description"` Tags map[string]string `json:"tags"` }
A KmsExternalKeyParameters defines the desired state of a KmsExternalKey
func (*KmsExternalKeyParameters) DeepCopy ¶
func (in *KmsExternalKeyParameters) DeepCopy() *KmsExternalKeyParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KmsExternalKeyParameters.
func (*KmsExternalKeyParameters) DeepCopyInto ¶
func (in *KmsExternalKeyParameters) DeepCopyInto(out *KmsExternalKeyParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type KmsExternalKeySpec ¶
type KmsExternalKeySpec struct { runtimev1alpha1.ResourceSpec `json:",inline"` ForProvider KmsExternalKeyParameters `json:"forProvider"` }
A KmsExternalKeySpec defines the desired state of a KmsExternalKey
func (*KmsExternalKeySpec) DeepCopy ¶
func (in *KmsExternalKeySpec) DeepCopy() *KmsExternalKeySpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KmsExternalKeySpec.
func (*KmsExternalKeySpec) DeepCopyInto ¶
func (in *KmsExternalKeySpec) DeepCopyInto(out *KmsExternalKeySpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type KmsExternalKeyStatus ¶
type KmsExternalKeyStatus struct { runtimev1alpha1.ResourceStatus `json:",inline"` AtProvider KmsExternalKeyObservation `json:"atProvider"` }
A KmsExternalKeyStatus defines the observed state of a KmsExternalKey
func (*KmsExternalKeyStatus) DeepCopy ¶
func (in *KmsExternalKeyStatus) DeepCopy() *KmsExternalKeyStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KmsExternalKeyStatus.
func (*KmsExternalKeyStatus) DeepCopyInto ¶
func (in *KmsExternalKeyStatus) DeepCopyInto(out *KmsExternalKeyStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.