v1alpha1

package
v0.4.0-preview Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=elb.aws.jet.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "elb.aws.jet.crossplane.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	AppCookieStickinessPolicy_Kind             = "AppCookieStickinessPolicy"
	AppCookieStickinessPolicy_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: AppCookieStickinessPolicy_Kind}.String()
	AppCookieStickinessPolicy_KindAPIVersion   = AppCookieStickinessPolicy_Kind + "." + CRDGroupVersion.String()
	AppCookieStickinessPolicy_GroupVersionKind = CRDGroupVersion.WithKind(AppCookieStickinessPolicy_Kind)
)

Repository type metadata.

View Source
var (
	Attachment_Kind             = "Attachment"
	Attachment_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: Attachment_Kind}.String()
	Attachment_KindAPIVersion   = Attachment_Kind + "." + CRDGroupVersion.String()
	Attachment_GroupVersionKind = CRDGroupVersion.WithKind(Attachment_Kind)
)

Repository type metadata.

View Source
var (
	BackendServerPolicy_Kind             = "BackendServerPolicy"
	BackendServerPolicy_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: BackendServerPolicy_Kind}.String()
	BackendServerPolicy_KindAPIVersion   = BackendServerPolicy_Kind + "." + CRDGroupVersion.String()
	BackendServerPolicy_GroupVersionKind = CRDGroupVersion.WithKind(BackendServerPolicy_Kind)
)

Repository type metadata.

View Source
var (
	ELB_Kind             = "ELB"
	ELB_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ELB_Kind}.String()
	ELB_KindAPIVersion   = ELB_Kind + "." + CRDGroupVersion.String()
	ELB_GroupVersionKind = CRDGroupVersion.WithKind(ELB_Kind)
)

Repository type metadata.

View Source
var (
	// CRDGroupVersion is the API Group Version used to register the objects
	CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)
View Source
var (
	LBCookieStickinessPolicy_Kind             = "LBCookieStickinessPolicy"
	LBCookieStickinessPolicy_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: LBCookieStickinessPolicy_Kind}.String()
	LBCookieStickinessPolicy_KindAPIVersion   = LBCookieStickinessPolicy_Kind + "." + CRDGroupVersion.String()
	LBCookieStickinessPolicy_GroupVersionKind = CRDGroupVersion.WithKind(LBCookieStickinessPolicy_Kind)
)

Repository type metadata.

View Source
var (
	LBSSLNegotiationPolicy_Kind             = "LBSSLNegotiationPolicy"
	LBSSLNegotiationPolicy_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: LBSSLNegotiationPolicy_Kind}.String()
	LBSSLNegotiationPolicy_KindAPIVersion   = LBSSLNegotiationPolicy_Kind + "." + CRDGroupVersion.String()
	LBSSLNegotiationPolicy_GroupVersionKind = CRDGroupVersion.WithKind(LBSSLNegotiationPolicy_Kind)
)

Repository type metadata.

View Source
var (
	ListenerPolicy_Kind             = "ListenerPolicy"
	ListenerPolicy_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ListenerPolicy_Kind}.String()
	ListenerPolicy_KindAPIVersion   = ListenerPolicy_Kind + "." + CRDGroupVersion.String()
	ListenerPolicy_GroupVersionKind = CRDGroupVersion.WithKind(ListenerPolicy_Kind)
)

Repository type metadata.

View Source
var (
	Policy_Kind             = "Policy"
	Policy_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: Policy_Kind}.String()
	Policy_KindAPIVersion   = Policy_Kind + "." + CRDGroupVersion.String()
	Policy_GroupVersionKind = CRDGroupVersion.WithKind(Policy_Kind)
)

Repository type metadata.

View Source
var (
	ProxyProtocolPolicy_Kind             = "ProxyProtocolPolicy"
	ProxyProtocolPolicy_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ProxyProtocolPolicy_Kind}.String()
	ProxyProtocolPolicy_KindAPIVersion   = ProxyProtocolPolicy_Kind + "." + CRDGroupVersion.String()
	ProxyProtocolPolicy_GroupVersionKind = CRDGroupVersion.WithKind(ProxyProtocolPolicy_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type AccessLogsObservation

type AccessLogsObservation struct {
}

func (*AccessLogsObservation) DeepCopy

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

func (*AccessLogsObservation) DeepCopyInto

func (in *AccessLogsObservation) DeepCopyInto(out *AccessLogsObservation)

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

type AccessLogsParameters

type AccessLogsParameters struct {

	// +kubebuilder:validation:Required
	Bucket *string `json:"bucket" tf:"bucket,omitempty"`

	// +kubebuilder:validation:Optional
	BucketPrefix *string `json:"bucketPrefix,omitempty" tf:"bucket_prefix,omitempty"`

	// +kubebuilder:validation:Optional
	Enabled *bool `json:"enabled,omitempty" tf:"enabled,omitempty"`

	// +kubebuilder:validation:Optional
	Interval *int64 `json:"interval,omitempty" tf:"interval,omitempty"`
}

func (*AccessLogsParameters) DeepCopy

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

func (*AccessLogsParameters) DeepCopyInto

func (in *AccessLogsParameters) DeepCopyInto(out *AccessLogsParameters)

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

type AppCookieStickinessPolicy

type AppCookieStickinessPolicy struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              AppCookieStickinessPolicySpec   `json:"spec"`
	Status            AppCookieStickinessPolicyStatus `json:"status,omitempty"`
}

AppCookieStickinessPolicy is the Schema for the AppCookieStickinessPolicys API +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,awsjet}

func (*AppCookieStickinessPolicy) DeepCopy

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

func (*AppCookieStickinessPolicy) DeepCopyInto

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

func (*AppCookieStickinessPolicy) DeepCopyObject

func (in *AppCookieStickinessPolicy) DeepCopyObject() runtime.Object

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

func (*AppCookieStickinessPolicy) GetCondition

GetCondition of this AppCookieStickinessPolicy.

func (*AppCookieStickinessPolicy) GetConnectionDetailsMapping

func (tr *AppCookieStickinessPolicy) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this AppCookieStickinessPolicy

func (*AppCookieStickinessPolicy) GetDeletionPolicy

func (mg *AppCookieStickinessPolicy) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this AppCookieStickinessPolicy.

func (*AppCookieStickinessPolicy) GetID

func (tr *AppCookieStickinessPolicy) GetID() string

GetID returns ID of underlying Terraform resource of this AppCookieStickinessPolicy

func (*AppCookieStickinessPolicy) GetObservation

func (tr *AppCookieStickinessPolicy) GetObservation() (map[string]interface{}, error)

GetObservation of this AppCookieStickinessPolicy

func (*AppCookieStickinessPolicy) GetParameters

func (tr *AppCookieStickinessPolicy) GetParameters() (map[string]interface{}, error)

GetParameters of this AppCookieStickinessPolicy

func (*AppCookieStickinessPolicy) GetProviderConfigReference

func (mg *AppCookieStickinessPolicy) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this AppCookieStickinessPolicy.

func (*AppCookieStickinessPolicy) GetProviderReference

func (mg *AppCookieStickinessPolicy) GetProviderReference() *xpv1.Reference

GetProviderReference of this AppCookieStickinessPolicy. Deprecated: Use GetProviderConfigReference.

func (*AppCookieStickinessPolicy) GetTerraformResourceType

func (mg *AppCookieStickinessPolicy) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this AppCookieStickinessPolicy

func (*AppCookieStickinessPolicy) GetTerraformSchemaVersion

func (tr *AppCookieStickinessPolicy) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*AppCookieStickinessPolicy) GetWriteConnectionSecretToReference

func (mg *AppCookieStickinessPolicy) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this AppCookieStickinessPolicy.

func (*AppCookieStickinessPolicy) LateInitialize

func (tr *AppCookieStickinessPolicy) LateInitialize(attrs []byte) (bool, error)

LateInitialize this AppCookieStickinessPolicy using its observed tfState. returns True if there are any spec changes for the resource.

func (*AppCookieStickinessPolicy) SetConditions

func (mg *AppCookieStickinessPolicy) SetConditions(c ...xpv1.Condition)

SetConditions of this AppCookieStickinessPolicy.

func (*AppCookieStickinessPolicy) SetDeletionPolicy

func (mg *AppCookieStickinessPolicy) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this AppCookieStickinessPolicy.

func (*AppCookieStickinessPolicy) SetObservation

func (tr *AppCookieStickinessPolicy) SetObservation(obs map[string]interface{}) error

SetObservation for this AppCookieStickinessPolicy

func (*AppCookieStickinessPolicy) SetParameters

func (tr *AppCookieStickinessPolicy) SetParameters(params map[string]interface{}) error

SetParameters for this AppCookieStickinessPolicy

func (*AppCookieStickinessPolicy) SetProviderConfigReference

func (mg *AppCookieStickinessPolicy) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this AppCookieStickinessPolicy.

func (*AppCookieStickinessPolicy) SetProviderReference

func (mg *AppCookieStickinessPolicy) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this AppCookieStickinessPolicy. Deprecated: Use SetProviderConfigReference.

func (*AppCookieStickinessPolicy) SetWriteConnectionSecretToReference

func (mg *AppCookieStickinessPolicy) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this AppCookieStickinessPolicy.

type AppCookieStickinessPolicyList

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

AppCookieStickinessPolicyList contains a list of AppCookieStickinessPolicys

func (*AppCookieStickinessPolicyList) DeepCopy

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

func (*AppCookieStickinessPolicyList) DeepCopyInto

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

func (*AppCookieStickinessPolicyList) DeepCopyObject

func (in *AppCookieStickinessPolicyList) DeepCopyObject() runtime.Object

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

func (*AppCookieStickinessPolicyList) GetItems

GetItems of this AppCookieStickinessPolicyList.

type AppCookieStickinessPolicyObservation

type AppCookieStickinessPolicyObservation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*AppCookieStickinessPolicyObservation) DeepCopy

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

func (*AppCookieStickinessPolicyObservation) DeepCopyInto

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

type AppCookieStickinessPolicyParameters

type AppCookieStickinessPolicyParameters struct {

	// +kubebuilder:validation:Required
	CookieName *string `json:"cookieName" tf:"cookie_name,omitempty"`

	// +kubebuilder:validation:Required
	LBPort *int64 `json:"lbPort" tf:"lb_port,omitempty"`

	// +kubebuilder:validation:Required
	LoadBalancer *string `json:"loadBalancer" tf:"load_balancer,omitempty"`

	// +kubebuilder:validation:Required
	Name *string `json:"name" tf:"name,omitempty"`

	// Region is the region you'd like your resource to be created in.
	// +terrajet:crd:field:TFTag=-
	// +kubebuilder:validation:Required
	Region *string `json:"region" tf:"-"`
}

func (*AppCookieStickinessPolicyParameters) DeepCopy

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

func (*AppCookieStickinessPolicyParameters) DeepCopyInto

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

type AppCookieStickinessPolicySpec

type AppCookieStickinessPolicySpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     AppCookieStickinessPolicyParameters `json:"forProvider"`
}

AppCookieStickinessPolicySpec defines the desired state of AppCookieStickinessPolicy

func (*AppCookieStickinessPolicySpec) DeepCopy

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

func (*AppCookieStickinessPolicySpec) DeepCopyInto

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

type AppCookieStickinessPolicyStatus

type AppCookieStickinessPolicyStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        AppCookieStickinessPolicyObservation `json:"atProvider,omitempty"`
}

AppCookieStickinessPolicyStatus defines the observed state of AppCookieStickinessPolicy.

func (*AppCookieStickinessPolicyStatus) DeepCopy

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

func (*AppCookieStickinessPolicyStatus) DeepCopyInto

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

type Attachment

type Attachment struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              AttachmentSpec   `json:"spec"`
	Status            AttachmentStatus `json:"status,omitempty"`
}

Attachment is the Schema for the Attachments API +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,awsjet}

func (*Attachment) DeepCopy

func (in *Attachment) DeepCopy() *Attachment

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

func (*Attachment) DeepCopyInto

func (in *Attachment) DeepCopyInto(out *Attachment)

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

func (*Attachment) DeepCopyObject

func (in *Attachment) DeepCopyObject() runtime.Object

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

func (*Attachment) GetCondition

func (mg *Attachment) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this Attachment.

func (*Attachment) GetConnectionDetailsMapping

func (tr *Attachment) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this Attachment

func (*Attachment) GetDeletionPolicy

func (mg *Attachment) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this Attachment.

func (*Attachment) GetID

func (tr *Attachment) GetID() string

GetID returns ID of underlying Terraform resource of this Attachment

func (*Attachment) GetObservation

func (tr *Attachment) GetObservation() (map[string]interface{}, error)

GetObservation of this Attachment

func (*Attachment) GetParameters

func (tr *Attachment) GetParameters() (map[string]interface{}, error)

GetParameters of this Attachment

func (*Attachment) GetProviderConfigReference

func (mg *Attachment) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this Attachment.

func (*Attachment) GetProviderReference

func (mg *Attachment) GetProviderReference() *xpv1.Reference

GetProviderReference of this Attachment. Deprecated: Use GetProviderConfigReference.

func (*Attachment) GetTerraformResourceType

func (mg *Attachment) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Attachment

func (*Attachment) GetTerraformSchemaVersion

func (tr *Attachment) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Attachment) GetWriteConnectionSecretToReference

func (mg *Attachment) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this Attachment.

func (*Attachment) LateInitialize

func (tr *Attachment) LateInitialize(attrs []byte) (bool, error)

LateInitialize this Attachment using its observed tfState. returns True if there are any spec changes for the resource.

func (*Attachment) SetConditions

func (mg *Attachment) SetConditions(c ...xpv1.Condition)

SetConditions of this Attachment.

func (*Attachment) SetDeletionPolicy

func (mg *Attachment) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this Attachment.

func (*Attachment) SetObservation

func (tr *Attachment) SetObservation(obs map[string]interface{}) error

SetObservation for this Attachment

func (*Attachment) SetParameters

func (tr *Attachment) SetParameters(params map[string]interface{}) error

SetParameters for this Attachment

func (*Attachment) SetProviderConfigReference

func (mg *Attachment) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this Attachment.

func (*Attachment) SetProviderReference

func (mg *Attachment) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this Attachment. Deprecated: Use SetProviderConfigReference.

func (*Attachment) SetWriteConnectionSecretToReference

func (mg *Attachment) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this Attachment.

type AttachmentList

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

AttachmentList contains a list of Attachments

func (*AttachmentList) DeepCopy

func (in *AttachmentList) DeepCopy() *AttachmentList

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

func (*AttachmentList) DeepCopyInto

func (in *AttachmentList) DeepCopyInto(out *AttachmentList)

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

func (*AttachmentList) DeepCopyObject

func (in *AttachmentList) DeepCopyObject() runtime.Object

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

func (*AttachmentList) GetItems

func (l *AttachmentList) GetItems() []resource.Managed

GetItems of this AttachmentList.

type AttachmentObservation

type AttachmentObservation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*AttachmentObservation) DeepCopy

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

func (*AttachmentObservation) DeepCopyInto

func (in *AttachmentObservation) DeepCopyInto(out *AttachmentObservation)

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

type AttachmentParameters

type AttachmentParameters struct {

	// +kubebuilder:validation:Required
	ELB *string `json:"elb" tf:"elb,omitempty"`

	// +kubebuilder:validation:Required
	Instance *string `json:"instance" tf:"instance,omitempty"`

	// Region is the region you'd like your resource to be created in.
	// +terrajet:crd:field:TFTag=-
	// +kubebuilder:validation:Required
	Region *string `json:"region" tf:"-"`
}

func (*AttachmentParameters) DeepCopy

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

func (*AttachmentParameters) DeepCopyInto

func (in *AttachmentParameters) DeepCopyInto(out *AttachmentParameters)

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

type AttachmentSpec

type AttachmentSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     AttachmentParameters `json:"forProvider"`
}

AttachmentSpec defines the desired state of Attachment

func (*AttachmentSpec) DeepCopy

func (in *AttachmentSpec) DeepCopy() *AttachmentSpec

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

func (*AttachmentSpec) DeepCopyInto

