v1alpha1

package
v0.0.0-...-bf43ebf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 18, 2021 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Group   = "vpc-endpoint-subnet-association.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

View Source
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"
)
View Source
var (
	// SchemeGroupVersion is group version used to register these objects
	SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version}
)

Functions

func DecodeVpcEndpointSubnetAssociation

func DecodeVpcEndpointSubnetAssociation(prev *VpcEndpointSubnetAssociation, ctyValue cty.Value) (resource.Managed, error)

func DecodeVpcEndpointSubnetAssociation_SubnetId

func DecodeVpcEndpointSubnetAssociation_SubnetId(p *VpcEndpointSubnetAssociationParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeVpcEndpointSubnetAssociation_Timeouts

func DecodeVpcEndpointSubnetAssociation_Timeouts(p *Timeouts, vals map[string]cty.Value)

containerTypeDecodeTemplate

func DecodeVpcEndpointSubnetAssociation_Timeouts_Create

func DecodeVpcEndpointSubnetAssociation_Timeouts_Create(p *Timeouts, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeVpcEndpointSubnetAssociation_Timeouts_Delete

func DecodeVpcEndpointSubnetAssociation_Timeouts_Delete(p *Timeouts, vals map[string]cty.Value)

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_Timeouts

func EncodeVpcEndpointSubnetAssociation_Timeouts(p Timeouts, vals map[string]cty.Value)

func EncodeVpcEndpointSubnetAssociation_Timeouts_Create

func EncodeVpcEndpointSubnetAssociation_Timeouts_Create(p Timeouts, vals map[string]cty.Value)

func EncodeVpcEndpointSubnetAssociation_Timeouts_Delete

func EncodeVpcEndpointSubnetAssociation_Timeouts_Delete(p Timeouts, 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

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

type Timeouts struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
}

func (*Timeouts) DeepCopy

func (in *Timeouts) DeepCopy() *Timeouts

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Timeouts.

func (*Timeouts) DeepCopyInto

func (in *Timeouts) DeepCopyInto(out *Timeouts)

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VpcEndpointSubnetAssociation.

func (*VpcEndpointSubnetAssociation) DeepCopyInto

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

GetCondition of this VpcEndpointSubnetAssociation.

func (*VpcEndpointSubnetAssociation) GetDeletionPolicy

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

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VpcEndpointSubnetAssociationList.

func (*VpcEndpointSubnetAssociationList) DeepCopyInto

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

GetItems of this VpcEndpointSubnetAssociationList.

type VpcEndpointSubnetAssociationObservation

type VpcEndpointSubnetAssociationObservation struct{}

A VpcEndpointSubnetAssociationObservation records the observed state of a VpcEndpointSubnetAssociation

func (*VpcEndpointSubnetAssociationObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VpcEndpointSubnetAssociationObservation.

func (*VpcEndpointSubnetAssociationObservation) DeepCopyInto

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VpcEndpointSubnetAssociationParameters.

func (*VpcEndpointSubnetAssociationParameters) DeepCopyInto

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VpcEndpointSubnetAssociationSpec.

func (*VpcEndpointSubnetAssociationSpec) DeepCopyInto

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VpcEndpointSubnetAssociationStatus.

func (*VpcEndpointSubnetAssociationStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL