Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeVpcEndpointSubnetAssociation(prev *VpcEndpointSubnetAssociation, ctyValue cty.Value) (resource.Managed, error)
- func DecodeVpcEndpointSubnetAssociation_SubnetId(p *VpcEndpointSubnetAssociationParameters, vals map[string]cty.Value)
- func DecodeVpcEndpointSubnetAssociation_Timeouts(p *Timeouts, vals map[string]cty.Value)
- func DecodeVpcEndpointSubnetAssociation_Timeouts_Create(p *Timeouts, vals map[string]cty.Value)
- func DecodeVpcEndpointSubnetAssociation_Timeouts_Delete(p *Timeouts, vals map[string]cty.Value)
- func DecodeVpcEndpointSubnetAssociation_VpcEndpointId(p *VpcEndpointSubnetAssociationParameters, vals map[string]cty.Value)
- func EncodeVpcEndpointSubnetAssociation(r VpcEndpointSubnetAssociation) cty.Value
- func EncodeVpcEndpointSubnetAssociation_SubnetId(p VpcEndpointSubnetAssociationParameters, vals map[string]cty.Value)
- func EncodeVpcEndpointSubnetAssociation_Timeouts(p Timeouts, vals map[string]cty.Value)
- func EncodeVpcEndpointSubnetAssociation_Timeouts_Create(p Timeouts, vals map[string]cty.Value)
- func EncodeVpcEndpointSubnetAssociation_Timeouts_Delete(p Timeouts, vals map[string]cty.Value)
- func EncodeVpcEndpointSubnetAssociation_VpcEndpointId(p VpcEndpointSubnetAssociationParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeVpcEndpointSubnetAssociation_SubnetId(k *VpcEndpointSubnetAssociationParameters, ...) bool
- func MergeVpcEndpointSubnetAssociation_Timeouts(k *Timeouts, p *Timeouts, md *plugin.MergeDescription) bool
- func MergeVpcEndpointSubnetAssociation_Timeouts_Create(k *Timeouts, p *Timeouts, md *plugin.MergeDescription) bool
- func MergeVpcEndpointSubnetAssociation_Timeouts_Delete(k *Timeouts, p *Timeouts, md *plugin.MergeDescription) bool
- func MergeVpcEndpointSubnetAssociation_VpcEndpointId(k *VpcEndpointSubnetAssociationParameters, ...) bool
- type Timeouts
- type VpcEndpointSubnetAssociation
- func (in *VpcEndpointSubnetAssociation) DeepCopy() *VpcEndpointSubnetAssociation
- func (in *VpcEndpointSubnetAssociation) DeepCopyInto(out *VpcEndpointSubnetAssociation)
- func (in *VpcEndpointSubnetAssociation) DeepCopyObject() runtime.Object
- func (mg *VpcEndpointSubnetAssociation) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *VpcEndpointSubnetAssociation) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *VpcEndpointSubnetAssociation) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *VpcEndpointSubnetAssociation) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *VpcEndpointSubnetAssociation) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *VpcEndpointSubnetAssociation) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *VpcEndpointSubnetAssociation) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *VpcEndpointSubnetAssociation) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *VpcEndpointSubnetAssociation) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *VpcEndpointSubnetAssociation) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type VpcEndpointSubnetAssociationList
- func (in *VpcEndpointSubnetAssociationList) DeepCopy() *VpcEndpointSubnetAssociationList
- func (in *VpcEndpointSubnetAssociationList) DeepCopyInto(out *VpcEndpointSubnetAssociationList)
- func (in *VpcEndpointSubnetAssociationList) DeepCopyObject() runtime.Object
- func (l *VpcEndpointSubnetAssociationList) GetItems() []resource.Managed
- type VpcEndpointSubnetAssociationObservation
- type VpcEndpointSubnetAssociationParameters
- type VpcEndpointSubnetAssociationSpec
- type VpcEndpointSubnetAssociationStatus
Constants ¶
const ( Group = "vpc-endpoint-subnet-association.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "VpcEndpointSubnetAssociation" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_vpc_endpoint_subnet_association" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
func DecodeVpcEndpointSubnetAssociation_SubnetId ¶
func DecodeVpcEndpointSubnetAssociation_SubnetId(p *VpcEndpointSubnetAssociationParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeVpcEndpointSubnetAssociation_Timeouts ¶
containerTypeDecodeTemplate
func DecodeVpcEndpointSubnetAssociation_Timeouts_Create ¶
primitiveTypeDecodeTemplate
func DecodeVpcEndpointSubnetAssociation_Timeouts_Delete ¶
primitiveTypeDecodeTemplate
func DecodeVpcEndpointSubnetAssociation_VpcEndpointId ¶
func DecodeVpcEndpointSubnetAssociation_VpcEndpointId(p *VpcEndpointSubnetAssociationParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func EncodeVpcEndpointSubnetAssociation ¶
func EncodeVpcEndpointSubnetAssociation(r VpcEndpointSubnetAssociation) cty.Value
func EncodeVpcEndpointSubnetAssociation_SubnetId ¶
func EncodeVpcEndpointSubnetAssociation_SubnetId(p VpcEndpointSubnetAssociationParameters, vals map[string]cty.Value)
func EncodeVpcEndpointSubnetAssociation_VpcEndpointId ¶
func EncodeVpcEndpointSubnetAssociation_VpcEndpointId(p VpcEndpointSubnetAssociationParameters, vals map[string]cty.Value)
func Implementation ¶
func Implementation() *plugin.Implementation
func MergeVpcEndpointSubnetAssociation_SubnetId ¶
func MergeVpcEndpointSubnetAssociation_SubnetId(k *VpcEndpointSubnetAssociationParameters, p *VpcEndpointSubnetAssociationParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeVpcEndpointSubnetAssociation_Timeouts ¶
func MergeVpcEndpointSubnetAssociation_Timeouts(k *Timeouts, p *Timeouts, md *plugin.MergeDescription) bool
mergeStructTemplateSpec
func MergeVpcEndpointSubnetAssociation_Timeouts_Create ¶
func MergeVpcEndpointSubnetAssociation_Timeouts_Create(k *Timeouts, p *Timeouts, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeVpcEndpointSubnetAssociation_Timeouts_Delete ¶
func MergeVpcEndpointSubnetAssociation_Timeouts_Delete(k *Timeouts, p *Timeouts, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeVpcEndpointSubnetAssociation_VpcEndpointId ¶
func MergeVpcEndpointSubnetAssociation_VpcEndpointId(k *VpcEndpointSubnetAssociationParameters, p *VpcEndpointSubnetAssociationParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
Types ¶
type Timeouts ¶
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.
type VpcEndpointSubnetAssociation ¶
type VpcEndpointSubnetAssociation struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec VpcEndpointSubnetAssociationSpec `json:"spec"` Status VpcEndpointSubnetAssociationStatus `json:"status,omitempty"` }
VpcEndpointSubnetAssociation is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster
func (*VpcEndpointSubnetAssociation) DeepCopy ¶
func (in *VpcEndpointSubnetAssociation) DeepCopy() *VpcEndpointSubnetAssociation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VpcEndpointSubnetAssociation.
func (*VpcEndpointSubnetAssociation) DeepCopyInto ¶
func (in *VpcEndpointSubnetAssociation) DeepCopyInto(out *VpcEndpointSubnetAssociation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*VpcEndpointSubnetAssociation) DeepCopyObject ¶
func (in *VpcEndpointSubnetAssociation) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*VpcEndpointSubnetAssociation) GetCondition ¶
func (mg *VpcEndpointSubnetAssociation) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this VpcEndpointSubnetAssociation.
func (*VpcEndpointSubnetAssociation) GetDeletionPolicy ¶
func (mg *VpcEndpointSubnetAssociation) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
GetDeletionPolicy of this VpcEndpointSubnetAssociation.
func (*VpcEndpointSubnetAssociation) GetProviderConfigReference ¶
func (mg *VpcEndpointSubnetAssociation) GetProviderConfigReference() *runtimev1alpha1.Reference
GetProviderConfigReference of this VpcEndpointSubnetAssociation.
func (*VpcEndpointSubnetAssociation) GetProviderReference ¶
func (mg *VpcEndpointSubnetAssociation) GetProviderReference() *runtimev1alpha1.Reference
GetProviderReference of this VpcEndpointSubnetAssociation. Deprecated: Use GetProviderConfigReference.
func (*VpcEndpointSubnetAssociation) GetWriteConnectionSecretToReference ¶
func (mg *VpcEndpointSubnetAssociation) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
GetWriteConnectionSecretToReference of this VpcEndpointSubnetAssociation.
func (*VpcEndpointSubnetAssociation) SetConditions ¶
func (mg *VpcEndpointSubnetAssociation) SetConditions(c ...runtimev1alpha1.Condition)
SetConditions of this VpcEndpointSubnetAssociation.
func (*VpcEndpointSubnetAssociation) SetDeletionPolicy ¶
func (mg *VpcEndpointSubnetAssociation) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
SetDeletionPolicy of this VpcEndpointSubnetAssociation.
func (*VpcEndpointSubnetAssociation) SetProviderConfigReference ¶
func (mg *VpcEndpointSubnetAssociation) SetProviderConfigReference(r *runtimev1alpha1.Reference)
SetProviderConfigReference of this VpcEndpointSubnetAssociation.
func (*VpcEndpointSubnetAssociation) SetProviderReference ¶
func (mg *VpcEndpointSubnetAssociation) SetProviderReference(r *runtimev1alpha1.Reference)
SetProviderReference of this VpcEndpointSubnetAssociation. Deprecated: Use SetProviderConfigReference.
func (*VpcEndpointSubnetAssociation) SetWriteConnectionSecretToReference ¶
func (mg *VpcEndpointSubnetAssociation) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
SetWriteConnectionSecretToReference of this VpcEndpointSubnetAssociation.
type VpcEndpointSubnetAssociationList ¶
type VpcEndpointSubnetAssociationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []VpcEndpointSubnetAssociation `json:"items"` }
VpcEndpointSubnetAssociation contains a list of VpcEndpointSubnetAssociationList
func (*VpcEndpointSubnetAssociationList) DeepCopy ¶
func (in *VpcEndpointSubnetAssociationList) DeepCopy() *VpcEndpointSubnetAssociationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VpcEndpointSubnetAssociationList.
func (*VpcEndpointSubnetAssociationList) DeepCopyInto ¶
func (in *VpcEndpointSubnetAssociationList) DeepCopyInto(out *VpcEndpointSubnetAssociationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*VpcEndpointSubnetAssociationList) DeepCopyObject ¶
func (in *VpcEndpointSubnetAssociationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*VpcEndpointSubnetAssociationList) GetItems ¶
func (l *VpcEndpointSubnetAssociationList) GetItems() []resource.Managed
GetItems of this VpcEndpointSubnetAssociationList.
type VpcEndpointSubnetAssociationObservation ¶
type VpcEndpointSubnetAssociationObservation struct{}
A VpcEndpointSubnetAssociationObservation records the observed state of a VpcEndpointSubnetAssociation
func (*VpcEndpointSubnetAssociationObservation) DeepCopy ¶
func (in *VpcEndpointSubnetAssociationObservation) DeepCopy() *VpcEndpointSubnetAssociationObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VpcEndpointSubnetAssociationObservation.
func (*VpcEndpointSubnetAssociationObservation) DeepCopyInto ¶
func (in *VpcEndpointSubnetAssociationObservation) DeepCopyInto(out *VpcEndpointSubnetAssociationObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VpcEndpointSubnetAssociationParameters ¶
type VpcEndpointSubnetAssociationParameters struct { SubnetId string `json:"subnet_id"` VpcEndpointId string `json:"vpc_endpoint_id"` Timeouts Timeouts `json:"timeouts"` }
A VpcEndpointSubnetAssociationParameters defines the desired state of a VpcEndpointSubnetAssociation
func (*VpcEndpointSubnetAssociationParameters) DeepCopy ¶
func (in *VpcEndpointSubnetAssociationParameters) DeepCopy() *VpcEndpointSubnetAssociationParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VpcEndpointSubnetAssociationParameters.
func (*VpcEndpointSubnetAssociationParameters) DeepCopyInto ¶
func (in *VpcEndpointSubnetAssociationParameters) DeepCopyInto(out *VpcEndpointSubnetAssociationParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VpcEndpointSubnetAssociationSpec ¶
type VpcEndpointSubnetAssociationSpec struct { runtimev1alpha1.ResourceSpec `json:",inline"` ForProvider VpcEndpointSubnetAssociationParameters `json:"forProvider"` }
A VpcEndpointSubnetAssociationSpec defines the desired state of a VpcEndpointSubnetAssociation
func (*VpcEndpointSubnetAssociationSpec) DeepCopy ¶
func (in *VpcEndpointSubnetAssociationSpec) DeepCopy() *VpcEndpointSubnetAssociationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VpcEndpointSubnetAssociationSpec.
func (*VpcEndpointSubnetAssociationSpec) DeepCopyInto ¶
func (in *VpcEndpointSubnetAssociationSpec) DeepCopyInto(out *VpcEndpointSubnetAssociationSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VpcEndpointSubnetAssociationStatus ¶
type VpcEndpointSubnetAssociationStatus struct { runtimev1alpha1.ResourceStatus `json:",inline"` AtProvider VpcEndpointSubnetAssociationObservation `json:"atProvider"` }
A VpcEndpointSubnetAssociationStatus defines the observed state of a VpcEndpointSubnetAssociation
func (*VpcEndpointSubnetAssociationStatus) DeepCopy ¶
func (in *VpcEndpointSubnetAssociationStatus) DeepCopy() *VpcEndpointSubnetAssociationStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VpcEndpointSubnetAssociationStatus.
func (*VpcEndpointSubnetAssociationStatus) DeepCopyInto ¶
func (in *VpcEndpointSubnetAssociationStatus) DeepCopyInto(out *VpcEndpointSubnetAssociationStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.