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-route-table-propagation.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeEc2TransitGatewayRouteTablePropagation

func DecodeEc2TransitGatewayRouteTablePropagation(prev *Ec2TransitGatewayRouteTablePropagation, ctyValue cty.Value) (resource.Managed, error)

func DecodeEc2TransitGatewayRouteTablePropagation_ResourceId

func DecodeEc2TransitGatewayRouteTablePropagation_ResourceId(p *Ec2TransitGatewayRouteTablePropagationObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeEc2TransitGatewayRouteTablePropagation_ResourceType

func DecodeEc2TransitGatewayRouteTablePropagation_ResourceType(p *Ec2TransitGatewayRouteTablePropagationObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeEc2TransitGatewayRouteTablePropagation_TransitGatewayAttachmentId

func DecodeEc2TransitGatewayRouteTablePropagation_TransitGatewayAttachmentId(p *Ec2TransitGatewayRouteTablePropagationParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeEc2TransitGatewayRouteTablePropagation_TransitGatewayRouteTableId

func DecodeEc2TransitGatewayRouteTablePropagation_TransitGatewayRouteTableId(p *Ec2TransitGatewayRouteTablePropagationParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeEc2TransitGatewayRouteTablePropagation

func EncodeEc2TransitGatewayRouteTablePropagation(r Ec2TransitGatewayRouteTablePropagation) cty.Value

func EncodeEc2TransitGatewayRouteTablePropagation_ResourceId

func EncodeEc2TransitGatewayRouteTablePropagation_ResourceId(p Ec2TransitGatewayRouteTablePropagationObservation, vals map[string]cty.Value)

func EncodeEc2TransitGatewayRouteTablePropagation_ResourceType

func EncodeEc2TransitGatewayRouteTablePropagation_ResourceType(p Ec2TransitGatewayRouteTablePropagationObservation, vals map[string]cty.Value)

func EncodeEc2TransitGatewayRouteTablePropagation_TransitGatewayAttachmentId

func EncodeEc2TransitGatewayRouteTablePropagation_TransitGatewayAttachmentId(p Ec2TransitGatewayRouteTablePropagationParameters, vals map[string]cty.Value)

func EncodeEc2TransitGatewayRouteTablePropagation_TransitGatewayRouteTableId

func EncodeEc2TransitGatewayRouteTablePropagation_TransitGatewayRouteTableId(p Ec2TransitGatewayRouteTablePropagationParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

Types

type Ec2TransitGatewayRouteTablePropagation

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

	Spec   Ec2TransitGatewayRouteTablePropagationSpec   `json:"spec"`
	Status Ec2TransitGatewayRouteTablePropagationStatus `json:"status,omitempty"`
}

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

func (*Ec2TransitGatewayRouteTablePropagation) DeepCopy

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

func (*Ec2TransitGatewayRouteTablePropagation) DeepCopyInto

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

func (*Ec2TransitGatewayRouteTablePropagation) DeepCopyObject

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

func (*Ec2TransitGatewayRouteTablePropagation) GetCondition

GetCondition of this Ec2TransitGatewayRouteTablePropagation.

func (*Ec2TransitGatewayRouteTablePropagation) GetDeletionPolicy

GetDeletionPolicy of this Ec2TransitGatewayRouteTablePropagation.

func (*Ec2TransitGatewayRouteTablePropagation) GetProviderConfigReference

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

GetProviderConfigReference of this Ec2TransitGatewayRouteTablePropagation.

func (*Ec2TransitGatewayRouteTablePropagation) GetProviderReference

GetProviderReference of this Ec2TransitGatewayRouteTablePropagation. Deprecated: Use GetProviderConfigReference.

func (*Ec2TransitGatewayRouteTablePropagation) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this Ec2TransitGatewayRouteTablePropagation.

func (*Ec2TransitGatewayRouteTablePropagation) SetConditions

SetConditions of this Ec2TransitGatewayRouteTablePropagation.

func (*Ec2TransitGatewayRouteTablePropagation) SetDeletionPolicy

SetDeletionPolicy of this Ec2TransitGatewayRouteTablePropagation.

func (*Ec2TransitGatewayRouteTablePropagation) SetProviderConfigReference

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

SetProviderConfigReference of this Ec2TransitGatewayRouteTablePropagation.

func (*Ec2TransitGatewayRouteTablePropagation) SetProviderReference

SetProviderReference of this Ec2TransitGatewayRouteTablePropagation. Deprecated: Use SetProviderConfigReference.

func (*Ec2TransitGatewayRouteTablePropagation) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this Ec2TransitGatewayRouteTablePropagation.

type Ec2TransitGatewayRouteTablePropagationList

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

Ec2TransitGatewayRouteTablePropagation contains a list of Ec2TransitGatewayRouteTablePropagationList

func (*Ec2TransitGatewayRouteTablePropagationList) DeepCopy

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

func (*Ec2TransitGatewayRouteTablePropagationList) DeepCopyInto

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

func (*Ec2TransitGatewayRouteTablePropagationList) DeepCopyObject

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

func (*Ec2TransitGatewayRouteTablePropagationList) GetItems

GetItems of this Ec2TransitGatewayRouteTablePropagationList.

type Ec2TransitGatewayRouteTablePropagationObservation

type Ec2TransitGatewayRouteTablePropagationObservation struct {
	ResourceId   string `json:"resource_id"`
	ResourceType string `json:"resource_type"`
}

A Ec2TransitGatewayRouteTablePropagationObservation records the observed state of a Ec2TransitGatewayRouteTablePropagation

func (*Ec2TransitGatewayRouteTablePropagationObservation) DeepCopy

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

func (*Ec2TransitGatewayRouteTablePropagationObservation) DeepCopyInto

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

type Ec2TransitGatewayRouteTablePropagationParameters

type Ec2TransitGatewayRouteTablePropagationParameters struct {
	TransitGatewayAttachmentId string `json:"transit_gateway_attachment_id"`
	TransitGatewayRouteTableId string `json:"transit_gateway_route_table_id"`
}

A Ec2TransitGatewayRouteTablePropagationParameters defines the desired state of a Ec2TransitGatewayRouteTablePropagation

func (*Ec2TransitGatewayRouteTablePropagationParameters) DeepCopy

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

func (*Ec2TransitGatewayRouteTablePropagationParameters) DeepCopyInto

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

type Ec2TransitGatewayRouteTablePropagationSpec

type Ec2TransitGatewayRouteTablePropagationSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  Ec2TransitGatewayRouteTablePropagationParameters `json:"forProvider"`
}

A Ec2TransitGatewayRouteTablePropagationSpec defines the desired state of a Ec2TransitGatewayRouteTablePropagation

func (*Ec2TransitGatewayRouteTablePropagationSpec) DeepCopy

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

func (*Ec2TransitGatewayRouteTablePropagationSpec) DeepCopyInto

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

type Ec2TransitGatewayRouteTablePropagationStatus

type Ec2TransitGatewayRouteTablePropagationStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     Ec2TransitGatewayRouteTablePropagationObservation `json:"atProvider"`
}

A Ec2TransitGatewayRouteTablePropagationStatus defines the observed state of a Ec2TransitGatewayRouteTablePropagation

func (*Ec2TransitGatewayRouteTablePropagationStatus) DeepCopy

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

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