v1alpha1

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

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

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

Documentation

Index

Constants

View Source
const (
	Group   = "sfn-state-machine.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeSfnStateMachine

func DecodeSfnStateMachine(prev *SfnStateMachine, ctyValue cty.Value) (resource.Managed, error)

func DecodeSfnStateMachine_Arn

func DecodeSfnStateMachine_Arn(p *SfnStateMachineObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeSfnStateMachine_CreationDate

func DecodeSfnStateMachine_CreationDate(p *SfnStateMachineObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeSfnStateMachine_Definition

func DecodeSfnStateMachine_Definition(p *SfnStateMachineParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeSfnStateMachine_Name

func DecodeSfnStateMachine_Name(p *SfnStateMachineParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeSfnStateMachine_RoleArn

func DecodeSfnStateMachine_RoleArn(p *SfnStateMachineParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeSfnStateMachine_Status

func DecodeSfnStateMachine_Status(p *SfnStateMachineObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeSfnStateMachine_Tags

func DecodeSfnStateMachine_Tags(p *SfnStateMachineParameters, vals map[string]cty.Value)

primitiveMapTypeDecodeTemplate

func EncodeSfnStateMachine

func EncodeSfnStateMachine(r SfnStateMachine) cty.Value

func EncodeSfnStateMachine_Arn

func EncodeSfnStateMachine_Arn(p SfnStateMachineObservation, vals map[string]cty.Value)

func EncodeSfnStateMachine_CreationDate

func EncodeSfnStateMachine_CreationDate(p SfnStateMachineObservation, vals map[string]cty.Value)

func EncodeSfnStateMachine_Definition

func EncodeSfnStateMachine_Definition(p SfnStateMachineParameters, vals map[string]cty.Value)

func EncodeSfnStateMachine_Name

func EncodeSfnStateMachine_Name(p SfnStateMachineParameters, vals map[string]cty.Value)

func EncodeSfnStateMachine_RoleArn

func EncodeSfnStateMachine_RoleArn(p SfnStateMachineParameters, vals map[string]cty.Value)

func EncodeSfnStateMachine_Status

func EncodeSfnStateMachine_Status(p SfnStateMachineObservation, vals map[string]cty.Value)

func EncodeSfnStateMachine_Tags

func EncodeSfnStateMachine_Tags(p SfnStateMachineParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeSfnStateMachine_Arn

mergePrimitiveTemplateStatus

func MergeSfnStateMachine_CreationDate

func MergeSfnStateMachine_CreationDate(k *SfnStateMachineObservation, p *SfnStateMachineObservation, md *plugin.MergeDescription) bool

mergePrimitiveTemplateStatus

func MergeSfnStateMachine_Definition

func MergeSfnStateMachine_Definition(k *SfnStateMachineParameters, p *SfnStateMachineParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeSfnStateMachine_Name

mergePrimitiveTemplateSpec

func MergeSfnStateMachine_RoleArn

func MergeSfnStateMachine_RoleArn(k *SfnStateMachineParameters, p *SfnStateMachineParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeSfnStateMachine_Status

func MergeSfnStateMachine_Status(k *SfnStateMachineObservation, p *SfnStateMachineObservation, md *plugin.MergeDescription) bool

mergePrimitiveTemplateStatus

func MergeSfnStateMachine_Tags

mergePrimitiveContainerTemplateSpec

Types

type SfnStateMachine

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

	Spec   SfnStateMachineSpec   `json:"spec"`
	Status SfnStateMachineStatus `json:"status,omitempty"`
}

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

func (*SfnStateMachine) DeepCopy

func (in *SfnStateMachine) DeepCopy() *SfnStateMachine

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

func (*SfnStateMachine) DeepCopyInto

func (in *SfnStateMachine) DeepCopyInto(out *SfnStateMachine)

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

func (*SfnStateMachine) DeepCopyObject

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

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

func (*SfnStateMachine) GetCondition

GetCondition of this SfnStateMachine.

func (*SfnStateMachine) GetDeletionPolicy

func (mg *SfnStateMachine) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy

GetDeletionPolicy of this SfnStateMachine.

func (*SfnStateMachine) GetProviderConfigReference

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

GetProviderConfigReference of this SfnStateMachine.

func (*SfnStateMachine) GetProviderReference

func (mg *SfnStateMachine) GetProviderReference() *runtimev1alpha1.Reference

GetProviderReference of this SfnStateMachine. Deprecated: Use GetProviderConfigReference.

func (*SfnStateMachine) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this SfnStateMachine.

func (*SfnStateMachine) SetConditions

func (mg *SfnStateMachine) SetConditions(c ...runtimev1alpha1.Condition)

SetConditions of this SfnStateMachine.

func (*SfnStateMachine) SetDeletionPolicy

func (mg *SfnStateMachine) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)

SetDeletionPolicy of this SfnStateMachine.

func (*SfnStateMachine) SetProviderConfigReference

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

SetProviderConfigReference of this SfnStateMachine.

func (*SfnStateMachine) SetProviderReference

func (mg *SfnStateMachine) SetProviderReference(r *runtimev1alpha1.Reference)

SetProviderReference of this SfnStateMachine. Deprecated: Use SetProviderConfigReference.

func (*SfnStateMachine) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this SfnStateMachine.

type SfnStateMachineList

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

SfnStateMachine contains a list of SfnStateMachineList

func (*SfnStateMachineList) DeepCopy

func (in *SfnStateMachineList) DeepCopy() *SfnStateMachineList

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

func (*SfnStateMachineList) DeepCopyInto

func (in *SfnStateMachineList) DeepCopyInto(out *SfnStateMachineList)

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

func (*SfnStateMachineList) DeepCopyObject

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

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

func (*SfnStateMachineList) GetItems

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

GetItems of this SfnStateMachineList.

type SfnStateMachineObservation

type SfnStateMachineObservation struct {
	CreationDate string `json:"creation_date"`
	Status       string `json:"status"`
	Arn          string `json:"arn"`
}

A SfnStateMachineObservation records the observed state of a SfnStateMachine

func (*SfnStateMachineObservation) DeepCopy

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

func (*SfnStateMachineObservation) DeepCopyInto

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

type SfnStateMachineParameters

type SfnStateMachineParameters struct {
	Definition string            `json:"definition"`
	Name       string            `json:"name"`
	RoleArn    string            `json:"role_arn"`
	Tags       map[string]string `json:"tags"`
}

A SfnStateMachineParameters defines the desired state of a SfnStateMachine

func (*SfnStateMachineParameters) DeepCopy

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

func (*SfnStateMachineParameters) DeepCopyInto

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

type SfnStateMachineSpec

type SfnStateMachineSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  SfnStateMachineParameters `json:"forProvider"`
}

A SfnStateMachineSpec defines the desired state of a SfnStateMachine

func (*SfnStateMachineSpec) DeepCopy

func (in *SfnStateMachineSpec) DeepCopy() *SfnStateMachineSpec

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

func (*SfnStateMachineSpec) DeepCopyInto

func (in *SfnStateMachineSpec) DeepCopyInto(out *SfnStateMachineSpec)

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

type SfnStateMachineStatus

type SfnStateMachineStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     SfnStateMachineObservation `json:"atProvider"`
}

A SfnStateMachineStatus defines the observed state of a SfnStateMachine

func (*SfnStateMachineStatus) DeepCopy

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

func (*SfnStateMachineStatus) DeepCopyInto

func (in *SfnStateMachineStatus) DeepCopyInto(out *SfnStateMachineStatus)

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