func (in *AttachmentSpec) DeepCopyInto(out *AttachmentSpec)

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

type AttachmentStatus

type AttachmentStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        AttachmentObservation `json:"atProvider,omitempty"`
}

AttachmentStatus defines the observed state of Attachment.

func (*AttachmentStatus) DeepCopy

func (in *AttachmentStatus) DeepCopy() *AttachmentStatus

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

func (*AttachmentStatus) DeepCopyInto

func (in *AttachmentStatus) DeepCopyInto(out *AttachmentStatus)

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

type AttributeObservation

type AttributeObservation struct {
}

func (*AttributeObservation) DeepCopy

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

func (*AttributeObservation) DeepCopyInto

func (in *AttributeObservation) DeepCopyInto(out *AttributeObservation)

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

type AttributeParameters

type AttributeParameters struct {

	// +kubebuilder:validation:Required
	Name *string `json:"name" tf:"name,omitempty"`

	// +kubebuilder:validation:Required
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*AttributeParameters) DeepCopy

func (in *AttributeParameters) DeepCopy() *AttributeParameters

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

func (*AttributeParameters) DeepCopyInto

func (in *AttributeParameters) DeepCopyInto(out *AttributeParameters)

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

type BackendServerPolicy

type BackendServerPolicy struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              BackendServerPolicySpec   `json:"spec"`
	Status            BackendServerPolicyStatus `json:"status,omitempty"`
}

BackendServerPolicy is the Schema for the BackendServerPolicys API +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,awsjet}

func (*BackendServerPolicy) DeepCopy

func (in *BackendServerPolicy) DeepCopy() *BackendServerPolicy

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

func (*BackendServerPolicy) DeepCopyInto

func (in *BackendServerPolicy) DeepCopyInto(out *BackendServerPolicy)

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

func (*BackendServerPolicy) DeepCopyObject

func (in *BackendServerPolicy) DeepCopyObject() runtime.Object

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

func (*BackendServerPolicy) GetCondition

func (mg *BackendServerPolicy) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this BackendServerPolicy.

func (*BackendServerPolicy) GetConnectionDetailsMapping

func (tr *BackendServerPolicy) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this BackendServerPolicy

func (*BackendServerPolicy) GetDeletionPolicy

func (mg *BackendServerPolicy) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this BackendServerPolicy.

func (*BackendServerPolicy) GetID

func (tr *BackendServerPolicy) GetID() string

GetID returns ID of underlying Terraform resource of this BackendServerPolicy

func (*BackendServerPolicy) GetObservation

func (tr *BackendServerPolicy) GetObservation() (map[string]interface{}, error)

GetObservation of this BackendServerPolicy

func (*BackendServerPolicy) GetParameters

func (tr *BackendServerPolicy) GetParameters() (map[string]interface{}, error)

GetParameters of this BackendServerPolicy

func (*BackendServerPolicy) GetProviderConfigReference

func (mg *BackendServerPolicy) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this BackendServerPolicy.

func (*BackendServerPolicy) GetProviderReference

func (mg *BackendServerPolicy) GetProviderReference() *xpv1.Reference

GetProviderReference of this BackendServerPolicy. Deprecated: Use GetProviderConfigReference.

func (*BackendServerPolicy) GetTerraformResourceType

func (mg *BackendServerPolicy) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this BackendServerPolicy

func (*BackendServerPolicy) GetTerraformSchemaVersion

func (tr *BackendServerPolicy) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*BackendServerPolicy) GetWriteConnectionSecretToReference

func (mg *BackendServerPolicy) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this BackendServerPolicy.

func (*BackendServerPolicy) LateInitialize

func (tr *BackendServerPolicy) LateInitialize(attrs []byte) (bool, error)

LateInitialize this BackendServerPolicy using its observed tfState. returns True if there are any spec changes for the resource.

func (*BackendServerPolicy) SetConditions

func (mg *BackendServerPolicy) SetConditions(c ...xpv1.Condition)

SetConditions of this BackendServerPolicy.

func (*BackendServerPolicy) SetDeletionPolicy

func (mg *BackendServerPolicy) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this BackendServerPolicy.

func (*BackendServerPolicy) SetObservation

func (tr *BackendServerPolicy) SetObservation(obs map[string]interface{}) error

SetObservation for this BackendServerPolicy

func (*BackendServerPolicy) SetParameters

func (tr *BackendServerPolicy) SetParameters(params map[string]interface{}) error

SetParameters for this BackendServerPolicy

func (*BackendServerPolicy) SetProviderConfigReference

func (mg *BackendServerPolicy) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this BackendServerPolicy.

func (*BackendServerPolicy) SetProviderReference

func (mg *BackendServerPolicy) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this BackendServerPolicy. Deprecated: Use SetProviderConfigReference.

func (*BackendServerPolicy) SetWriteConnectionSecretToReference

func (mg *BackendServerPolicy) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this BackendServerPolicy.

type BackendServerPolicyList

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

BackendServerPolicyList contains a list of BackendServerPolicys

func (*BackendServerPolicyList) DeepCopy

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

func (*BackendServerPolicyList) DeepCopyInto

func (in *BackendServerPolicyList) DeepCopyInto(out *BackendServerPolicyList)

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

func (*BackendServerPolicyList) DeepCopyObject

func (in *BackendServerPolicyList) DeepCopyObject() runtime.Object

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

func (*BackendServerPolicyList) GetItems

func (l *BackendServerPolicyList) GetItems() []resource.Managed

GetItems of this BackendServerPolicyList.

type BackendServerPolicyObservation

type BackendServerPolicyObservation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*BackendServerPolicyObservation) DeepCopy

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

func (*BackendServerPolicyObservation) DeepCopyInto

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

type BackendServerPolicyParameters

type BackendServerPolicyParameters struct {

	// +kubebuilder:validation:Required
	InstancePort *int64 `json:"instancePort" tf:"instance_port,omitempty"`

	// +kubebuilder:validation:Required
	LoadBalancerName *string `json:"loadBalancerName" tf:"load_balancer_name,omitempty"`

	// +kubebuilder:validation:Optional
	PolicyNames []*string `json:"policyNames,omitempty" tf:"policy_names,omitempty"`

	// Region is the region you'd like your resource to be created in.
	// +terrajet:crd:field:TFTag=-
	// +kubebuilder:validation:Required
	Region *string `json:"region" tf:"-"`
}

func (*BackendServerPolicyParameters) DeepCopy

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

func (*BackendServerPolicyParameters) DeepCopyInto

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

type BackendServerPolicySpec

type BackendServerPolicySpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     BackendServerPolicyParameters `json:"forProvider"`
}

BackendServerPolicySpec defines the desired state of BackendServerPolicy

func (*BackendServerPolicySpec) DeepCopy

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

func (*BackendServerPolicySpec) DeepCopyInto

func (in *BackendServerPolicySpec) DeepCopyInto(out *BackendServerPolicySpec)

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

type BackendServerPolicyStatus

type BackendServerPolicyStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        BackendServerPolicyObservation `json:"atProvider,omitempty"`
}

BackendServerPolicyStatus defines the observed state of BackendServerPolicy.

func (*BackendServerPolicyStatus) DeepCopy

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

func (*BackendServerPolicyStatus) DeepCopyInto

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

type ELB

type ELB struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ELBSpec   `json:"spec"`
	Status            ELBStatus `json:"status,omitempty"`
}

ELB is the Schema for the ELBs API +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,awsjet}

func (*ELB) DeepCopy

func (in *ELB) DeepCopy() *ELB

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

func (*ELB) DeepCopyInto

func (in *ELB) DeepCopyInto(out *ELB)

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

func (*ELB) DeepCopyObject

func (in *ELB) DeepCopyObject() runtime.Object

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

func (*ELB) GetCondition

func (mg *ELB) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this ELB.

func (*ELB) GetConnectionDetailsMapping

func (tr *ELB) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this ELB

func (*ELB) GetDeletionPolicy

func (mg *ELB) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this ELB.

func (*ELB) GetID

func (tr *ELB) GetID() string

GetID returns ID of underlying Terraform resource of this ELB

func (*ELB) GetObservation

func (tr *ELB) GetObservation() (map[string]interface{}, error)

GetObservation of this ELB

