Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeVpnGatewayAttachment(prev *VpnGatewayAttachment, ctyValue cty.Value) (resource.Managed, error)
- func DecodeVpnGatewayAttachment_VpcId(p *VpnGatewayAttachmentParameters, vals map[string]cty.Value)
- func DecodeVpnGatewayAttachment_VpnGatewayId(p *VpnGatewayAttachmentParameters, vals map[string]cty.Value)
- func EncodeVpnGatewayAttachment(r VpnGatewayAttachment) cty.Value
- func EncodeVpnGatewayAttachment_VpcId(p VpnGatewayAttachmentParameters, vals map[string]cty.Value)
- func EncodeVpnGatewayAttachment_VpnGatewayId(p VpnGatewayAttachmentParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeVpnGatewayAttachment_VpcId(k *VpnGatewayAttachmentParameters, p *VpnGatewayAttachmentParameters, ...) bool
- func MergeVpnGatewayAttachment_VpnGatewayId(k *VpnGatewayAttachmentParameters, p *VpnGatewayAttachmentParameters, ...) bool
- type VpnGatewayAttachment
- func (in *VpnGatewayAttachment) DeepCopy() *VpnGatewayAttachment
- func (in *VpnGatewayAttachment) DeepCopyInto(out *VpnGatewayAttachment)
- func (in *VpnGatewayAttachment) DeepCopyObject() runtime.Object
- func (mg *VpnGatewayAttachment) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *VpnGatewayAttachment) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *VpnGatewayAttachment) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *VpnGatewayAttachment) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *VpnGatewayAttachment) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *VpnGatewayAttachment) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *VpnGatewayAttachment) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *VpnGatewayAttachment) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *VpnGatewayAttachment) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *VpnGatewayAttachment) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type VpnGatewayAttachmentList
- type VpnGatewayAttachmentObservation
- type VpnGatewayAttachmentParameters
- type VpnGatewayAttachmentSpec
- type VpnGatewayAttachmentStatus
Constants ¶
const ( Group = "vpn-gateway-attachment.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "VpnGatewayAttachment" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_vpn_gateway_attachment" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
func DecodeVpnGatewayAttachment_VpcId ¶
func DecodeVpnGatewayAttachment_VpcId(p *VpnGatewayAttachmentParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeVpnGatewayAttachment_VpnGatewayId ¶
func DecodeVpnGatewayAttachment_VpnGatewayId(p *VpnGatewayAttachmentParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func EncodeVpnGatewayAttachment ¶
func EncodeVpnGatewayAttachment(r VpnGatewayAttachment) cty.Value
func EncodeVpnGatewayAttachment_VpcId ¶
func EncodeVpnGatewayAttachment_VpcId(p VpnGatewayAttachmentParameters, vals map[string]cty.Value)
func EncodeVpnGatewayAttachment_VpnGatewayId ¶
func EncodeVpnGatewayAttachment_VpnGatewayId(p VpnGatewayAttachmentParameters, vals map[string]cty.Value)
func Implementation ¶
func Implementation() *plugin.Implementation
func MergeVpnGatewayAttachment_VpcId ¶
func MergeVpnGatewayAttachment_VpcId(k *VpnGatewayAttachmentParameters, p *VpnGatewayAttachmentParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeVpnGatewayAttachment_VpnGatewayId ¶
func MergeVpnGatewayAttachment_VpnGatewayId(k *VpnGatewayAttachmentParameters, p *VpnGatewayAttachmentParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
Types ¶
type VpnGatewayAttachment ¶
type VpnGatewayAttachment struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec VpnGatewayAttachmentSpec `json:"spec"` Status VpnGatewayAttachmentStatus `json:"status,omitempty"` }
VpnGatewayAttachment is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster
func (*VpnGatewayAttachment) DeepCopy ¶
func (in *VpnGatewayAttachment) DeepCopy() *VpnGatewayAttachment
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VpnGatewayAttachment.
func (*VpnGatewayAttachment) DeepCopyInto ¶
func (in *VpnGatewayAttachment) DeepCopyInto(out *VpnGatewayAttachment)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*VpnGatewayAttachment) DeepCopyObject ¶
func (in *VpnGatewayAttachment) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*VpnGatewayAttachment) GetCondition ¶
func (mg *VpnGatewayAttachment) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this VpnGatewayAttachment.
func (*VpnGatewayAttachment) GetDeletionPolicy ¶
func (mg *VpnGatewayAttachment) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
GetDeletionPolicy of this VpnGatewayAttachment.
func (*VpnGatewayAttachment) GetProviderConfigReference ¶
func (mg *VpnGatewayAttachment) GetProviderConfigReference() *runtimev1alpha1.Reference
GetProviderConfigReference of this VpnGatewayAttachment.
func (*VpnGatewayAttachment) GetProviderReference ¶
func (mg *VpnGatewayAttachment) GetProviderReference() *runtimev1alpha1.Reference
GetProviderReference of this VpnGatewayAttachment. Deprecated: Use GetProviderConfigReference.
func (*VpnGatewayAttachment) GetWriteConnectionSecretToReference ¶
func (mg *VpnGatewayAttachment) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
GetWriteConnectionSecretToReference of this VpnGatewayAttachment.
func (*VpnGatewayAttachment) SetConditions ¶
func (mg *VpnGatewayAttachment) SetConditions(c ...runtimev1alpha1.Condition)
SetConditions of this VpnGatewayAttachment.
func (*VpnGatewayAttachment) SetDeletionPolicy ¶
func (mg *VpnGatewayAttachment) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
SetDeletionPolicy of this VpnGatewayAttachment.
func (*VpnGatewayAttachment) SetProviderConfigReference ¶
func (mg *VpnGatewayAttachment) SetProviderConfigReference(r *runtimev1alpha1.Reference)
SetProviderConfigReference of this VpnGatewayAttachment.
func (*VpnGatewayAttachment) SetProviderReference ¶
func (mg *VpnGatewayAttachment) SetProviderReference(r *runtimev1alpha1.Reference)
SetProviderReference of this VpnGatewayAttachment. Deprecated: Use SetProviderConfigReference.
func (*VpnGatewayAttachment) SetWriteConnectionSecretToReference ¶
func (mg *VpnGatewayAttachment) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
SetWriteConnectionSecretToReference of this VpnGatewayAttachment.
type VpnGatewayAttachmentList ¶
type VpnGatewayAttachmentList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []VpnGatewayAttachment `json:"items"` }
VpnGatewayAttachment contains a list of VpnGatewayAttachmentList
func (*VpnGatewayAttachmentList) DeepCopy ¶
func (in *VpnGatewayAttachmentList) DeepCopy() *VpnGatewayAttachmentList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VpnGatewayAttachmentList.
func (*VpnGatewayAttachmentList) DeepCopyInto ¶
func (in *VpnGatewayAttachmentList) DeepCopyInto(out *VpnGatewayAttachmentList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*VpnGatewayAttachmentList) DeepCopyObject ¶
func (in *VpnGatewayAttachmentList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*VpnGatewayAttachmentList) GetItems ¶
func (l *VpnGatewayAttachmentList) GetItems() []resource.Managed
GetItems of this VpnGatewayAttachmentList.
type VpnGatewayAttachmentObservation ¶
type VpnGatewayAttachmentObservation struct{}
A VpnGatewayAttachmentObservation records the observed state of a VpnGatewayAttachment
func (*VpnGatewayAttachmentObservation) DeepCopy ¶
func (in *VpnGatewayAttachmentObservation) DeepCopy() *VpnGatewayAttachmentObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VpnGatewayAttachmentObservation.
func (*VpnGatewayAttachmentObservation) DeepCopyInto ¶
func (in *VpnGatewayAttachmentObservation) DeepCopyInto(out *VpnGatewayAttachmentObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VpnGatewayAttachmentParameters ¶
type VpnGatewayAttachmentParameters struct { VpcId string `json:"vpc_id"` VpnGatewayId string `json:"vpn_gateway_id"` }
A VpnGatewayAttachmentParameters defines the desired state of a VpnGatewayAttachment
func (*VpnGatewayAttachmentParameters) DeepCopy ¶
func (in *VpnGatewayAttachmentParameters) DeepCopy() *VpnGatewayAttachmentParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VpnGatewayAttachmentParameters.
func (*VpnGatewayAttachmentParameters) DeepCopyInto ¶
func (in *VpnGatewayAttachmentParameters) DeepCopyInto(out *VpnGatewayAttachmentParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VpnGatewayAttachmentSpec ¶
type VpnGatewayAttachmentSpec struct { runtimev1alpha1.ResourceSpec `json:",inline"` ForProvider VpnGatewayAttachmentParameters `json:"forProvider"` }
A VpnGatewayAttachmentSpec defines the desired state of a VpnGatewayAttachment
func (*VpnGatewayAttachmentSpec) DeepCopy ¶
func (in *VpnGatewayAttachmentSpec) DeepCopy() *VpnGatewayAttachmentSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VpnGatewayAttachmentSpec.
func (*VpnGatewayAttachmentSpec) DeepCopyInto ¶
func (in *VpnGatewayAttachmentSpec) DeepCopyInto(out *VpnGatewayAttachmentSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VpnGatewayAttachmentStatus ¶
type VpnGatewayAttachmentStatus struct { runtimev1alpha1.ResourceStatus `json:",inline"` AtProvider VpnGatewayAttachmentObservation `json:"atProvider"` }
A VpnGatewayAttachmentStatus defines the observed state of a VpnGatewayAttachment
func (*VpnGatewayAttachmentStatus) DeepCopy ¶
func (in *VpnGatewayAttachmentStatus) DeepCopy() *VpnGatewayAttachmentStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VpnGatewayAttachmentStatus.
func (*VpnGatewayAttachmentStatus) DeepCopyInto ¶
func (in *VpnGatewayAttachmentStatus) DeepCopyInto(out *VpnGatewayAttachmentStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.