Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeEc2LocalGatewayRouteTableVpcAssociation(prev *Ec2LocalGatewayRouteTableVpcAssociation, ctyValue cty.Value) (resource.Managed, error)
- func DecodeEc2LocalGatewayRouteTableVpcAssociation_LocalGatewayId(p *Ec2LocalGatewayRouteTableVpcAssociationObservation, ...)
- func DecodeEc2LocalGatewayRouteTableVpcAssociation_LocalGatewayRouteTableId(p *Ec2LocalGatewayRouteTableVpcAssociationParameters, ...)
- func DecodeEc2LocalGatewayRouteTableVpcAssociation_Tags(p *Ec2LocalGatewayRouteTableVpcAssociationParameters, ...)
- func DecodeEc2LocalGatewayRouteTableVpcAssociation_VpcId(p *Ec2LocalGatewayRouteTableVpcAssociationParameters, ...)
- func EncodeEc2LocalGatewayRouteTableVpcAssociation(r Ec2LocalGatewayRouteTableVpcAssociation) cty.Value
- func EncodeEc2LocalGatewayRouteTableVpcAssociation_LocalGatewayId(p Ec2LocalGatewayRouteTableVpcAssociationObservation, ...)
- func EncodeEc2LocalGatewayRouteTableVpcAssociation_LocalGatewayRouteTableId(p Ec2LocalGatewayRouteTableVpcAssociationParameters, vals map[string]cty.Value)
- func EncodeEc2LocalGatewayRouteTableVpcAssociation_Tags(p Ec2LocalGatewayRouteTableVpcAssociationParameters, vals map[string]cty.Value)
- func EncodeEc2LocalGatewayRouteTableVpcAssociation_VpcId(p Ec2LocalGatewayRouteTableVpcAssociationParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeEc2LocalGatewayRouteTableVpcAssociation_LocalGatewayId(k *Ec2LocalGatewayRouteTableVpcAssociationObservation, ...) bool
- func MergeEc2LocalGatewayRouteTableVpcAssociation_LocalGatewayRouteTableId(k *Ec2LocalGatewayRouteTableVpcAssociationParameters, ...) bool
- func MergeEc2LocalGatewayRouteTableVpcAssociation_Tags(k *Ec2LocalGatewayRouteTableVpcAssociationParameters, ...) bool
- func MergeEc2LocalGatewayRouteTableVpcAssociation_VpcId(k *Ec2LocalGatewayRouteTableVpcAssociationParameters, ...) bool
- type Ec2LocalGatewayRouteTableVpcAssociation
- func (in *Ec2LocalGatewayRouteTableVpcAssociation) DeepCopy() *Ec2LocalGatewayRouteTableVpcAssociation
- func (in *Ec2LocalGatewayRouteTableVpcAssociation) DeepCopyInto(out *Ec2LocalGatewayRouteTableVpcAssociation)
- func (in *Ec2LocalGatewayRouteTableVpcAssociation) DeepCopyObject() runtime.Object
- func (mg *Ec2LocalGatewayRouteTableVpcAssociation) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *Ec2LocalGatewayRouteTableVpcAssociation) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *Ec2LocalGatewayRouteTableVpcAssociation) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *Ec2LocalGatewayRouteTableVpcAssociation) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *Ec2LocalGatewayRouteTableVpcAssociation) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *Ec2LocalGatewayRouteTableVpcAssociation) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *Ec2LocalGatewayRouteTableVpcAssociation) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *Ec2LocalGatewayRouteTableVpcAssociation) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *Ec2LocalGatewayRouteTableVpcAssociation) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *Ec2LocalGatewayRouteTableVpcAssociation) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type Ec2LocalGatewayRouteTableVpcAssociationList
- func (in *Ec2LocalGatewayRouteTableVpcAssociationList) DeepCopy() *Ec2LocalGatewayRouteTableVpcAssociationList
- func (in *Ec2LocalGatewayRouteTableVpcAssociationList) DeepCopyInto(out *Ec2LocalGatewayRouteTableVpcAssociationList)
- func (in *Ec2LocalGatewayRouteTableVpcAssociationList) DeepCopyObject() runtime.Object
- func (l *Ec2LocalGatewayRouteTableVpcAssociationList) GetItems() []resource.Managed
- type Ec2LocalGatewayRouteTableVpcAssociationObservation
- type Ec2LocalGatewayRouteTableVpcAssociationParameters
- type Ec2LocalGatewayRouteTableVpcAssociationSpec
- type Ec2LocalGatewayRouteTableVpcAssociationStatus
Constants ¶
const ( Group = "ec-2-local-gateway-route-table-vpc-association.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "Ec2LocalGatewayRouteTableVpcAssociation" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_ec2_local_gateway_route_table_vpc_association" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
func DecodeEc2LocalGatewayRouteTableVpcAssociation_LocalGatewayId ¶
func DecodeEc2LocalGatewayRouteTableVpcAssociation_LocalGatewayId(p *Ec2LocalGatewayRouteTableVpcAssociationObservation, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeEc2LocalGatewayRouteTableVpcAssociation_LocalGatewayRouteTableId ¶
func DecodeEc2LocalGatewayRouteTableVpcAssociation_LocalGatewayRouteTableId(p *Ec2LocalGatewayRouteTableVpcAssociationParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeEc2LocalGatewayRouteTableVpcAssociation_Tags ¶
func DecodeEc2LocalGatewayRouteTableVpcAssociation_Tags(p *Ec2LocalGatewayRouteTableVpcAssociationParameters, vals map[string]cty.Value)
primitiveMapTypeDecodeTemplate
func DecodeEc2LocalGatewayRouteTableVpcAssociation_VpcId ¶
func DecodeEc2LocalGatewayRouteTableVpcAssociation_VpcId(p *Ec2LocalGatewayRouteTableVpcAssociationParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func EncodeEc2LocalGatewayRouteTableVpcAssociation ¶
func EncodeEc2LocalGatewayRouteTableVpcAssociation(r Ec2LocalGatewayRouteTableVpcAssociation) cty.Value
func EncodeEc2LocalGatewayRouteTableVpcAssociation_LocalGatewayId ¶
func EncodeEc2LocalGatewayRouteTableVpcAssociation_LocalGatewayId(p Ec2LocalGatewayRouteTableVpcAssociationObservation, vals map[string]cty.Value)
func EncodeEc2LocalGatewayRouteTableVpcAssociation_LocalGatewayRouteTableId ¶
func EncodeEc2LocalGatewayRouteTableVpcAssociation_LocalGatewayRouteTableId(p Ec2LocalGatewayRouteTableVpcAssociationParameters, vals map[string]cty.Value)
func EncodeEc2LocalGatewayRouteTableVpcAssociation_Tags ¶
func EncodeEc2LocalGatewayRouteTableVpcAssociation_Tags(p Ec2LocalGatewayRouteTableVpcAssociationParameters, vals map[string]cty.Value)
func EncodeEc2LocalGatewayRouteTableVpcAssociation_VpcId ¶
func EncodeEc2LocalGatewayRouteTableVpcAssociation_VpcId(p Ec2LocalGatewayRouteTableVpcAssociationParameters, vals map[string]cty.Value)
func Implementation ¶
func Implementation() *plugin.Implementation
func MergeEc2LocalGatewayRouteTableVpcAssociation_LocalGatewayId ¶
func MergeEc2LocalGatewayRouteTableVpcAssociation_LocalGatewayId(k *Ec2LocalGatewayRouteTableVpcAssociationObservation, p *Ec2LocalGatewayRouteTableVpcAssociationObservation, md *plugin.MergeDescription) bool
mergePrimitiveTemplateStatus
func MergeEc2LocalGatewayRouteTableVpcAssociation_LocalGatewayRouteTableId ¶
func MergeEc2LocalGatewayRouteTableVpcAssociation_LocalGatewayRouteTableId(k *Ec2LocalGatewayRouteTableVpcAssociationParameters, p *Ec2LocalGatewayRouteTableVpcAssociationParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeEc2LocalGatewayRouteTableVpcAssociation_Tags ¶
func MergeEc2LocalGatewayRouteTableVpcAssociation_Tags(k *Ec2LocalGatewayRouteTableVpcAssociationParameters, p *Ec2LocalGatewayRouteTableVpcAssociationParameters, md *plugin.MergeDescription) bool
mergePrimitiveContainerTemplateSpec
func MergeEc2LocalGatewayRouteTableVpcAssociation_VpcId ¶
func MergeEc2LocalGatewayRouteTableVpcAssociation_VpcId(k *Ec2LocalGatewayRouteTableVpcAssociationParameters, p *Ec2LocalGatewayRouteTableVpcAssociationParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
Types ¶
type Ec2LocalGatewayRouteTableVpcAssociation ¶
type Ec2LocalGatewayRouteTableVpcAssociation struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec Ec2LocalGatewayRouteTableVpcAssociationSpec `json:"spec"` Status Ec2LocalGatewayRouteTableVpcAssociationStatus `json:"status,omitempty"` }
Ec2LocalGatewayRouteTableVpcAssociation is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster
func (*Ec2LocalGatewayRouteTableVpcAssociation) DeepCopy ¶
func (in *Ec2LocalGatewayRouteTableVpcAssociation) DeepCopy() *Ec2LocalGatewayRouteTableVpcAssociation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Ec2LocalGatewayRouteTableVpcAssociation.
func (*Ec2LocalGatewayRouteTableVpcAssociation) DeepCopyInto ¶
func (in *Ec2LocalGatewayRouteTableVpcAssociation) DeepCopyInto(out *Ec2LocalGatewayRouteTableVpcAssociation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Ec2LocalGatewayRouteTableVpcAssociation) DeepCopyObject ¶
func (in *Ec2LocalGatewayRouteTableVpcAssociation) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Ec2LocalGatewayRouteTableVpcAssociation) GetCondition ¶
func (mg *Ec2LocalGatewayRouteTableVpcAssociation) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this Ec2LocalGatewayRouteTableVpcAssociation.
func (*Ec2LocalGatewayRouteTableVpcAssociation) GetDeletionPolicy ¶
func (mg *Ec2LocalGatewayRouteTableVpcAssociation) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
GetDeletionPolicy of this Ec2LocalGatewayRouteTableVpcAssociation.
func (*Ec2LocalGatewayRouteTableVpcAssociation) GetProviderConfigReference ¶
func (mg *Ec2LocalGatewayRouteTableVpcAssociation) GetProviderConfigReference() *runtimev1alpha1.Reference
GetProviderConfigReference of this Ec2LocalGatewayRouteTableVpcAssociation.
func (*Ec2LocalGatewayRouteTableVpcAssociation) GetProviderReference ¶
func (mg *Ec2LocalGatewayRouteTableVpcAssociation) GetProviderReference() *runtimev1alpha1.Reference
GetProviderReference of this Ec2LocalGatewayRouteTableVpcAssociation. Deprecated: Use GetProviderConfigReference.
func (*Ec2LocalGatewayRouteTableVpcAssociation) GetWriteConnectionSecretToReference ¶
func (mg *Ec2LocalGatewayRouteTableVpcAssociation) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
GetWriteConnectionSecretToReference of this Ec2LocalGatewayRouteTableVpcAssociation.
func (*Ec2LocalGatewayRouteTableVpcAssociation) SetConditions ¶
func (mg *Ec2LocalGatewayRouteTableVpcAssociation) SetConditions(c ...runtimev1alpha1.Condition)
SetConditions of this Ec2LocalGatewayRouteTableVpcAssociation.
func (*Ec2LocalGatewayRouteTableVpcAssociation) SetDeletionPolicy ¶
func (mg *Ec2LocalGatewayRouteTableVpcAssociation) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
SetDeletionPolicy of this Ec2LocalGatewayRouteTableVpcAssociation.
func (*Ec2LocalGatewayRouteTableVpcAssociation) SetProviderConfigReference ¶
func (mg *Ec2LocalGatewayRouteTableVpcAssociation) SetProviderConfigReference(r *runtimev1alpha1.Reference)
SetProviderConfigReference of this Ec2LocalGatewayRouteTableVpcAssociation.
func (*Ec2LocalGatewayRouteTableVpcAssociation) SetProviderReference ¶
func (mg *Ec2LocalGatewayRouteTableVpcAssociation) SetProviderReference(r *runtimev1alpha1.Reference)
SetProviderReference of this Ec2LocalGatewayRouteTableVpcAssociation. Deprecated: Use SetProviderConfigReference.
func (*Ec2LocalGatewayRouteTableVpcAssociation) SetWriteConnectionSecretToReference ¶
func (mg *Ec2LocalGatewayRouteTableVpcAssociation) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
SetWriteConnectionSecretToReference of this Ec2LocalGatewayRouteTableVpcAssociation.
type Ec2LocalGatewayRouteTableVpcAssociationList ¶
type Ec2LocalGatewayRouteTableVpcAssociationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Ec2LocalGatewayRouteTableVpcAssociation `json:"items"` }
Ec2LocalGatewayRouteTableVpcAssociation contains a list of Ec2LocalGatewayRouteTableVpcAssociationList
func (*Ec2LocalGatewayRouteTableVpcAssociationList) DeepCopy ¶
func (in *Ec2LocalGatewayRouteTableVpcAssociationList) DeepCopy() *Ec2LocalGatewayRouteTableVpcAssociationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Ec2LocalGatewayRouteTableVpcAssociationList.
func (*Ec2LocalGatewayRouteTableVpcAssociationList) DeepCopyInto ¶
func (in *Ec2LocalGatewayRouteTableVpcAssociationList) DeepCopyInto(out *Ec2LocalGatewayRouteTableVpcAssociationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Ec2LocalGatewayRouteTableVpcAssociationList) DeepCopyObject ¶
func (in *Ec2LocalGatewayRouteTableVpcAssociationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Ec2LocalGatewayRouteTableVpcAssociationList) GetItems ¶
func (l *Ec2LocalGatewayRouteTableVpcAssociationList) GetItems() []resource.Managed
GetItems of this Ec2LocalGatewayRouteTableVpcAssociationList.
type Ec2LocalGatewayRouteTableVpcAssociationObservation ¶
type Ec2LocalGatewayRouteTableVpcAssociationObservation struct {
LocalGatewayId string `json:"local_gateway_id"`
}
A Ec2LocalGatewayRouteTableVpcAssociationObservation records the observed state of a Ec2LocalGatewayRouteTableVpcAssociation
func (*Ec2LocalGatewayRouteTableVpcAssociationObservation) DeepCopy ¶
func (in *Ec2LocalGatewayRouteTableVpcAssociationObservation) DeepCopy() *Ec2LocalGatewayRouteTableVpcAssociationObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Ec2LocalGatewayRouteTableVpcAssociationObservation.
func (*Ec2LocalGatewayRouteTableVpcAssociationObservation) DeepCopyInto ¶
func (in *Ec2LocalGatewayRouteTableVpcAssociationObservation) DeepCopyInto(out *Ec2LocalGatewayRouteTableVpcAssociationObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Ec2LocalGatewayRouteTableVpcAssociationParameters ¶
type Ec2LocalGatewayRouteTableVpcAssociationParameters struct { LocalGatewayRouteTableId string `json:"local_gateway_route_table_id"` Tags map[string]string `json:"tags"` VpcId string `json:"vpc_id"` }
A Ec2LocalGatewayRouteTableVpcAssociationParameters defines the desired state of a Ec2LocalGatewayRouteTableVpcAssociation
func (*Ec2LocalGatewayRouteTableVpcAssociationParameters) DeepCopy ¶
func (in *Ec2LocalGatewayRouteTableVpcAssociationParameters) DeepCopy() *Ec2LocalGatewayRouteTableVpcAssociationParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Ec2LocalGatewayRouteTableVpcAssociationParameters.
func (*Ec2LocalGatewayRouteTableVpcAssociationParameters) DeepCopyInto ¶
func (in *Ec2LocalGatewayRouteTableVpcAssociationParameters) DeepCopyInto(out *Ec2LocalGatewayRouteTableVpcAssociationParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Ec2LocalGatewayRouteTableVpcAssociationSpec ¶
type Ec2LocalGatewayRouteTableVpcAssociationSpec struct { runtimev1alpha1.ResourceSpec `json:",inline"` ForProvider Ec2LocalGatewayRouteTableVpcAssociationParameters `json:"forProvider"` }
A Ec2LocalGatewayRouteTableVpcAssociationSpec defines the desired state of a Ec2LocalGatewayRouteTableVpcAssociation
func (*Ec2LocalGatewayRouteTableVpcAssociationSpec) DeepCopy ¶
func (in *Ec2LocalGatewayRouteTableVpcAssociationSpec) DeepCopy() *Ec2LocalGatewayRouteTableVpcAssociationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Ec2LocalGatewayRouteTableVpcAssociationSpec.
func (*Ec2LocalGatewayRouteTableVpcAssociationSpec) DeepCopyInto ¶
func (in *Ec2LocalGatewayRouteTableVpcAssociationSpec) DeepCopyInto(out *Ec2LocalGatewayRouteTableVpcAssociationSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Ec2LocalGatewayRouteTableVpcAssociationStatus ¶
type Ec2LocalGatewayRouteTableVpcAssociationStatus struct { runtimev1alpha1.ResourceStatus `json:",inline"` AtProvider Ec2LocalGatewayRouteTableVpcAssociationObservation `json:"atProvider"` }
A Ec2LocalGatewayRouteTableVpcAssociationStatus defines the observed state of a Ec2LocalGatewayRouteTableVpcAssociation
func (*Ec2LocalGatewayRouteTableVpcAssociationStatus) DeepCopy ¶
func (in *Ec2LocalGatewayRouteTableVpcAssociationStatus) DeepCopy() *Ec2LocalGatewayRouteTableVpcAssociationStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Ec2LocalGatewayRouteTableVpcAssociationStatus.
func (*Ec2LocalGatewayRouteTableVpcAssociationStatus) DeepCopyInto ¶
func (in *Ec2LocalGatewayRouteTableVpcAssociationStatus) DeepCopyInto(out *Ec2LocalGatewayRouteTableVpcAssociationStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.