func (*ELB) GetParameters

func (tr *ELB) GetParameters() (map[string]interface{}, error)

GetParameters of this ELB

func (*ELB) GetProviderConfigReference

func (mg *ELB) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this ELB.

func (*ELB) GetProviderReference

func (mg *ELB) GetProviderReference() *xpv1.Reference

GetProviderReference of this ELB. Deprecated: Use GetProviderConfigReference.

func (*ELB) GetTerraformResourceType

func (mg *ELB) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ELB

func (*ELB) GetTerraformSchemaVersion

func (tr *ELB) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ELB) GetWriteConnectionSecretToReference

func (mg *ELB) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this ELB.

func (*ELB) LateInitialize

func (tr *ELB) LateInitialize(attrs []byte) (bool, error)

LateInitialize this ELB using its observed tfState. returns True if there are any spec changes for the resource.

func (*ELB) SetConditions

func (mg *ELB) SetConditions(c ...xpv1.Condition)

SetConditions of this ELB.

func (*ELB) SetDeletionPolicy

func (mg *ELB) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this ELB.

func (*ELB) SetObservation

func (tr *ELB) SetObservation(obs map[string]interface{}) error

SetObservation for this ELB

func (*ELB) SetParameters

func (tr *ELB) SetParameters(params map[string]interface{}) error

SetParameters for this ELB

func (*ELB) SetProviderConfigReference

func (mg *ELB) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this ELB.

func (*ELB) SetProviderReference

func (mg *ELB) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this ELB. Deprecated: Use SetProviderConfigReference.

func (*ELB) SetWriteConnectionSecretToReference

func (mg *ELB) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this ELB.

type ELBList

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

ELBList contains a list of ELBs

func (*ELBList) DeepCopy

func (in *ELBList) DeepCopy() *ELBList

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

func (*ELBList) DeepCopyInto

func (in *ELBList) DeepCopyInto(out *ELBList)

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

func (*ELBList) DeepCopyObject

func (in *ELBList) DeepCopyObject() runtime.Object

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

func (*ELBList) GetItems

func (l *ELBList) GetItems() []resource.Managed

GetItems of this ELBList.

type ELBObservation

type ELBObservation struct {
	Arn *string `json:"arn,omitempty" tf:"arn,omitempty"`

	DNSName *string `json:"dnsName,omitempty" tf:"dns_name,omitempty"`

	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	SourceSecurityGroupID *string `json:"sourceSecurityGroupId,omitempty" tf:"source_security_group_id,omitempty"`

	TagsAll map[string]*string `json:"tagsAll,omitempty" tf:"tags_all,omitempty"`

	ZoneID *string `json:"zoneId,omitempty" tf:"zone_id,omitempty"`
}

func (*ELBObservation) DeepCopy

func (in *ELBObservation) DeepCopy() *ELBObservation

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

func (*ELBObservation) DeepCopyInto

func (in *ELBObservation) DeepCopyInto(out *ELBObservation)

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

type ELBParameters

type ELBParameters struct {

	// +kubebuilder:validation:Optional
	AccessLogs []AccessLogsParameters `json:"accessLogs,omitempty" tf:"access_logs,omitempty"`

	// +kubebuilder:validation:Optional
	AvailabilityZones []*string `json:"availabilityZones,omitempty" tf:"availability_zones,omitempty"`

	// +kubebuilder:validation:Optional
	ConnectionDraining *bool `json:"connectionDraining,omitempty" tf:"connection_draining,omitempty"`

	// +kubebuilder:validation:Optional
	ConnectionDrainingTimeout *int64 `json:"connectionDrainingTimeout,omitempty" tf:"connection_draining_timeout,omitempty"`

	// +kubebuilder:validation:Optional
	CrossZoneLoadBalancing *bool `json:"crossZoneLoadBalancing,omitempty" tf:"cross_zone_load_balancing,omitempty"`

	// +kubebuilder:validation:Optional
	HealthCheck []HealthCheckParameters `json:"healthCheck,omitempty" tf:"health_check,omitempty"`

	// +kubebuilder:validation:Optional
	IdleTimeout *int64 `json:"idleTimeout,omitempty" tf:"idle_timeout,omitempty"`

	// +kubebuilder:validation:Optional
	Instances []*string `json:"instances,omitempty" tf:"instances,omitempty"`

	// +kubebuilder:validation:Optional
	Internal *bool `json:"internal,omitempty" tf:"internal,omitempty"`

	// +kubebuilder:validation:Required
	Listener []ListenerParameters `json:"listener" tf:"listener,omitempty"`

	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// Region is the region you'd like your resource to be created in.
	// +terrajet:crd:field:TFTag=-
	// +kubebuilder:validation:Required
	Region *string `json:"region" tf:"-"`

	// +kubebuilder:validation:Optional
	SecurityGroups []*string `json:"securityGroups,omitempty" tf:"security_groups,omitempty"`

	// +kubebuilder:validation:Optional
	SourceSecurityGroup *string `json:"sourceSecurityGroup,omitempty" tf:"source_security_group,omitempty"`

	// +kubebuilder:validation:Optional
	Subnets []*string `json:"subnets,omitempty" tf:"subnets,omitempty"`

	// +kubebuilder:validation:Optional
	Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"`
}

func (*ELBParameters) DeepCopy

func (in *ELBParameters) DeepCopy() *ELBParameters

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

func (*ELBParameters) DeepCopyInto

func (in *ELBParameters) DeepCopyInto(out *ELBParameters)

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

type ELBSpec

type ELBSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ELBParameters `json:"forProvider"`
}

ELBSpec defines the desired state of ELB

func (*ELBSpec) DeepCopy

func (in *ELBSpec) DeepCopy() *ELBSpec

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

func (*ELBSpec) DeepCopyInto

func (in *ELBSpec) DeepCopyInto(out *ELBSpec)

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

type ELBStatus

type ELBStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        ELBObservation `json:"atProvider,omitempty"`
}

ELBStatus defines the observed state of ELB.

func (*ELBStatus) DeepCopy

func (in *ELBStatus) DeepCopy() *ELBStatus

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

func (*ELBStatus) DeepCopyInto

func (in *ELBStatus) DeepCopyInto(out *ELBStatus)

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

type HealthCheckObservation

type HealthCheckObservation struct {
}

func (*HealthCheckObservation) DeepCopy

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

func (*HealthCheckObservation) DeepCopyInto

func (in *HealthCheckObservation) DeepCopyInto(out *HealthCheckObservation)

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

type HealthCheckParameters

type HealthCheckParameters struct {

	// +kubebuilder:validation:Required
	HealthyThreshold *int64 `json:"healthyThreshold" tf:"healthy_threshold,omitempty"`

	// +kubebuilder:validation:Required
	Interval *int64 `json:"interval" tf:"interval,omitempty"`

	// +kubebuilder:validation:Required
	Target *string `json:"target" tf:"target,omitempty"`

	// +kubebuilder:validation:Required
	Timeout *int64 `json:"timeout" tf:"timeout,omitempty"`

	// +kubebuilder:validation:Required
	UnhealthyThreshold *int64 `json:"unhealthyThreshold" tf:"unhealthy_threshold,omitempty"`
}

func (*HealthCheckParameters) DeepCopy

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

func (*HealthCheckParameters) DeepCopyInto

func (in *HealthCheckParameters) DeepCopyInto(out *HealthCheckParameters)

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

type LBCookieStickinessPolicy

type LBCookieStickinessPolicy struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              LBCookieStickinessPolicySpec   `json:"spec"`
	Status            LBCookieStickinessPolicyStatus `json:"status,omitempty"`
}

LBCookieStickinessPolicy is the Schema for the LBCookieStickinessPolicys API +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,awsjet}

func (*LBCookieStickinessPolicy) DeepCopy

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

func (*LBCookieStickinessPolicy) DeepCopyInto

func (in *LBCookieStickinessPolicy) DeepCopyInto(out *LBCookieStickinessPolicy)

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

func (*LBCookieStickinessPolicy) DeepCopyObject

func (in *LBCookieStickinessPolicy) DeepCopyObject() runtime.Object

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

func (*LBCookieStickinessPolicy) GetCondition

