Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeApiGatewayVpcLink(prev *ApiGatewayVpcLink, ctyValue cty.Value) (resource.Managed, error)
- func DecodeApiGatewayVpcLink_Arn(p *ApiGatewayVpcLinkObservation, vals map[string]cty.Value)
- func DecodeApiGatewayVpcLink_Description(p *ApiGatewayVpcLinkParameters, vals map[string]cty.Value)
- func DecodeApiGatewayVpcLink_Name(p *ApiGatewayVpcLinkParameters, vals map[string]cty.Value)
- func DecodeApiGatewayVpcLink_Tags(p *ApiGatewayVpcLinkParameters, vals map[string]cty.Value)
- func DecodeApiGatewayVpcLink_TargetArns(p *ApiGatewayVpcLinkParameters, vals map[string]cty.Value)
- func EncodeApiGatewayVpcLink(r ApiGatewayVpcLink) cty.Value
- func EncodeApiGatewayVpcLink_Arn(p ApiGatewayVpcLinkObservation, vals map[string]cty.Value)
- func EncodeApiGatewayVpcLink_Description(p ApiGatewayVpcLinkParameters, vals map[string]cty.Value)
- func EncodeApiGatewayVpcLink_Name(p ApiGatewayVpcLinkParameters, vals map[string]cty.Value)
- func EncodeApiGatewayVpcLink_Tags(p ApiGatewayVpcLinkParameters, vals map[string]cty.Value)
- func EncodeApiGatewayVpcLink_TargetArns(p ApiGatewayVpcLinkParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeApiGatewayVpcLink_Arn(k *ApiGatewayVpcLinkObservation, p *ApiGatewayVpcLinkObservation, ...) bool
- func MergeApiGatewayVpcLink_Description(k *ApiGatewayVpcLinkParameters, p *ApiGatewayVpcLinkParameters, ...) bool
- func MergeApiGatewayVpcLink_Name(k *ApiGatewayVpcLinkParameters, p *ApiGatewayVpcLinkParameters, ...) bool
- func MergeApiGatewayVpcLink_Tags(k *ApiGatewayVpcLinkParameters, p *ApiGatewayVpcLinkParameters, ...) bool
- func MergeApiGatewayVpcLink_TargetArns(k *ApiGatewayVpcLinkParameters, p *ApiGatewayVpcLinkParameters, ...) bool
- type ApiGatewayVpcLink
- func (in *ApiGatewayVpcLink) DeepCopy() *ApiGatewayVpcLink
- func (in *ApiGatewayVpcLink) DeepCopyInto(out *ApiGatewayVpcLink)
- func (in *ApiGatewayVpcLink) DeepCopyObject() runtime.Object
- func (mg *ApiGatewayVpcLink) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *ApiGatewayVpcLink) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *ApiGatewayVpcLink) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *ApiGatewayVpcLink) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *ApiGatewayVpcLink) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *ApiGatewayVpcLink) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *ApiGatewayVpcLink) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *ApiGatewayVpcLink) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *ApiGatewayVpcLink) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *ApiGatewayVpcLink) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type ApiGatewayVpcLinkList
- type ApiGatewayVpcLinkObservation
- type ApiGatewayVpcLinkParameters
- type ApiGatewayVpcLinkSpec
- type ApiGatewayVpcLinkStatus
Constants ¶
const ( Group = "api-gateway-vpc-link.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "ApiGatewayVpcLink" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_api_gateway_vpc_link" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
func DecodeApiGatewayVpcLink ¶
func DecodeApiGatewayVpcLink_Arn ¶
func DecodeApiGatewayVpcLink_Arn(p *ApiGatewayVpcLinkObservation, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeApiGatewayVpcLink_Description ¶
func DecodeApiGatewayVpcLink_Description(p *ApiGatewayVpcLinkParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeApiGatewayVpcLink_Name ¶
func DecodeApiGatewayVpcLink_Name(p *ApiGatewayVpcLinkParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeApiGatewayVpcLink_Tags ¶
func DecodeApiGatewayVpcLink_Tags(p *ApiGatewayVpcLinkParameters, vals map[string]cty.Value)
primitiveMapTypeDecodeTemplate
func DecodeApiGatewayVpcLink_TargetArns ¶
func DecodeApiGatewayVpcLink_TargetArns(p *ApiGatewayVpcLinkParameters, vals map[string]cty.Value)
primitiveCollectionTypeDecodeTemplate
func EncodeApiGatewayVpcLink ¶
func EncodeApiGatewayVpcLink(r ApiGatewayVpcLink) cty.Value
func EncodeApiGatewayVpcLink_Arn ¶
func EncodeApiGatewayVpcLink_Arn(p ApiGatewayVpcLinkObservation, vals map[string]cty.Value)
func EncodeApiGatewayVpcLink_Description ¶
func EncodeApiGatewayVpcLink_Description(p ApiGatewayVpcLinkParameters, vals map[string]cty.Value)
func EncodeApiGatewayVpcLink_Name ¶
func EncodeApiGatewayVpcLink_Name(p ApiGatewayVpcLinkParameters, vals map[string]cty.Value)
func EncodeApiGatewayVpcLink_Tags ¶
func EncodeApiGatewayVpcLink_Tags(p ApiGatewayVpcLinkParameters, vals map[string]cty.Value)
func EncodeApiGatewayVpcLink_TargetArns ¶
func EncodeApiGatewayVpcLink_TargetArns(p ApiGatewayVpcLinkParameters, vals map[string]cty.Value)
func Implementation ¶
func Implementation() *plugin.Implementation
func MergeApiGatewayVpcLink_Arn ¶
func MergeApiGatewayVpcLink_Arn(k *ApiGatewayVpcLinkObservation, p *ApiGatewayVpcLinkObservation, md *plugin.MergeDescription) bool
mergePrimitiveTemplateStatus
func MergeApiGatewayVpcLink_Description ¶
func MergeApiGatewayVpcLink_Description(k *ApiGatewayVpcLinkParameters, p *ApiGatewayVpcLinkParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeApiGatewayVpcLink_Name ¶
func MergeApiGatewayVpcLink_Name(k *ApiGatewayVpcLinkParameters, p *ApiGatewayVpcLinkParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeApiGatewayVpcLink_Tags ¶
func MergeApiGatewayVpcLink_Tags(k *ApiGatewayVpcLinkParameters, p *ApiGatewayVpcLinkParameters, md *plugin.MergeDescription) bool
mergePrimitiveContainerTemplateSpec
func MergeApiGatewayVpcLink_TargetArns ¶
func MergeApiGatewayVpcLink_TargetArns(k *ApiGatewayVpcLinkParameters, p *ApiGatewayVpcLinkParameters, md *plugin.MergeDescription) bool
mergePrimitiveContainerTemplateSpec
Types ¶
type ApiGatewayVpcLink ¶
type ApiGatewayVpcLink struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ApiGatewayVpcLinkSpec `json:"spec"` Status ApiGatewayVpcLinkStatus `json:"status,omitempty"` }
ApiGatewayVpcLink is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster
func (*ApiGatewayVpcLink) DeepCopy ¶
func (in *ApiGatewayVpcLink) DeepCopy() *ApiGatewayVpcLink
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApiGatewayVpcLink.
func (*ApiGatewayVpcLink) DeepCopyInto ¶
func (in *ApiGatewayVpcLink) DeepCopyInto(out *ApiGatewayVpcLink)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ApiGatewayVpcLink) DeepCopyObject ¶
func (in *ApiGatewayVpcLink) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ApiGatewayVpcLink) GetCondition ¶
func (mg *ApiGatewayVpcLink) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this ApiGatewayVpcLink.
func (*ApiGatewayVpcLink) GetDeletionPolicy ¶
func (mg *ApiGatewayVpcLink) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
GetDeletionPolicy of this ApiGatewayVpcLink.
func (*ApiGatewayVpcLink) GetProviderConfigReference ¶
func (mg *ApiGatewayVpcLink) GetProviderConfigReference() *runtimev1alpha1.Reference
GetProviderConfigReference of this ApiGatewayVpcLink.
func (*ApiGatewayVpcLink) GetProviderReference ¶
func (mg *ApiGatewayVpcLink) GetProviderReference() *runtimev1alpha1.Reference
GetProviderReference of this ApiGatewayVpcLink. Deprecated: Use GetProviderConfigReference.
func (*ApiGatewayVpcLink) GetWriteConnectionSecretToReference ¶
func (mg *ApiGatewayVpcLink) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
GetWriteConnectionSecretToReference of this ApiGatewayVpcLink.
func (*ApiGatewayVpcLink) SetConditions ¶
func (mg *ApiGatewayVpcLink) SetConditions(c ...runtimev1alpha1.Condition)
SetConditions of this ApiGatewayVpcLink.
func (*ApiGatewayVpcLink) SetDeletionPolicy ¶
func (mg *ApiGatewayVpcLink) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
SetDeletionPolicy of this ApiGatewayVpcLink.
func (*ApiGatewayVpcLink) SetProviderConfigReference ¶
func (mg *ApiGatewayVpcLink) SetProviderConfigReference(r *runtimev1alpha1.Reference)
SetProviderConfigReference of this ApiGatewayVpcLink.
func (*ApiGatewayVpcLink) SetProviderReference ¶
func (mg *ApiGatewayVpcLink) SetProviderReference(r *runtimev1alpha1.Reference)
SetProviderReference of this ApiGatewayVpcLink. Deprecated: Use SetProviderConfigReference.
func (*ApiGatewayVpcLink) SetWriteConnectionSecretToReference ¶
func (mg *ApiGatewayVpcLink) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
SetWriteConnectionSecretToReference of this ApiGatewayVpcLink.
type ApiGatewayVpcLinkList ¶
type ApiGatewayVpcLinkList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ApiGatewayVpcLink `json:"items"` }
ApiGatewayVpcLink contains a list of ApiGatewayVpcLinkList
func (*ApiGatewayVpcLinkList) DeepCopy ¶
func (in *ApiGatewayVpcLinkList) DeepCopy() *ApiGatewayVpcLinkList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApiGatewayVpcLinkList.
func (*ApiGatewayVpcLinkList) DeepCopyInto ¶
func (in *ApiGatewayVpcLinkList) DeepCopyInto(out *ApiGatewayVpcLinkList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ApiGatewayVpcLinkList) DeepCopyObject ¶
func (in *ApiGatewayVpcLinkList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ApiGatewayVpcLinkList) GetItems ¶
func (l *ApiGatewayVpcLinkList) GetItems() []resource.Managed
GetItems of this ApiGatewayVpcLinkList.
type ApiGatewayVpcLinkObservation ¶
type ApiGatewayVpcLinkObservation struct {
Arn string `json:"arn"`
}
A ApiGatewayVpcLinkObservation records the observed state of a ApiGatewayVpcLink
func (*ApiGatewayVpcLinkObservation) DeepCopy ¶
func (in *ApiGatewayVpcLinkObservation) DeepCopy() *ApiGatewayVpcLinkObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApiGatewayVpcLinkObservation.
func (*ApiGatewayVpcLinkObservation) DeepCopyInto ¶
func (in *ApiGatewayVpcLinkObservation) DeepCopyInto(out *ApiGatewayVpcLinkObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ApiGatewayVpcLinkParameters ¶
type ApiGatewayVpcLinkParameters struct { Description string `json:"description"` Name string `json:"name"` Tags map[string]string `json:"tags"` TargetArns []string `json:"target_arns"` }
A ApiGatewayVpcLinkParameters defines the desired state of a ApiGatewayVpcLink
func (*ApiGatewayVpcLinkParameters) DeepCopy ¶
func (in *ApiGatewayVpcLinkParameters) DeepCopy() *ApiGatewayVpcLinkParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApiGatewayVpcLinkParameters.
func (*ApiGatewayVpcLinkParameters) DeepCopyInto ¶
func (in *ApiGatewayVpcLinkParameters) DeepCopyInto(out *ApiGatewayVpcLinkParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ApiGatewayVpcLinkSpec ¶
type ApiGatewayVpcLinkSpec struct { runtimev1alpha1.ResourceSpec `json:",inline"` ForProvider ApiGatewayVpcLinkParameters `json:"forProvider"` }
A ApiGatewayVpcLinkSpec defines the desired state of a ApiGatewayVpcLink
func (*ApiGatewayVpcLinkSpec) DeepCopy ¶
func (in *ApiGatewayVpcLinkSpec) DeepCopy() *ApiGatewayVpcLinkSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApiGatewayVpcLinkSpec.
func (*ApiGatewayVpcLinkSpec) DeepCopyInto ¶
func (in *ApiGatewayVpcLinkSpec) DeepCopyInto(out *ApiGatewayVpcLinkSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ApiGatewayVpcLinkStatus ¶
type ApiGatewayVpcLinkStatus struct { runtimev1alpha1.ResourceStatus `json:",inline"` AtProvider ApiGatewayVpcLinkObservation `json:"atProvider"` }
A ApiGatewayVpcLinkStatus defines the observed state of a ApiGatewayVpcLink
func (*ApiGatewayVpcLinkStatus) DeepCopy ¶
func (in *ApiGatewayVpcLinkStatus) DeepCopy() *ApiGatewayVpcLinkStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApiGatewayVpcLinkStatus.
func (*ApiGatewayVpcLinkStatus) DeepCopyInto ¶
func (in *ApiGatewayVpcLinkStatus) DeepCopyInto(out *ApiGatewayVpcLinkStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.