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   = "ec-2-transit-gateway-peering-attachment-accepter.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	Kind                  = "Ec2TransitGatewayPeeringAttachmentAccepter"
	GroupKind             = schema.GroupKind{Group: Group, Kind: Kind}.String()
	KindAPIVersion        = Kind + "." + SchemeGroupVersion.String()
	GroupVersionKind      = SchemeGroupVersion.WithKind(Kind)
	TerraformResourceName = "aws_ec2_transit_gateway_peering_attachment_accepter"
)
View Source
var (
	// SchemeGroupVersion is group version used to register these objects
	SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version}
)

Functions

func DecodeEc2TransitGatewayPeeringAttachmentAccepter

func DecodeEc2TransitGatewayPeeringAttachmentAccepter(prev *Ec2TransitGatewayPeeringAttachmentAccepter, ctyValue cty.Value) (resource.Managed, error)

func DecodeEc2TransitGatewayPeeringAttachmentAccepter_PeerAccountId

func DecodeEc2TransitGatewayPeeringAttachmentAccepter_PeerAccountId(p *Ec2TransitGatewayPeeringAttachmentAccepterObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeEc2TransitGatewayPeeringAttachmentAccepter_PeerRegion

func DecodeEc2TransitGatewayPeeringAttachmentAccepter_PeerRegion(p *Ec2TransitGatewayPeeringAttachmentAccepterObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeEc2TransitGatewayPeeringAttachmentAccepter_PeerTransitGatewayId

func DecodeEc2TransitGatewayPeeringAttachmentAccepter_PeerTransitGatewayId(p *Ec2TransitGatewayPeeringAttachmentAccepterObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeEc2TransitGatewayPeeringAttachmentAccepter_Tags

func DecodeEc2TransitGatewayPeeringAttachmentAccepter_Tags(p *Ec2TransitGatewayPeeringAttachmentAccepterParameters, vals map[string]cty.Value)

primitiveMapTypeDecodeTemplate

func DecodeEc2TransitGatewayPeeringAttachmentAccepter_TransitGatewayAttachmentId

func DecodeEc2TransitGatewayPeeringAttachmentAccepter_TransitGatewayAttachmentId(p *Ec2TransitGatewayPeeringAttachmentAccepterParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeEc2TransitGatewayPeeringAttachmentAccepter_TransitGatewayId

func DecodeEc2TransitGatewayPeeringAttachmentAccepter_TransitGatewayId(p *Ec2TransitGatewayPeeringAttachmentAccepterObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeEc2TransitGatewayPeeringAttachmentAccepter

func EncodeEc2TransitGatewayPeeringAttachmentAccepter(r Ec2TransitGatewayPeeringAttachmentAccepter) cty.Value

func EncodeEc2TransitGatewayPeeringAttachmentAccepter_PeerAccountId

func EncodeEc2TransitGatewayPeeringAttachmentAccepter_PeerAccountId(p Ec2TransitGatewayPeeringAttachmentAccepterObservation, vals map[string]cty.Value)

func EncodeEc2TransitGatewayPeeringAttachmentAccepter_PeerRegion

func EncodeEc2TransitGatewayPeeringAttachmentAccepter_PeerRegion(p Ec2TransitGatewayPeeringAttachmentAccepterObservation, vals map[string]cty.Value)

func EncodeEc2TransitGatewayPeeringAttachmentAccepter_PeerTransitGatewayId

func EncodeEc2TransitGatewayPeeringAttachmentAccepter_PeerTransitGatewayId(p Ec2TransitGatewayPeeringAttachmentAccepterObservation, vals map[string]cty.Value)

func EncodeEc2TransitGatewayPeeringAttachmentAccepter_Tags

func EncodeEc2TransitGatewayPeeringAttachmentAccepter_Tags(p Ec2TransitGatewayPeeringAttachmentAccepterParameters, vals map[string]cty.Value)

func EncodeEc2TransitGatewayPeeringAttachmentAccepter_TransitGatewayAttachmentId

func EncodeEc2TransitGatewayPeeringAttachmentAccepter_TransitGatewayAttachmentId(p Ec2TransitGatewayPeeringAttachmentAccepterParameters, vals map[string]cty.Value)

func EncodeEc2TransitGatewayPeeringAttachmentAccepter_TransitGatewayId

func EncodeEc2TransitGatewayPeeringAttachmentAccepter_TransitGatewayId(p Ec2TransitGatewayPeeringAttachmentAccepterObservation, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

Types

type Ec2TransitGatewayPeeringAttachmentAccepter

type Ec2TransitGatewayPeeringAttachmentAccepter struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   Ec2TransitGatewayPeeringAttachmentAccepterSpec   `json:"spec"`
	Status Ec2TransitGatewayPeeringAttachmentAccepterStatus `json:"status,omitempty"`
}

Ec2TransitGatewayPeeringAttachmentAccepter is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster

func (*Ec2TransitGatewayPeeringAttachmentAccepter) DeepCopy

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

func (*Ec2TransitGatewayPeeringAttachmentAccepter) DeepCopyInto

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

func (*Ec2TransitGatewayPeeringAttachmentAccepter) DeepCopyObject

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*Ec2TransitGatewayPeeringAttachmentAccepter) GetCondition

GetCondition of this Ec2TransitGatewayPeeringAttachmentAccepter.

func (*Ec2TransitGatewayPeeringAttachmentAccepter) GetDeletionPolicy

GetDeletionPolicy of this Ec2TransitGatewayPeeringAttachmentAccepter.

func (*Ec2TransitGatewayPeeringAttachmentAccepter) GetProviderConfigReference

func (mg *Ec2TransitGatewayPeeringAttachmentAccepter) GetProviderConfigReference() *runtimev1alpha1.Reference

GetProviderConfigReference of this Ec2TransitGatewayPeeringAttachmentAccepter.

func (*Ec2TransitGatewayPeeringAttachmentAccepter) GetProviderReference

GetProviderReference of this Ec2TransitGatewayPeeringAttachmentAccepter. Deprecated: Use GetProviderConfigReference.

func (*Ec2TransitGatewayPeeringAttachmentAccepter) GetWriteConnectionSecretToReference

func (mg *Ec2TransitGatewayPeeringAttachmentAccepter) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference

GetWriteConnectionSecretToReference of this Ec2TransitGatewayPeeringAttachmentAccepter.

func (*Ec2TransitGatewayPeeringAttachmentAccepter) SetConditions

SetConditions of this Ec2TransitGatewayPeeringAttachmentAccepter.

func (*Ec2TransitGatewayPeeringAttachmentAccepter) SetDeletionPolicy

SetDeletionPolicy of this Ec2TransitGatewayPeeringAttachmentAccepter.

func (*Ec2TransitGatewayPeeringAttachmentAccepter) SetProviderConfigReference

func (mg *Ec2TransitGatewayPeeringAttachmentAccepter) SetProviderConfigReference(r *runtimev1alpha1.Reference)

SetProviderConfigReference of this Ec2TransitGatewayPeeringAttachmentAccepter.

func (*Ec2TransitGatewayPeeringAttachmentAccepter) SetProviderReference

SetProviderReference of this Ec2TransitGatewayPeeringAttachmentAccepter. Deprecated: Use SetProviderConfigReference.

func (*Ec2TransitGatewayPeeringAttachmentAccepter) SetWriteConnectionSecretToReference

func (mg *Ec2TransitGatewayPeeringAttachmentAccepter) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)

SetWriteConnectionSecretToReference of this Ec2TransitGatewayPeeringAttachmentAccepter.

type Ec2TransitGatewayPeeringAttachmentAccepterList

type Ec2TransitGatewayPeeringAttachmentAccepterList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []Ec2TransitGatewayPeeringAttachmentAccepter `json:"items"`
}

Ec2TransitGatewayPeeringAttachmentAccepter contains a list of Ec2TransitGatewayPeeringAttachmentAccepterList

func (*Ec2TransitGatewayPeeringAttachmentAccepterList) DeepCopy

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

func (*Ec2TransitGatewayPeeringAttachmentAccepterList) DeepCopyInto

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

func (*Ec2TransitGatewayPeeringAttachmentAccepterList) DeepCopyObject

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*Ec2TransitGatewayPeeringAttachmentAccepterList) GetItems

GetItems of this Ec2TransitGatewayPeeringAttachmentAccepterList.

type Ec2TransitGatewayPeeringAttachmentAccepterObservation

type Ec2TransitGatewayPeeringAttachmentAccepterObservation struct {
	PeerAccountId        string `json:"peer_account_id"`
	PeerRegion           string `json:"peer_region"`
	PeerTransitGatewayId string `json:"peer_transit_gateway_id"`
	TransitGatewayId     string `json:"transit_gateway_id"`
}

A Ec2TransitGatewayPeeringAttachmentAccepterObservation records the observed state of a Ec2TransitGatewayPeeringAttachmentAccepter

func (*Ec2TransitGatewayPeeringAttachmentAccepterObservation) DeepCopy

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

func (*Ec2TransitGatewayPeeringAttachmentAccepterObservation) DeepCopyInto

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

type Ec2TransitGatewayPeeringAttachmentAccepterParameters

type Ec2TransitGatewayPeeringAttachmentAccepterParameters struct {
	Tags                       map[string]string `json:"tags"`
	TransitGatewayAttachmentId string            `json:"transit_gateway_attachment_id"`
}

A Ec2TransitGatewayPeeringAttachmentAccepterParameters defines the desired state of a Ec2TransitGatewayPeeringAttachmentAccepter

func (*Ec2TransitGatewayPeeringAttachmentAccepterParameters) DeepCopy

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

func (*Ec2TransitGatewayPeeringAttachmentAccepterParameters) DeepCopyInto

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

type Ec2TransitGatewayPeeringAttachmentAccepterSpec

type Ec2TransitGatewayPeeringAttachmentAccepterSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  Ec2TransitGatewayPeeringAttachmentAccepterParameters `json:"forProvider"`
}

A Ec2TransitGatewayPeeringAttachmentAccepterSpec defines the desired state of a Ec2TransitGatewayPeeringAttachmentAccepter

func (*Ec2TransitGatewayPeeringAttachmentAccepterSpec) DeepCopy

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

func (*Ec2TransitGatewayPeeringAttachmentAccepterSpec) DeepCopyInto

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

type Ec2TransitGatewayPeeringAttachmentAccepterStatus

type Ec2TransitGatewayPeeringAttachmentAccepterStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     Ec2TransitGatewayPeeringAttachmentAccepterObservation `json:"atProvider"`
}

A Ec2TransitGatewayPeeringAttachmentAccepterStatus defines the observed state of a Ec2TransitGatewayPeeringAttachmentAccepter

func (*Ec2TransitGatewayPeeringAttachmentAccepterStatus) DeepCopy

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

func (*Ec2TransitGatewayPeeringAttachmentAccepterStatus) 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