GetCondition of this LBCookieStickinessPolicy.

func (*LBCookieStickinessPolicy) GetConnectionDetailsMapping

func (tr *LBCookieStickinessPolicy) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this LBCookieStickinessPolicy

func (*LBCookieStickinessPolicy) GetDeletionPolicy

func (mg *LBCookieStickinessPolicy) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this LBCookieStickinessPolicy.

func (*LBCookieStickinessPolicy) GetID

func (tr *LBCookieStickinessPolicy) GetID() string

GetID returns ID of underlying Terraform resource of this LBCookieStickinessPolicy

func (*LBCookieStickinessPolicy) GetObservation

func (tr *LBCookieStickinessPolicy) GetObservation() (map[string]interface{}, error)

GetObservation of this LBCookieStickinessPolicy

func (*LBCookieStickinessPolicy) GetParameters

func (tr *LBCookieStickinessPolicy) GetParameters() (map[string]interface{}, error)

GetParameters of this LBCookieStickinessPolicy

func (*LBCookieStickinessPolicy) GetProviderConfigReference

func (mg *LBCookieStickinessPolicy) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this LBCookieStickinessPolicy.

func (*LBCookieStickinessPolicy) GetProviderReference

func (mg *LBCookieStickinessPolicy) GetProviderReference() *xpv1.Reference

GetProviderReference of this LBCookieStickinessPolicy. Deprecated: Use GetProviderConfigReference.

func (*LBCookieStickinessPolicy) GetTerraformResourceType

func (mg *LBCookieStickinessPolicy) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this LBCookieStickinessPolicy

func (*LBCookieStickinessPolicy) GetTerraformSchemaVersion

func (tr *LBCookieStickinessPolicy) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*LBCookieStickinessPolicy) GetWriteConnectionSecretToReference

func (mg *LBCookieStickinessPolicy) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this LBCookieStickinessPolicy.

func (*LBCookieStickinessPolicy) LateInitialize

func (tr *LBCookieStickinessPolicy) LateInitialize(attrs []byte) (bool, error)

LateInitialize this LBCookieStickinessPolicy using its observed tfState. returns True if there are any spec changes for the resource.

func (*LBCookieStickinessPolicy) SetConditions

func (mg *LBCookieStickinessPolicy) SetConditions(c ...xpv1.Condition)

SetConditions of this LBCookieStickinessPolicy.

func (*LBCookieStickinessPolicy) SetDeletionPolicy

func (mg *LBCookieStickinessPolicy) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this LBCookieStickinessPolicy.

func (*LBCookieStickinessPolicy) SetObservation

func (tr *LBCookieStickinessPolicy) SetObservation(obs map[string]interface{}) error

SetObservation for this LBCookieStickinessPolicy

func (*LBCookieStickinessPolicy) SetParameters

func (tr *LBCookieStickinessPolicy) SetParameters(params map[string]interface{}) error

SetParameters for this LBCookieStickinessPolicy

func (*LBCookieStickinessPolicy) SetProviderConfigReference

func (mg *LBCookieStickinessPolicy) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this LBCookieStickinessPolicy.

func (*LBCookieStickinessPolicy) SetProviderReference

func (mg *LBCookieStickinessPolicy) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this LBCookieStickinessPolicy. Deprecated: Use SetProviderConfigReference.

func (*LBCookieStickinessPolicy) SetWriteConnectionSecretToReference

func (mg *LBCookieStickinessPolicy) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this LBCookieStickinessPolicy.

type LBCookieStickinessPolicyList

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

LBCookieStickinessPolicyList contains a list of LBCookieStickinessPolicys

func (*LBCookieStickinessPolicyList) DeepCopy

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

func (*LBCookieStickinessPolicyList) DeepCopyInto

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

func (*LBCookieStickinessPolicyList) DeepCopyObject

func (in *LBCookieStickinessPolicyList) DeepCopyObject() runtime.Object

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

func (*LBCookieStickinessPolicyList) GetItems

GetItems of this LBCookieStickinessPolicyList.

type LBCookieStickinessPolicyObservation

type LBCookieStickinessPolicyObservation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*LBCookieStickinessPolicyObservation) DeepCopy

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

func (*LBCookieStickinessPolicyObservation) DeepCopyInto

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

type LBCookieStickinessPolicyParameters

type LBCookieStickinessPolicyParameters struct {

	// +kubebuilder:validation:Optional
	CookieExpirationPeriod *int64 `json:"cookieExpirationPeriod,omitempty" tf:"cookie_expiration_period,omitempty"`

	// +kubebuilder:validation:Required
	LBPort *int64 `json:"lbPort" tf:"lb_port,omitempty"`

	// +kubebuilder:validation:Required
	LoadBalancer *string `json:"loadBalancer" tf:"load_balancer,omitempty"`

	// +kubebuilder:validation:Required
	Name *string `json:"name" tf:"name,omitempty"`

	// Region is the region you'd like your resource to be created in.
	// +terrajet:crd:field:TFTag=-
	// +kubebuilder:validation:Required
	Region *string `json:"region" tf:"-"`
}

func (*LBCookieStickinessPolicyParameters) DeepCopy

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

func (*LBCookieStickinessPolicyParameters) DeepCopyInto

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

type LBCookieStickinessPolicySpec

type LBCookieStickinessPolicySpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     LBCookieStickinessPolicyParameters `json:"forProvider"`
}

LBCookieStickinessPolicySpec defines the desired state of LBCookieStickinessPolicy

func (*LBCookieStickinessPolicySpec) DeepCopy

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

func (*LBCookieStickinessPolicySpec) DeepCopyInto

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

type LBCookieStickinessPolicyStatus

type LBCookieStickinessPolicyStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        LBCookieStickinessPolicyObservation `json:"atProvider,omitempty"`
}

LBCookieStickinessPolicyStatus defines the observed state of LBCookieStickinessPolicy.

func (*LBCookieStickinessPolicyStatus) DeepCopy

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

func (*LBCookieStickinessPolicyStatus) DeepCopyInto

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

type LBSSLNegotiationPolicy

type LBSSLNegotiationPolicy struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              LBSSLNegotiationPolicySpec   `json:"spec"`
	Status            LBSSLNegotiationPolicyStatus `json:"status,omitempty"`
}

LBSSLNegotiationPolicy is the Schema for the LBSSLNegotiationPolicys API +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,awsjet}

func (*LBSSLNegotiationPolicy) DeepCopy

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

func (*LBSSLNegotiationPolicy) DeepCopyInto

func (in *LBSSLNegotiationPolicy) DeepCopyInto(out *LBSSLNegotiationPolicy)

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

func (*LBSSLNegotiationPolicy) DeepCopyObject

func (in *LBSSLNegotiationPolicy) DeepCopyObject() runtime.Object

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

func (*LBSSLNegotiationPolicy) GetCondition

GetCondition of this LBSSLNegotiationPolicy.

func (*LBSSLNegotiationPolicy) GetConnectionDetailsMapping

func (tr *LBSSLNegotiationPolicy) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this LBSSLNegotiationPolicy

func (*LBSSLNegotiationPolicy) GetDeletionPolicy

func (mg *LBSSLNegotiationPolicy) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this LBSSLNegotiationPolicy.

func (*LBSSLNegotiationPolicy) GetID

func (tr *LBSSLNegotiationPolicy) GetID() string

GetID returns ID of underlying Terraform resource of this LBSSLNegotiationPolicy

func (*LBSSLNegotiationPolicy) GetObservation

func (tr *LBSSLNegotiationPolicy) GetObservation() (map[string]interface{}, error)

GetObservation of this LBSSLNegotiationPolicy

func (*LBSSLNegotiationPolicy) GetParameters

func (tr *LBSSLNegotiationPolicy) GetParameters() (map[string]interface{}, error)

GetParameters of this LBSSLNegotiationPolicy

func (*LBSSLNegotiationPolicy) GetProviderConfigReference

func (mg *LBSSLNegotiationPolicy) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this LBSSLNegotiationPolicy.

func (*LBSSLNegotiationPolicy) GetProviderReference

func (mg *LBSSLNegotiationPolicy) GetProviderReference() *xpv1.Reference

