Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeAlbTargetGroupAttachment(prev *AlbTargetGroupAttachment, ctyValue cty.Value) (resource.Managed, error)
- func DecodeAlbTargetGroupAttachment_AvailabilityZone(p *AlbTargetGroupAttachmentParameters, vals map[string]cty.Value)
- func DecodeAlbTargetGroupAttachment_Port(p *AlbTargetGroupAttachmentParameters, vals map[string]cty.Value)
- func DecodeAlbTargetGroupAttachment_TargetGroupArn(p *AlbTargetGroupAttachmentParameters, vals map[string]cty.Value)
- func DecodeAlbTargetGroupAttachment_TargetId(p *AlbTargetGroupAttachmentParameters, vals map[string]cty.Value)
- func EncodeAlbTargetGroupAttachment(r AlbTargetGroupAttachment) cty.Value
- func EncodeAlbTargetGroupAttachment_AvailabilityZone(p AlbTargetGroupAttachmentParameters, vals map[string]cty.Value)
- func EncodeAlbTargetGroupAttachment_Port(p AlbTargetGroupAttachmentParameters, vals map[string]cty.Value)
- func EncodeAlbTargetGroupAttachment_TargetGroupArn(p AlbTargetGroupAttachmentParameters, vals map[string]cty.Value)
- func EncodeAlbTargetGroupAttachment_TargetId(p AlbTargetGroupAttachmentParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeAlbTargetGroupAttachment_AvailabilityZone(k *AlbTargetGroupAttachmentParameters, p *AlbTargetGroupAttachmentParameters, ...) bool
- func MergeAlbTargetGroupAttachment_Port(k *AlbTargetGroupAttachmentParameters, p *AlbTargetGroupAttachmentParameters, ...) bool
- func MergeAlbTargetGroupAttachment_TargetGroupArn(k *AlbTargetGroupAttachmentParameters, p *AlbTargetGroupAttachmentParameters, ...) bool
- func MergeAlbTargetGroupAttachment_TargetId(k *AlbTargetGroupAttachmentParameters, p *AlbTargetGroupAttachmentParameters, ...) bool
- type AlbTargetGroupAttachment
- func (in *AlbTargetGroupAttachment) DeepCopy() *AlbTargetGroupAttachment
- func (in *AlbTargetGroupAttachment) DeepCopyInto(out *AlbTargetGroupAttachment)
- func (in *AlbTargetGroupAttachment) DeepCopyObject() runtime.Object
- func (mg *AlbTargetGroupAttachment) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *AlbTargetGroupAttachment) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *AlbTargetGroupAttachment) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *AlbTargetGroupAttachment) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *AlbTargetGroupAttachment) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *AlbTargetGroupAttachment) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *AlbTargetGroupAttachment) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *AlbTargetGroupAttachment) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *AlbTargetGroupAttachment) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *AlbTargetGroupAttachment) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type AlbTargetGroupAttachmentList
- func (in *AlbTargetGroupAttachmentList) DeepCopy() *AlbTargetGroupAttachmentList
- func (in *AlbTargetGroupAttachmentList) DeepCopyInto(out *AlbTargetGroupAttachmentList)
- func (in *AlbTargetGroupAttachmentList) DeepCopyObject() runtime.Object
- func (l *AlbTargetGroupAttachmentList) GetItems() []resource.Managed
- type AlbTargetGroupAttachmentObservation
- type AlbTargetGroupAttachmentParameters
- type AlbTargetGroupAttachmentSpec
- type AlbTargetGroupAttachmentStatus
Constants ¶
const ( Group = "alb-target-group-attachment.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "AlbTargetGroupAttachment" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_alb_target_group_attachment" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
func DecodeAlbTargetGroupAttachment_AvailabilityZone ¶
func DecodeAlbTargetGroupAttachment_AvailabilityZone(p *AlbTargetGroupAttachmentParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeAlbTargetGroupAttachment_Port ¶
func DecodeAlbTargetGroupAttachment_Port(p *AlbTargetGroupAttachmentParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeAlbTargetGroupAttachment_TargetGroupArn ¶
func DecodeAlbTargetGroupAttachment_TargetGroupArn(p *AlbTargetGroupAttachmentParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeAlbTargetGroupAttachment_TargetId ¶
func DecodeAlbTargetGroupAttachment_TargetId(p *AlbTargetGroupAttachmentParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func EncodeAlbTargetGroupAttachment ¶
func EncodeAlbTargetGroupAttachment(r AlbTargetGroupAttachment) cty.Value
func EncodeAlbTargetGroupAttachment_AvailabilityZone ¶
func EncodeAlbTargetGroupAttachment_AvailabilityZone(p AlbTargetGroupAttachmentParameters, vals map[string]cty.Value)
func EncodeAlbTargetGroupAttachment_Port ¶
func EncodeAlbTargetGroupAttachment_Port(p AlbTargetGroupAttachmentParameters, vals map[string]cty.Value)
func EncodeAlbTargetGroupAttachment_TargetGroupArn ¶
func EncodeAlbTargetGroupAttachment_TargetGroupArn(p AlbTargetGroupAttachmentParameters, vals map[string]cty.Value)
func EncodeAlbTargetGroupAttachment_TargetId ¶
func EncodeAlbTargetGroupAttachment_TargetId(p AlbTargetGroupAttachmentParameters, vals map[string]cty.Value)
func Implementation ¶
func Implementation() *plugin.Implementation
func MergeAlbTargetGroupAttachment_AvailabilityZone ¶
func MergeAlbTargetGroupAttachment_AvailabilityZone(k *AlbTargetGroupAttachmentParameters, p *AlbTargetGroupAttachmentParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeAlbTargetGroupAttachment_Port ¶
func MergeAlbTargetGroupAttachment_Port(k *AlbTargetGroupAttachmentParameters, p *AlbTargetGroupAttachmentParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeAlbTargetGroupAttachment_TargetGroupArn ¶
func MergeAlbTargetGroupAttachment_TargetGroupArn(k *AlbTargetGroupAttachmentParameters, p *AlbTargetGroupAttachmentParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeAlbTargetGroupAttachment_TargetId ¶
func MergeAlbTargetGroupAttachment_TargetId(k *AlbTargetGroupAttachmentParameters, p *AlbTargetGroupAttachmentParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
Types ¶
type AlbTargetGroupAttachment ¶
type AlbTargetGroupAttachment struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AlbTargetGroupAttachmentSpec `json:"spec"` Status AlbTargetGroupAttachmentStatus `json:"status,omitempty"` }
AlbTargetGroupAttachment is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster
func (*AlbTargetGroupAttachment) DeepCopy ¶
func (in *AlbTargetGroupAttachment) DeepCopy() *AlbTargetGroupAttachment
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AlbTargetGroupAttachment.
func (*AlbTargetGroupAttachment) DeepCopyInto ¶
func (in *AlbTargetGroupAttachment) DeepCopyInto(out *AlbTargetGroupAttachment)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AlbTargetGroupAttachment) DeepCopyObject ¶
func (in *AlbTargetGroupAttachment) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AlbTargetGroupAttachment) GetCondition ¶
func (mg *AlbTargetGroupAttachment) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this AlbTargetGroupAttachment.
func (*AlbTargetGroupAttachment) GetDeletionPolicy ¶
func (mg *AlbTargetGroupAttachment) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
GetDeletionPolicy of this AlbTargetGroupAttachment.
func (*AlbTargetGroupAttachment) GetProviderConfigReference ¶
func (mg *AlbTargetGroupAttachment) GetProviderConfigReference() *runtimev1alpha1.Reference
GetProviderConfigReference of this AlbTargetGroupAttachment.
func (*AlbTargetGroupAttachment) GetProviderReference ¶
func (mg *AlbTargetGroupAttachment) GetProviderReference() *runtimev1alpha1.Reference
GetProviderReference of this AlbTargetGroupAttachment. Deprecated: Use GetProviderConfigReference.
func (*AlbTargetGroupAttachment) GetWriteConnectionSecretToReference ¶
func (mg *AlbTargetGroupAttachment) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
GetWriteConnectionSecretToReference of this AlbTargetGroupAttachment.
func (*AlbTargetGroupAttachment) SetConditions ¶
func (mg *AlbTargetGroupAttachment) SetConditions(c ...runtimev1alpha1.Condition)
SetConditions of this AlbTargetGroupAttachment.
func (*AlbTargetGroupAttachment) SetDeletionPolicy ¶
func (mg *AlbTargetGroupAttachment) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
SetDeletionPolicy of this AlbTargetGroupAttachment.
func (*AlbTargetGroupAttachment) SetProviderConfigReference ¶
func (mg *AlbTargetGroupAttachment) SetProviderConfigReference(r *runtimev1alpha1.Reference)
SetProviderConfigReference of this AlbTargetGroupAttachment.
func (*AlbTargetGroupAttachment) SetProviderReference ¶
func (mg *AlbTargetGroupAttachment) SetProviderReference(r *runtimev1alpha1.Reference)
SetProviderReference of this AlbTargetGroupAttachment. Deprecated: Use SetProviderConfigReference.
func (*AlbTargetGroupAttachment) SetWriteConnectionSecretToReference ¶
func (mg *AlbTargetGroupAttachment) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
SetWriteConnectionSecretToReference of this AlbTargetGroupAttachment.
type AlbTargetGroupAttachmentList ¶
type AlbTargetGroupAttachmentList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []AlbTargetGroupAttachment `json:"items"` }
AlbTargetGroupAttachment contains a list of AlbTargetGroupAttachmentList
func (*AlbTargetGroupAttachmentList) DeepCopy ¶
func (in *AlbTargetGroupAttachmentList) DeepCopy() *AlbTargetGroupAttachmentList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AlbTargetGroupAttachmentList.
func (*AlbTargetGroupAttachmentList) DeepCopyInto ¶
func (in *AlbTargetGroupAttachmentList) DeepCopyInto(out *AlbTargetGroupAttachmentList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AlbTargetGroupAttachmentList) DeepCopyObject ¶
func (in *AlbTargetGroupAttachmentList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AlbTargetGroupAttachmentList) GetItems ¶
func (l *AlbTargetGroupAttachmentList) GetItems() []resource.Managed
GetItems of this AlbTargetGroupAttachmentList.
type AlbTargetGroupAttachmentObservation ¶
type AlbTargetGroupAttachmentObservation struct{}
A AlbTargetGroupAttachmentObservation records the observed state of a AlbTargetGroupAttachment
func (*AlbTargetGroupAttachmentObservation) DeepCopy ¶
func (in *AlbTargetGroupAttachmentObservation) DeepCopy() *AlbTargetGroupAttachmentObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AlbTargetGroupAttachmentObservation.
func (*AlbTargetGroupAttachmentObservation) DeepCopyInto ¶
func (in *AlbTargetGroupAttachmentObservation) DeepCopyInto(out *AlbTargetGroupAttachmentObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AlbTargetGroupAttachmentParameters ¶
type AlbTargetGroupAttachmentParameters struct { AvailabilityZone string `json:"availability_zone"` Port int64 `json:"port"` TargetGroupArn string `json:"target_group_arn"` TargetId string `json:"target_id"` }
A AlbTargetGroupAttachmentParameters defines the desired state of a AlbTargetGroupAttachment
func (*AlbTargetGroupAttachmentParameters) DeepCopy ¶
func (in *AlbTargetGroupAttachmentParameters) DeepCopy() *AlbTargetGroupAttachmentParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AlbTargetGroupAttachmentParameters.
func (*AlbTargetGroupAttachmentParameters) DeepCopyInto ¶
func (in *AlbTargetGroupAttachmentParameters) DeepCopyInto(out *AlbTargetGroupAttachmentParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AlbTargetGroupAttachmentSpec ¶
type AlbTargetGroupAttachmentSpec struct { runtimev1alpha1.ResourceSpec `json:",inline"` ForProvider AlbTargetGroupAttachmentParameters `json:"forProvider"` }
A AlbTargetGroupAttachmentSpec defines the desired state of a AlbTargetGroupAttachment
func (*AlbTargetGroupAttachmentSpec) DeepCopy ¶
func (in *AlbTargetGroupAttachmentSpec) DeepCopy() *AlbTargetGroupAttachmentSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AlbTargetGroupAttachmentSpec.
func (*AlbTargetGroupAttachmentSpec) DeepCopyInto ¶
func (in *AlbTargetGroupAttachmentSpec) DeepCopyInto(out *AlbTargetGroupAttachmentSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AlbTargetGroupAttachmentStatus ¶
type AlbTargetGroupAttachmentStatus struct { runtimev1alpha1.ResourceStatus `json:",inline"` AtProvider AlbTargetGroupAttachmentObservation `json:"atProvider"` }
A AlbTargetGroupAttachmentStatus defines the observed state of a AlbTargetGroupAttachment
func (*AlbTargetGroupAttachmentStatus) DeepCopy ¶
func (in *AlbTargetGroupAttachmentStatus) DeepCopy() *AlbTargetGroupAttachmentStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AlbTargetGroupAttachmentStatus.
func (*AlbTargetGroupAttachmentStatus) DeepCopyInto ¶
func (in *AlbTargetGroupAttachmentStatus) DeepCopyInto(out *AlbTargetGroupAttachmentStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.