Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeCloudhsmV2Hsm(prev *CloudhsmV2Hsm, ctyValue cty.Value) (resource.Managed, error)
- func DecodeCloudhsmV2Hsm_AvailabilityZone(p *CloudhsmV2HsmParameters, vals map[string]cty.Value)
- func DecodeCloudhsmV2Hsm_ClusterId(p *CloudhsmV2HsmParameters, vals map[string]cty.Value)
- func DecodeCloudhsmV2Hsm_HsmEniId(p *CloudhsmV2HsmObservation, vals map[string]cty.Value)
- func DecodeCloudhsmV2Hsm_HsmId(p *CloudhsmV2HsmObservation, vals map[string]cty.Value)
- func DecodeCloudhsmV2Hsm_HsmState(p *CloudhsmV2HsmObservation, vals map[string]cty.Value)
- func DecodeCloudhsmV2Hsm_IpAddress(p *CloudhsmV2HsmParameters, vals map[string]cty.Value)
- func DecodeCloudhsmV2Hsm_SubnetId(p *CloudhsmV2HsmParameters, vals map[string]cty.Value)
- func DecodeCloudhsmV2Hsm_Timeouts(p *Timeouts, vals map[string]cty.Value)
- func DecodeCloudhsmV2Hsm_Timeouts_Create(p *Timeouts, vals map[string]cty.Value)
- func DecodeCloudhsmV2Hsm_Timeouts_Delete(p *Timeouts, vals map[string]cty.Value)
- func DecodeCloudhsmV2Hsm_Timeouts_Update(p *Timeouts, vals map[string]cty.Value)
- func EncodeCloudhsmV2Hsm(r CloudhsmV2Hsm) cty.Value
- func EncodeCloudhsmV2Hsm_AvailabilityZone(p CloudhsmV2HsmParameters, vals map[string]cty.Value)
- func EncodeCloudhsmV2Hsm_ClusterId(p CloudhsmV2HsmParameters, vals map[string]cty.Value)
- func EncodeCloudhsmV2Hsm_HsmEniId(p CloudhsmV2HsmObservation, vals map[string]cty.Value)
- func EncodeCloudhsmV2Hsm_HsmId(p CloudhsmV2HsmObservation, vals map[string]cty.Value)
- func EncodeCloudhsmV2Hsm_HsmState(p CloudhsmV2HsmObservation, vals map[string]cty.Value)
- func EncodeCloudhsmV2Hsm_IpAddress(p CloudhsmV2HsmParameters, vals map[string]cty.Value)
- func EncodeCloudhsmV2Hsm_SubnetId(p CloudhsmV2HsmParameters, vals map[string]cty.Value)
- func EncodeCloudhsmV2Hsm_Timeouts(p Timeouts, vals map[string]cty.Value)
- func EncodeCloudhsmV2Hsm_Timeouts_Create(p Timeouts, vals map[string]cty.Value)
- func EncodeCloudhsmV2Hsm_Timeouts_Delete(p Timeouts, vals map[string]cty.Value)
- func EncodeCloudhsmV2Hsm_Timeouts_Update(p Timeouts, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeCloudhsmV2Hsm_AvailabilityZone(k *CloudhsmV2HsmParameters, p *CloudhsmV2HsmParameters, ...) bool
- func MergeCloudhsmV2Hsm_ClusterId(k *CloudhsmV2HsmParameters, p *CloudhsmV2HsmParameters, ...) bool
- func MergeCloudhsmV2Hsm_HsmEniId(k *CloudhsmV2HsmObservation, p *CloudhsmV2HsmObservation, ...) bool
- func MergeCloudhsmV2Hsm_HsmId(k *CloudhsmV2HsmObservation, p *CloudhsmV2HsmObservation, ...) bool
- func MergeCloudhsmV2Hsm_HsmState(k *CloudhsmV2HsmObservation, p *CloudhsmV2HsmObservation, ...) bool
- func MergeCloudhsmV2Hsm_IpAddress(k *CloudhsmV2HsmParameters, p *CloudhsmV2HsmParameters, ...) bool
- func MergeCloudhsmV2Hsm_SubnetId(k *CloudhsmV2HsmParameters, p *CloudhsmV2HsmParameters, ...) bool
- func MergeCloudhsmV2Hsm_Timeouts(k *Timeouts, p *Timeouts, md *plugin.MergeDescription) bool
- func MergeCloudhsmV2Hsm_Timeouts_Create(k *Timeouts, p *Timeouts, md *plugin.MergeDescription) bool
- func MergeCloudhsmV2Hsm_Timeouts_Delete(k *Timeouts, p *Timeouts, md *plugin.MergeDescription) bool
- func MergeCloudhsmV2Hsm_Timeouts_Update(k *Timeouts, p *Timeouts, md *plugin.MergeDescription) bool
- type CloudhsmV2Hsm
- func (in *CloudhsmV2Hsm) DeepCopy() *CloudhsmV2Hsm
- func (in *CloudhsmV2Hsm) DeepCopyInto(out *CloudhsmV2Hsm)
- func (in *CloudhsmV2Hsm) DeepCopyObject() runtime.Object
- func (mg *CloudhsmV2Hsm) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *CloudhsmV2Hsm) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *CloudhsmV2Hsm) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *CloudhsmV2Hsm) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *CloudhsmV2Hsm) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *CloudhsmV2Hsm) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *CloudhsmV2Hsm) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *CloudhsmV2Hsm) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *CloudhsmV2Hsm) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *CloudhsmV2Hsm) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type CloudhsmV2HsmList
- type CloudhsmV2HsmObservation
- type CloudhsmV2HsmParameters
- type CloudhsmV2HsmSpec
- type CloudhsmV2HsmStatus
- type Timeouts
Constants ¶
const ( Group = "cloudhsm-v-2-hsm.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "CloudhsmV2Hsm" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_cloudhsm_v2_hsm" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
func DecodeCloudhsmV2Hsm ¶
func DecodeCloudhsmV2Hsm_AvailabilityZone ¶
func DecodeCloudhsmV2Hsm_AvailabilityZone(p *CloudhsmV2HsmParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeCloudhsmV2Hsm_ClusterId ¶
func DecodeCloudhsmV2Hsm_ClusterId(p *CloudhsmV2HsmParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeCloudhsmV2Hsm_HsmEniId ¶
func DecodeCloudhsmV2Hsm_HsmEniId(p *CloudhsmV2HsmObservation, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeCloudhsmV2Hsm_HsmId ¶
func DecodeCloudhsmV2Hsm_HsmId(p *CloudhsmV2HsmObservation, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeCloudhsmV2Hsm_HsmState ¶
func DecodeCloudhsmV2Hsm_HsmState(p *CloudhsmV2HsmObservation, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeCloudhsmV2Hsm_IpAddress ¶
func DecodeCloudhsmV2Hsm_IpAddress(p *CloudhsmV2HsmParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeCloudhsmV2Hsm_SubnetId ¶
func DecodeCloudhsmV2Hsm_SubnetId(p *CloudhsmV2HsmParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeCloudhsmV2Hsm_Timeouts ¶
containerTypeDecodeTemplate
func DecodeCloudhsmV2Hsm_Timeouts_Create ¶
primitiveTypeDecodeTemplate
func DecodeCloudhsmV2Hsm_Timeouts_Delete ¶
primitiveTypeDecodeTemplate
func DecodeCloudhsmV2Hsm_Timeouts_Update ¶
primitiveTypeDecodeTemplate
func EncodeCloudhsmV2Hsm ¶
func EncodeCloudhsmV2Hsm(r CloudhsmV2Hsm) cty.Value
func EncodeCloudhsmV2Hsm_AvailabilityZone ¶
func EncodeCloudhsmV2Hsm_AvailabilityZone(p CloudhsmV2HsmParameters, vals map[string]cty.Value)
func EncodeCloudhsmV2Hsm_ClusterId ¶
func EncodeCloudhsmV2Hsm_ClusterId(p CloudhsmV2HsmParameters, vals map[string]cty.Value)
func EncodeCloudhsmV2Hsm_HsmEniId ¶
func EncodeCloudhsmV2Hsm_HsmEniId(p CloudhsmV2HsmObservation, vals map[string]cty.Value)
func EncodeCloudhsmV2Hsm_HsmId ¶
func EncodeCloudhsmV2Hsm_HsmId(p CloudhsmV2HsmObservation, vals map[string]cty.Value)
func EncodeCloudhsmV2Hsm_HsmState ¶
func EncodeCloudhsmV2Hsm_HsmState(p CloudhsmV2HsmObservation, vals map[string]cty.Value)
func EncodeCloudhsmV2Hsm_IpAddress ¶
func EncodeCloudhsmV2Hsm_IpAddress(p CloudhsmV2HsmParameters, vals map[string]cty.Value)
func EncodeCloudhsmV2Hsm_SubnetId ¶
func EncodeCloudhsmV2Hsm_SubnetId(p CloudhsmV2HsmParameters, vals map[string]cty.Value)
func Implementation ¶
func Implementation() *plugin.Implementation
func MergeCloudhsmV2Hsm_AvailabilityZone ¶
func MergeCloudhsmV2Hsm_AvailabilityZone(k *CloudhsmV2HsmParameters, p *CloudhsmV2HsmParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeCloudhsmV2Hsm_ClusterId ¶
func MergeCloudhsmV2Hsm_ClusterId(k *CloudhsmV2HsmParameters, p *CloudhsmV2HsmParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeCloudhsmV2Hsm_HsmEniId ¶
func MergeCloudhsmV2Hsm_HsmEniId(k *CloudhsmV2HsmObservation, p *CloudhsmV2HsmObservation, md *plugin.MergeDescription) bool
mergePrimitiveTemplateStatus
func MergeCloudhsmV2Hsm_HsmId ¶
func MergeCloudhsmV2Hsm_HsmId(k *CloudhsmV2HsmObservation, p *CloudhsmV2HsmObservation, md *plugin.MergeDescription) bool
mergePrimitiveTemplateStatus
func MergeCloudhsmV2Hsm_HsmState ¶
func MergeCloudhsmV2Hsm_HsmState(k *CloudhsmV2HsmObservation, p *CloudhsmV2HsmObservation, md *plugin.MergeDescription) bool
mergePrimitiveTemplateStatus
func MergeCloudhsmV2Hsm_IpAddress ¶
func MergeCloudhsmV2Hsm_IpAddress(k *CloudhsmV2HsmParameters, p *CloudhsmV2HsmParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeCloudhsmV2Hsm_SubnetId ¶
func MergeCloudhsmV2Hsm_SubnetId(k *CloudhsmV2HsmParameters, p *CloudhsmV2HsmParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeCloudhsmV2Hsm_Timeouts ¶
func MergeCloudhsmV2Hsm_Timeouts(k *Timeouts, p *Timeouts, md *plugin.MergeDescription) bool
mergeStructTemplateSpec
func MergeCloudhsmV2Hsm_Timeouts_Create ¶
func MergeCloudhsmV2Hsm_Timeouts_Create(k *Timeouts, p *Timeouts, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeCloudhsmV2Hsm_Timeouts_Delete ¶
func MergeCloudhsmV2Hsm_Timeouts_Delete(k *Timeouts, p *Timeouts, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeCloudhsmV2Hsm_Timeouts_Update ¶
func MergeCloudhsmV2Hsm_Timeouts_Update(k *Timeouts, p *Timeouts, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
Types ¶
type CloudhsmV2Hsm ¶
type CloudhsmV2Hsm struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec CloudhsmV2HsmSpec `json:"spec"` Status CloudhsmV2HsmStatus `json:"status,omitempty"` }
CloudhsmV2Hsm is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster
func (*CloudhsmV2Hsm) DeepCopy ¶
func (in *CloudhsmV2Hsm) DeepCopy() *CloudhsmV2Hsm
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudhsmV2Hsm.
func (*CloudhsmV2Hsm) DeepCopyInto ¶
func (in *CloudhsmV2Hsm) DeepCopyInto(out *CloudhsmV2Hsm)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CloudhsmV2Hsm) DeepCopyObject ¶
func (in *CloudhsmV2Hsm) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*CloudhsmV2Hsm) GetCondition ¶
func (mg *CloudhsmV2Hsm) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this CloudhsmV2Hsm.
func (*CloudhsmV2Hsm) GetDeletionPolicy ¶
func (mg *CloudhsmV2Hsm) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
GetDeletionPolicy of this CloudhsmV2Hsm.
func (*CloudhsmV2Hsm) GetProviderConfigReference ¶
func (mg *CloudhsmV2Hsm) GetProviderConfigReference() *runtimev1alpha1.Reference
GetProviderConfigReference of this CloudhsmV2Hsm.
func (*CloudhsmV2Hsm) GetProviderReference ¶
func (mg *CloudhsmV2Hsm) GetProviderReference() *runtimev1alpha1.Reference
GetProviderReference of this CloudhsmV2Hsm. Deprecated: Use GetProviderConfigReference.
func (*CloudhsmV2Hsm) GetWriteConnectionSecretToReference ¶
func (mg *CloudhsmV2Hsm) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
GetWriteConnectionSecretToReference of this CloudhsmV2Hsm.
func (*CloudhsmV2Hsm) SetConditions ¶
func (mg *CloudhsmV2Hsm) SetConditions(c ...runtimev1alpha1.Condition)
SetConditions of this CloudhsmV2Hsm.
func (*CloudhsmV2Hsm) SetDeletionPolicy ¶
func (mg *CloudhsmV2Hsm) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
SetDeletionPolicy of this CloudhsmV2Hsm.
func (*CloudhsmV2Hsm) SetProviderConfigReference ¶
func (mg *CloudhsmV2Hsm) SetProviderConfigReference(r *runtimev1alpha1.Reference)
SetProviderConfigReference of this CloudhsmV2Hsm.
func (*CloudhsmV2Hsm) SetProviderReference ¶
func (mg *CloudhsmV2Hsm) SetProviderReference(r *runtimev1alpha1.Reference)
SetProviderReference of this CloudhsmV2Hsm. Deprecated: Use SetProviderConfigReference.
func (*CloudhsmV2Hsm) SetWriteConnectionSecretToReference ¶
func (mg *CloudhsmV2Hsm) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
SetWriteConnectionSecretToReference of this CloudhsmV2Hsm.
type CloudhsmV2HsmList ¶
type CloudhsmV2HsmList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []CloudhsmV2Hsm `json:"items"` }
CloudhsmV2Hsm contains a list of CloudhsmV2HsmList
func (*CloudhsmV2HsmList) DeepCopy ¶
func (in *CloudhsmV2HsmList) DeepCopy() *CloudhsmV2HsmList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudhsmV2HsmList.
func (*CloudhsmV2HsmList) DeepCopyInto ¶
func (in *CloudhsmV2HsmList) DeepCopyInto(out *CloudhsmV2HsmList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CloudhsmV2HsmList) DeepCopyObject ¶
func (in *CloudhsmV2HsmList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*CloudhsmV2HsmList) GetItems ¶
func (l *CloudhsmV2HsmList) GetItems() []resource.Managed
GetItems of this CloudhsmV2HsmList.
type CloudhsmV2HsmObservation ¶
type CloudhsmV2HsmObservation struct { HsmId string `json:"hsm_id"` HsmState string `json:"hsm_state"` HsmEniId string `json:"hsm_eni_id"` }
A CloudhsmV2HsmObservation records the observed state of a CloudhsmV2Hsm
func (*CloudhsmV2HsmObservation) DeepCopy ¶
func (in *CloudhsmV2HsmObservation) DeepCopy() *CloudhsmV2HsmObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudhsmV2HsmObservation.
func (*CloudhsmV2HsmObservation) DeepCopyInto ¶
func (in *CloudhsmV2HsmObservation) DeepCopyInto(out *CloudhsmV2HsmObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CloudhsmV2HsmParameters ¶
type CloudhsmV2HsmParameters struct { IpAddress string `json:"ip_address"` SubnetId string `json:"subnet_id"` AvailabilityZone string `json:"availability_zone"` ClusterId string `json:"cluster_id"` Timeouts Timeouts `json:"timeouts"` }
A CloudhsmV2HsmParameters defines the desired state of a CloudhsmV2Hsm
func (*CloudhsmV2HsmParameters) DeepCopy ¶
func (in *CloudhsmV2HsmParameters) DeepCopy() *CloudhsmV2HsmParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudhsmV2HsmParameters.
func (*CloudhsmV2HsmParameters) DeepCopyInto ¶
func (in *CloudhsmV2HsmParameters) DeepCopyInto(out *CloudhsmV2HsmParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CloudhsmV2HsmSpec ¶
type CloudhsmV2HsmSpec struct { runtimev1alpha1.ResourceSpec `json:",inline"` ForProvider CloudhsmV2HsmParameters `json:"forProvider"` }
A CloudhsmV2HsmSpec defines the desired state of a CloudhsmV2Hsm
func (*CloudhsmV2HsmSpec) DeepCopy ¶
func (in *CloudhsmV2HsmSpec) DeepCopy() *CloudhsmV2HsmSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudhsmV2HsmSpec.
func (*CloudhsmV2HsmSpec) DeepCopyInto ¶
func (in *CloudhsmV2HsmSpec) DeepCopyInto(out *CloudhsmV2HsmSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CloudhsmV2HsmStatus ¶
type CloudhsmV2HsmStatus struct { runtimev1alpha1.ResourceStatus `json:",inline"` AtProvider CloudhsmV2HsmObservation `json:"atProvider"` }
A CloudhsmV2HsmStatus defines the observed state of a CloudhsmV2Hsm
func (*CloudhsmV2HsmStatus) DeepCopy ¶
func (in *CloudhsmV2HsmStatus) DeepCopy() *CloudhsmV2HsmStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudhsmV2HsmStatus.
func (*CloudhsmV2HsmStatus) DeepCopyInto ¶
func (in *CloudhsmV2HsmStatus) DeepCopyInto(out *CloudhsmV2HsmStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Timeouts ¶
type Timeouts struct { Delete string `json:"delete"` Update string `json:"update"` Create string `json:"create"` }
func (*Timeouts) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Timeouts.
func (*Timeouts) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.