GetProviderReference of this LBSSLNegotiationPolicy. Deprecated: Use GetProviderConfigReference.

func (*LBSSLNegotiationPolicy) GetTerraformResourceType

func (mg *LBSSLNegotiationPolicy) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this LBSSLNegotiationPolicy

func (*LBSSLNegotiationPolicy) GetTerraformSchemaVersion

func (tr *LBSSLNegotiationPolicy) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*LBSSLNegotiationPolicy) GetWriteConnectionSecretToReference

func (mg *LBSSLNegotiationPolicy) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this LBSSLNegotiationPolicy.

func (*LBSSLNegotiationPolicy) LateInitialize

func (tr *LBSSLNegotiationPolicy) LateInitialize(attrs []byte) (bool, error)

LateInitialize this LBSSLNegotiationPolicy using its observed tfState. returns True if there are any spec changes for the resource.

func (*LBSSLNegotiationPolicy) SetConditions

func (mg *LBSSLNegotiationPolicy) SetConditions(c ...xpv1.Condition)

SetConditions of this LBSSLNegotiationPolicy.

func (*LBSSLNegotiationPolicy) SetDeletionPolicy

func (mg *LBSSLNegotiationPolicy) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this LBSSLNegotiationPolicy.

func (*LBSSLNegotiationPolicy) SetObservation

func (tr *LBSSLNegotiationPolicy) SetObservation(obs map[string]interface{}) error

SetObservation for this LBSSLNegotiationPolicy

func (*LBSSLNegotiationPolicy) SetParameters

func (tr *LBSSLNegotiationPolicy) SetParameters(params map[string]interface{}) error

SetParameters for this LBSSLNegotiationPolicy

func (*LBSSLNegotiationPolicy) SetProviderConfigReference

func (mg *LBSSLNegotiationPolicy) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this LBSSLNegotiationPolicy.

func (*LBSSLNegotiationPolicy) SetProviderReference

func (mg *LBSSLNegotiationPolicy) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this LBSSLNegotiationPolicy. Deprecated: Use SetProviderConfigReference.

func (*LBSSLNegotiationPolicy) SetWriteConnectionSecretToReference

func (mg *LBSSLNegotiationPolicy) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this LBSSLNegotiationPolicy.

type LBSSLNegotiationPolicyList

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

LBSSLNegotiationPolicyList contains a list of LBSSLNegotiationPolicys

func (*LBSSLNegotiationPolicyList) DeepCopy

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

func (*LBSSLNegotiationPolicyList) DeepCopyInto

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

func (*LBSSLNegotiationPolicyList) DeepCopyObject

func (in *LBSSLNegotiationPolicyList) DeepCopyObject() runtime.Object

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

func (*LBSSLNegotiationPolicyList) GetItems

GetItems of this LBSSLNegotiationPolicyList.

type LBSSLNegotiationPolicyObservation

type LBSSLNegotiationPolicyObservation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*LBSSLNegotiationPolicyObservation) DeepCopy

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

func (*LBSSLNegotiationPolicyObservation) DeepCopyInto

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

type LBSSLNegotiationPolicyParameters

type LBSSLNegotiationPolicyParameters struct {

	// +kubebuilder:validation:Optional
	Attribute []AttributeParameters `json:"attribute,omitempty" tf:"attribute,omitempty"`

	// +kubebuilder:validation:Required
	LBPort *int64 `json:"lbPort" tf:"lb_port,omitempty"`

	// +kubebuilder:validation:Required
	LoadBalancer *string `json:"loadBalancer" tf:"load_balancer,omitempty"`

	// +kubebuilder:validation:Required
	Name *string `json:"name" tf:"name,omitempty"`

	// Region is the region you'd like your resource to be created in.
	// +terrajet:crd:field:TFTag=-
	// +kubebuilder:validation:Required
	Region *string `json:"region" tf:"-"`
}

func (*LBSSLNegotiationPolicyParameters) DeepCopy

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

func (*LBSSLNegotiationPolicyParameters) DeepCopyInto

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

type LBSSLNegotiationPolicySpec

type LBSSLNegotiationPolicySpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     LBSSLNegotiationPolicyParameters `json:"forProvider"`
}

LBSSLNegotiationPolicySpec defines the desired state of LBSSLNegotiationPolicy

func (*LBSSLNegotiationPolicySpec) DeepCopy

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

func (*LBSSLNegotiationPolicySpec) DeepCopyInto

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

type LBSSLNegotiationPolicyStatus

type LBSSLNegotiationPolicyStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        LBSSLNegotiationPolicyObservation `json:"atProvider,omitempty"`
}

LBSSLNegotiationPolicyStatus defines the observed state of LBSSLNegotiationPolicy.

func (*LBSSLNegotiationPolicyStatus) DeepCopy

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

func (*LBSSLNegotiationPolicyStatus) DeepCopyInto

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

type ListenerObservation

type ListenerObservation struct {
}

func (*ListenerObservation) DeepCopy

func (in *ListenerObservation) DeepCopy() *ListenerObservation

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

func (*ListenerObservation) DeepCopyInto

func (in *ListenerObservation) DeepCopyInto(out *ListenerObservation)

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

type ListenerParameters

type ListenerParameters struct {

	// +kubebuilder:validation:Required
	InstancePort *int64 `json:"instancePort" tf:"instance_port,omitempty"`

	// +kubebuilder:validation:Required
	InstanceProtocol *string `json:"instanceProtocol" tf:"instance_protocol,omitempty"`

	// +kubebuilder:validation:Required
	LBPort *int64 `json:"lbPort" tf:"lb_port,omitempty"`

	// +kubebuilder:validation:Required
	LBProtocol *string `json:"lbProtocol" tf:"lb_protocol,omitempty"`

	// +kubebuilder:validation:Optional
	SSLCertificateID *string `json:"sslCertificateId,omitempty" tf:"ssl_certificate_id,omitempty"`
}

func (*ListenerParameters) DeepCopy

func (in *ListenerParameters) DeepCopy() *ListenerParameters

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

func (*ListenerParameters) DeepCopyInto

func (in *ListenerParameters) DeepCopyInto(out *ListenerParameters)

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

type ListenerPolicy

type ListenerPolicy struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ListenerPolicySpec   `json:"spec"`
	Status            ListenerPolicyStatus `json:"status,omitempty"`
}

ListenerPolicy is the Schema for the ListenerPolicys API +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,awsjet}

func (*ListenerPolicy) DeepCopy

func (in *ListenerPolicy) DeepCopy() *ListenerPolicy

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

func (*ListenerPolicy) DeepCopyInto

func (in *ListenerPolicy) DeepCopyInto(out *ListenerPolicy)

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

func (*ListenerPolicy) DeepCopyObject

func (in *ListenerPolicy) DeepCopyObject() runtime.Object

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

func (*ListenerPolicy) GetCondition

func (mg *ListenerPolicy) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this ListenerPolicy.

func (*ListenerPolicy) GetConnectionDetailsMapping

func (tr *ListenerPolicy) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this ListenerPolicy

func (*ListenerPolicy) GetDeletionPolicy

func (mg *ListenerPolicy) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this ListenerPolicy.

func (*ListenerPolicy) GetID

func (tr *ListenerPolicy) GetID() string

GetID returns ID of underlying Terraform resource of this ListenerPolicy

func (*ListenerPolicy) GetObservation

func (tr *ListenerPolicy) GetObservation() (map[string]interface{}, error)

GetObservation of this ListenerPolicy

func (*ListenerPolicy) GetParameters

func (tr *ListenerPolicy) GetParameters() (map[string]interface{}, error)

GetParameters of this ListenerPolicy

func (*ListenerPolicy) GetProviderConfigReference

func (mg *ListenerPolicy) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this ListenerPolicy.

func (*ListenerPolicy) GetProviderReference

func (mg *ListenerPolicy) GetProviderReference() *xpv1.Reference

GetProviderReference of this ListenerPolicy. Deprecated: Use GetProviderConfigReference.

func (*ListenerPolicy) GetTerraformResourceType

func (mg *ListenerPolicy) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ListenerPolicy

func (*ListenerPolicy) GetTerraformSchemaVersion

func (tr *ListenerPolicy) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ListenerPolicy) GetWriteConnectionSecretToReference

func (mg *ListenerPolicy) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this ListenerPolicy.

func (*ListenerPolicy) LateInitialize

func (tr *ListenerPolicy) LateInitialize(attrs []byte) (bool, error)

LateInitialize this ListenerPolicy using its observed tfState. returns True if there are any spec changes for the resource.

func (*ListenerPolicy) SetConditions

func (mg *ListenerPolicy) SetConditions(c ...xpv1.Condition)

SetConditions of this ListenerPolicy.

func (*ListenerPolicy) SetDeletionPolicy

func (mg *ListenerPolicy) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this ListenerPolicy.

func (*ListenerPolicy) SetObservation

func (tr *ListenerPolicy) SetObservation(obs map[string]interface{}) error

SetObservation for this ListenerPolicy

func (*ListenerPolicy) SetParameters

func (tr *ListenerPolicy) SetParameters(params map[string]interface{}) error

SetParameters for this ListenerPolicy

func (*ListenerPolicy) SetProviderConfigReference

func (mg *ListenerPolicy) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this ListenerPolicy.

func (*ListenerPolicy) SetProviderReference

func (mg *ListenerPolicy) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this ListenerPolicy. Deprecated: Use SetProviderConfigReference.

func (*ListenerPolicy) SetWriteConnectionSecretToReference

func (mg *ListenerPolicy) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this ListenerPolicy.

type ListenerPolicyList

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

ListenerPolicyList contains a list of ListenerPolicys

func (*ListenerPolicyList) DeepCopy

func (in *ListenerPolicyList) DeepCopy() *ListenerPolicyList

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

func (*ListenerPolicyList) DeepCopyInto

func (in *ListenerPolicyList) DeepCopyInto(out *ListenerPolicyList)

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

func (*ListenerPolicyList) DeepCopyObject

func (in *ListenerPolicyList) DeepCopyObject() runtime.Object

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

func (*ListenerPolicyList) GetItems

func (l *ListenerPolicyList) GetItems() []resource.Managed

GetItems of this ListenerPolicyList.

type ListenerPolicyObservation

type ListenerPolicyObservation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*ListenerPolicyObservation) DeepCopy

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

func (*ListenerPolicyObservation) DeepCopyInto

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

type ListenerPolicyParameters

type ListenerPolicyParameters struct {

	// +kubebuilder:validation:Required
	LoadBalancerName *string `json:"loadBalancerName" tf:"load_balancer_name,omitempty"`

	// +kubebuilder:validation:Required
	LoadBalancerPort *int64 `json:"loadBalancerPort" tf:"load_balancer_port,omitempty"`

	// +kubebuilder:validation:Optional
	PolicyNames []*string `json:"policyNames,omitempty" tf:"policy_names,omitempty"`

	// Region is the region you'd like your resource to be created in.
	// +terrajet:crd:field:TFTag=-
	// +kubebuilder:validation:Required
	Region *string `json:"region" tf:"-"`
}

func (*ListenerPolicyParameters) DeepCopy

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

func (*ListenerPolicyParameters) DeepCopyInto

func (in *ListenerPolicyParameters) DeepCopyInto(out *ListenerPolicyParameters)

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

type ListenerPolicySpec

type ListenerPolicySpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ListenerPolicyParameters `json:"forProvider"`
}

ListenerPolicySpec defines the desired state of ListenerPolicy

func (*ListenerPolicySpec) DeepCopy

func (in *ListenerPolicySpec) DeepCopy() *ListenerPolicySpec

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

func (*ListenerPolicySpec) DeepCopyInto

func (in *ListenerPolicySpec) DeepCopyInto(out *ListenerPolicySpec)

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

type ListenerPolicyStatus

type ListenerPolicyStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        ListenerPolicyObservation `json:"atProvider,omitempty"`
}

ListenerPolicyStatus defines the observed state of ListenerPolicy.

func (*ListenerPolicyStatus) DeepCopy

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

func (*ListenerPolicyStatus) DeepCopyInto

func (in *ListenerPolicyStatus) DeepCopyInto(out *ListenerPolicyStatus)

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

type Policy

type Policy struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              PolicySpec   `json:"spec"`
	Status            PolicyStatus `json:"status,omitempty"`
}

Policy is the Schema for the Policys API +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,awsjet}

func (*Policy) DeepCopy

func (in *Policy) DeepCopy() *Policy

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

func (*Policy) DeepCopyInto

func (in *Policy) DeepCopyInto(out *Policy)

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

func (*Policy) DeepCopyObject

func (in *Policy) DeepCopyObject() runtime.Object

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

func (*Policy) GetCondition

func (mg *Policy) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this Policy.

func (*Policy) GetConnectionDetailsMapping

func (tr *Policy) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this Policy

func (*Policy) GetDeletionPolicy

func (mg *Policy) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this Policy.

func (*Policy) GetID

func (tr *Policy) GetID() string

GetID returns ID of underlying Terraform resource of this Policy

func (*Policy) GetObservation

func (tr *Policy) GetObservation() (map[string]interface{}, error)

GetObservation of this Policy

func (*Policy) GetParameters

func (tr *Policy) GetParameters() (map[string]interface{}, error)

GetParameters of this Policy

func (*Policy) GetProviderConfigReference

func (mg *Policy) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this Policy.

func (*Policy) GetProviderReference

func (mg *Policy) GetProviderReference() *xpv1.Reference

GetProviderReference of this Policy. Deprecated: Use GetProviderConfigReference.

func (*Policy) GetTerraformResourceType

func (mg *Policy) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Policy

func (*Policy) GetTerraformSchemaVersion

func (tr *Policy) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Policy) GetWriteConnectionSecretToReference

func (mg *Policy) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this Policy.

func (*Policy) LateInitialize

func (tr *Policy) LateInitialize(attrs []byte) (bool, error)

LateInitialize this Policy using its observed tfState. returns True if there are any spec changes for the resource.

func (*Policy) SetConditions

func (mg *Policy) SetConditions(c ...xpv1.Condition)

SetConditions of this Policy.

func (*Policy) SetDeletionPolicy

func (mg *Policy) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this Policy.

func (*Policy) SetObservation

func (tr *Policy) SetObservation(obs map[string]interface{}) error

SetObservation for this Policy

func (*Policy) SetParameters

func (tr *Policy) SetParameters(params map[string]interface{}) error

SetParameters for this Policy

func (*Policy) SetProviderConfigReference

func (mg *Policy) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this Policy.

func (*Policy) SetProviderReference

func (mg *Policy) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this Policy. Deprecated: Use SetProviderConfigReference.

func (*Policy) SetWriteConnectionSecretToReference

func (mg *Policy) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this Policy.

type PolicyAttributeObservation

type PolicyAttributeObservation struct {
}

func (*PolicyAttributeObservation) DeepCopy

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

func (*PolicyAttributeObservation) DeepCopyInto

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

type PolicyAttributeParameters

type PolicyAttributeParameters struct {

	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// +kubebuilder:validation:Optional
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*PolicyAttributeParameters) DeepCopy

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

func (*PolicyAttributeParameters) DeepCopyInto

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

type PolicyList

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

PolicyList contains a list of Policys

func (*PolicyList) DeepCopy

func (in *PolicyList) DeepCopy() *PolicyList

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

func (*PolicyList) DeepCopyInto

func (in *PolicyList) DeepCopyInto(out *PolicyList)

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

func (*PolicyList) DeepCopyObject

func (in *PolicyList) DeepCopyObject() runtime.Object

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

func (*PolicyList) GetItems

func (l *PolicyList) GetItems() []resource.Managed

GetItems of this PolicyList.

type PolicyObservation

type PolicyObservation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*PolicyObservation) DeepCopy

func (in *PolicyObservation) DeepCopy() *PolicyObservation

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

func (*PolicyObservation) DeepCopyInto

func (in *PolicyObservation) DeepCopyInto(out *PolicyObservation)

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

type PolicyParameters

type PolicyParameters struct {

	// +kubebuilder:validation:Required
	LoadBalancerName *string `json:"loadBalancerName" tf:"load_balancer_name,omitempty"`

	// +kubebuilder:validation:Optional
	PolicyAttribute []PolicyAttributeParameters `json:"policyAttribute,omitempty" tf:"policy_attribute,omitempty"`

	// +kubebuilder:validation:Required
	PolicyName *string `json:"policyName" tf:"policy_name,omitempty"`

	// +kubebuilder:validation:Required
	PolicyTypeName *string `json:"policyTypeName" tf:"policy_type_name,omitempty"`

	// Region is the region you'd like your resource to be created in.
	// +terrajet:crd:field:TFTag=-
	// +kubebuilder:validation:Required
	Region *string `json:"region" tf:"-"`
}

func (*PolicyParameters) DeepCopy

func (in *PolicyParameters) DeepCopy() *PolicyParameters

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

func (*PolicyParameters) DeepCopyInto

func (in *PolicyParameters) DeepCopyInto(out *PolicyParameters)

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

type PolicySpec

type PolicySpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     PolicyParameters `json:"forProvider"`
}

PolicySpec defines the desired state of Policy

func (*PolicySpec) DeepCopy

func (in *PolicySpec) DeepCopy() *PolicySpec

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

func (*PolicySpec) DeepCopyInto

func (in *PolicySpec) DeepCopyInto(out *PolicySpec)

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

type PolicyStatus

type PolicyStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        PolicyObservation `json:"atProvider,omitempty"`
}

PolicyStatus defines the observed state of Policy.

func (*PolicyStatus) DeepCopy

func (in *PolicyStatus) DeepCopy() *PolicyStatus

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

func (*PolicyStatus) DeepCopyInto

func (in *PolicyStatus) DeepCopyInto(out *PolicyStatus)

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

type ProxyProtocolPolicy

type ProxyProtocolPolicy struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ProxyProtocolPolicySpec   `json:"spec"`
	Status            ProxyProtocolPolicyStatus `json:"status,omitempty"`
}

ProxyProtocolPolicy is the Schema for the ProxyProtocolPolicys API +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,awsjet}

func (*ProxyProtocolPolicy) DeepCopy

func (in *ProxyProtocolPolicy) DeepCopy() *ProxyProtocolPolicy

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

func (*ProxyProtocolPolicy) DeepCopyInto

func (in *ProxyProtocolPolicy) DeepCopyInto(out *ProxyProtocolPolicy)

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

func (*ProxyProtocolPolicy) DeepCopyObject

func (in *ProxyProtocolPolicy) DeepCopyObject() runtime.Object

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

func (*ProxyProtocolPolicy) GetCondition

func (mg *ProxyProtocolPolicy) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this ProxyProtocolPolicy.

func (*ProxyProtocolPolicy) GetConnectionDetailsMapping

func (tr *ProxyProtocolPolicy) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this ProxyProtocolPolicy

func (*ProxyProtocolPolicy) GetDeletionPolicy

func (mg *ProxyProtocolPolicy) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this ProxyProtocolPolicy.

func (*ProxyProtocolPolicy) GetID

func (tr *ProxyProtocolPolicy) GetID() string

GetID returns ID of underlying Terraform resource of this ProxyProtocolPolicy

func (*ProxyProtocolPolicy) GetObservation

func (tr *ProxyProtocolPolicy) GetObservation() (map[string]interface{}, error)

GetObservation of this ProxyProtocolPolicy

func (*ProxyProtocolPolicy) GetParameters

func (tr *ProxyProtocolPolicy) GetParameters() (map[string]interface{}, error)

GetParameters of this ProxyProtocolPolicy

func (*ProxyProtocolPolicy) GetProviderConfigReference

func (mg *ProxyProtocolPolicy) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this ProxyProtocolPolicy.

func (*ProxyProtocolPolicy) GetProviderReference

func (mg *ProxyProtocolPolicy) GetProviderReference() *xpv1.Reference

GetProviderReference of this ProxyProtocolPolicy. Deprecated: Use GetProviderConfigReference.

func (*ProxyProtocolPolicy) GetTerraformResourceType

func (mg *ProxyProtocolPolicy) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ProxyProtocolPolicy

func (*ProxyProtocolPolicy) GetTerraformSchemaVersion

func (tr *ProxyProtocolPolicy) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ProxyProtocolPolicy) GetWriteConnectionSecretToReference

func (mg *ProxyProtocolPolicy) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this ProxyProtocolPolicy.

func (*ProxyProtocolPolicy) LateInitialize

func (tr *ProxyProtocolPolicy) LateInitialize(attrs []byte) (bool, error)

LateInitialize this ProxyProtocolPolicy using its observed tfState. returns True if there are any spec changes for the resource.

func (*ProxyProtocolPolicy) SetConditions

func (mg *ProxyProtocolPolicy) SetConditions(c ...xpv1.Condition)

SetConditions of this ProxyProtocolPolicy.

func (*ProxyProtocolPolicy) SetDeletionPolicy

func (mg *ProxyProtocolPolicy) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this ProxyProtocolPolicy.

func (*ProxyProtocolPolicy) SetObservation

func (tr *ProxyProtocolPolicy) SetObservation(obs map[string]interface{}) error

SetObservation for this ProxyProtocolPolicy

func (*ProxyProtocolPolicy) SetParameters

func (tr *ProxyProtocolPolicy) SetParameters(params map[string]interface{}) error

SetParameters for this ProxyProtocolPolicy

func (*ProxyProtocolPolicy) SetProviderConfigReference

func (mg *ProxyProtocolPolicy) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this ProxyProtocolPolicy.

func (*ProxyProtocolPolicy) SetProviderReference

func (mg *ProxyProtocolPolicy) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this ProxyProtocolPolicy. Deprecated: Use SetProviderConfigReference.

func (*ProxyProtocolPolicy) SetWriteConnectionSecretToReference

func (mg *ProxyProtocolPolicy) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this ProxyProtocolPolicy.

type ProxyProtocolPolicyList

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

ProxyProtocolPolicyList contains a list of ProxyProtocolPolicys

func (*ProxyProtocolPolicyList) DeepCopy

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

func (*ProxyProtocolPolicyList) DeepCopyInto

func (in *ProxyProtocolPolicyList) DeepCopyInto(out *ProxyProtocolPolicyList)

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

func (*ProxyProtocolPolicyList) DeepCopyObject

func (in *ProxyProtocolPolicyList) DeepCopyObject() runtime.Object

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

func (*ProxyProtocolPolicyList) GetItems

func (l *ProxyProtocolPolicyList) GetItems() []resource.Managed

GetItems of this ProxyProtocolPolicyList.

type ProxyProtocolPolicyObservation

type ProxyProtocolPolicyObservation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*ProxyProtocolPolicyObservation) DeepCopy

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

func (*ProxyProtocolPolicyObservation) DeepCopyInto

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

type ProxyProtocolPolicyParameters

type ProxyProtocolPolicyParameters struct {

	// +kubebuilder:validation:Required
	InstancePorts []*string `json:"instancePorts" tf:"instance_ports,omitempty"`

	// +kubebuilder:validation:Required
	LoadBalancer *string `json:"loadBalancer" tf:"load_balancer,omitempty"`

	// Region is the region you'd like your resource to be created in.
	// +terrajet:crd:field:TFTag=-
	// +kubebuilder:validation:Required
	Region *string `json:"region" tf:"-"`
}

func (*ProxyProtocolPolicyParameters) DeepCopy

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

func (*ProxyProtocolPolicyParameters) DeepCopyInto

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

type ProxyProtocolPolicySpec

type ProxyProtocolPolicySpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ProxyProtocolPolicyParameters `json:"forProvider"`
}

ProxyProtocolPolicySpec defines the desired state of ProxyProtocolPolicy

func (*ProxyProtocolPolicySpec) DeepCopy

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

func (*ProxyProtocolPolicySpec) DeepCopyInto

func (in *ProxyProtocolPolicySpec) DeepCopyInto(out *ProxyProtocolPolicySpec)

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

type ProxyProtocolPolicyStatus

type ProxyProtocolPolicyStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        ProxyProtocolPolicyObservation `json:"atProvider,omitempty"`
}

ProxyProtocolPolicyStatus defines the observed state of ProxyProtocolPolicy.

func (*ProxyProtocolPolicyStatus) DeepCopy

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

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