Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeCloud9EnvironmentEc2(prev *Cloud9EnvironmentEc2, ctyValue cty.Value) (resource.Managed, error)
- func DecodeCloud9EnvironmentEc2_Arn(p *Cloud9EnvironmentEc2Observation, vals map[string]cty.Value)
- func DecodeCloud9EnvironmentEc2_AutomaticStopTimeMinutes(p *Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)
- func DecodeCloud9EnvironmentEc2_Description(p *Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)
- func DecodeCloud9EnvironmentEc2_InstanceType(p *Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)
- func DecodeCloud9EnvironmentEc2_Name(p *Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)
- func DecodeCloud9EnvironmentEc2_OwnerArn(p *Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)
- func DecodeCloud9EnvironmentEc2_SubnetId(p *Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)
- func DecodeCloud9EnvironmentEc2_Tags(p *Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)
- func DecodeCloud9EnvironmentEc2_Type(p *Cloud9EnvironmentEc2Observation, vals map[string]cty.Value)
- func EncodeCloud9EnvironmentEc2(r Cloud9EnvironmentEc2) cty.Value
- func EncodeCloud9EnvironmentEc2_Arn(p Cloud9EnvironmentEc2Observation, vals map[string]cty.Value)
- func EncodeCloud9EnvironmentEc2_AutomaticStopTimeMinutes(p Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)
- func EncodeCloud9EnvironmentEc2_Description(p Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)
- func EncodeCloud9EnvironmentEc2_InstanceType(p Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)
- func EncodeCloud9EnvironmentEc2_Name(p Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)
- func EncodeCloud9EnvironmentEc2_OwnerArn(p Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)
- func EncodeCloud9EnvironmentEc2_SubnetId(p Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)
- func EncodeCloud9EnvironmentEc2_Tags(p Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)
- func EncodeCloud9EnvironmentEc2_Type(p Cloud9EnvironmentEc2Observation, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeCloud9EnvironmentEc2_Arn(k *Cloud9EnvironmentEc2Observation, p *Cloud9EnvironmentEc2Observation, ...) bool
- func MergeCloud9EnvironmentEc2_AutomaticStopTimeMinutes(k *Cloud9EnvironmentEc2Parameters, p *Cloud9EnvironmentEc2Parameters, ...) bool
- func MergeCloud9EnvironmentEc2_Description(k *Cloud9EnvironmentEc2Parameters, p *Cloud9EnvironmentEc2Parameters, ...) bool
- func MergeCloud9EnvironmentEc2_InstanceType(k *Cloud9EnvironmentEc2Parameters, p *Cloud9EnvironmentEc2Parameters, ...) bool
- func MergeCloud9EnvironmentEc2_Name(k *Cloud9EnvironmentEc2Parameters, p *Cloud9EnvironmentEc2Parameters, ...) bool
- func MergeCloud9EnvironmentEc2_OwnerArn(k *Cloud9EnvironmentEc2Parameters, p *Cloud9EnvironmentEc2Parameters, ...) bool
- func MergeCloud9EnvironmentEc2_SubnetId(k *Cloud9EnvironmentEc2Parameters, p *Cloud9EnvironmentEc2Parameters, ...) bool
- func MergeCloud9EnvironmentEc2_Tags(k *Cloud9EnvironmentEc2Parameters, p *Cloud9EnvironmentEc2Parameters, ...) bool
- func MergeCloud9EnvironmentEc2_Type(k *Cloud9EnvironmentEc2Observation, p *Cloud9EnvironmentEc2Observation, ...) bool
- type Cloud9EnvironmentEc2
- func (in *Cloud9EnvironmentEc2) DeepCopy() *Cloud9EnvironmentEc2
- func (in *Cloud9EnvironmentEc2) DeepCopyInto(out *Cloud9EnvironmentEc2)
- func (in *Cloud9EnvironmentEc2) DeepCopyObject() runtime.Object
- func (mg *Cloud9EnvironmentEc2) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *Cloud9EnvironmentEc2) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *Cloud9EnvironmentEc2) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *Cloud9EnvironmentEc2) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *Cloud9EnvironmentEc2) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *Cloud9EnvironmentEc2) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *Cloud9EnvironmentEc2) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *Cloud9EnvironmentEc2) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *Cloud9EnvironmentEc2) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *Cloud9EnvironmentEc2) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type Cloud9EnvironmentEc2List
- type Cloud9EnvironmentEc2Observation
- type Cloud9EnvironmentEc2Parameters
- type Cloud9EnvironmentEc2Spec
- type Cloud9EnvironmentEc2Status
Constants ¶
const ( Group = "cloud-9-environment-ec-2.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "Cloud9EnvironmentEc2" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_cloud9_environment_ec2" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
func DecodeCloud9EnvironmentEc2_Arn ¶
func DecodeCloud9EnvironmentEc2_Arn(p *Cloud9EnvironmentEc2Observation, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeCloud9EnvironmentEc2_AutomaticStopTimeMinutes ¶
func DecodeCloud9EnvironmentEc2_AutomaticStopTimeMinutes(p *Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeCloud9EnvironmentEc2_Description ¶
func DecodeCloud9EnvironmentEc2_Description(p *Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeCloud9EnvironmentEc2_InstanceType ¶
func DecodeCloud9EnvironmentEc2_InstanceType(p *Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeCloud9EnvironmentEc2_Name ¶
func DecodeCloud9EnvironmentEc2_Name(p *Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeCloud9EnvironmentEc2_OwnerArn ¶
func DecodeCloud9EnvironmentEc2_OwnerArn(p *Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeCloud9EnvironmentEc2_SubnetId ¶
func DecodeCloud9EnvironmentEc2_SubnetId(p *Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeCloud9EnvironmentEc2_Tags ¶
func DecodeCloud9EnvironmentEc2_Tags(p *Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)
primitiveMapTypeDecodeTemplate
func DecodeCloud9EnvironmentEc2_Type ¶
func DecodeCloud9EnvironmentEc2_Type(p *Cloud9EnvironmentEc2Observation, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func EncodeCloud9EnvironmentEc2 ¶
func EncodeCloud9EnvironmentEc2(r Cloud9EnvironmentEc2) cty.Value
func EncodeCloud9EnvironmentEc2_Arn ¶
func EncodeCloud9EnvironmentEc2_Arn(p Cloud9EnvironmentEc2Observation, vals map[string]cty.Value)
func EncodeCloud9EnvironmentEc2_AutomaticStopTimeMinutes ¶
func EncodeCloud9EnvironmentEc2_AutomaticStopTimeMinutes(p Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)
func EncodeCloud9EnvironmentEc2_Description ¶
func EncodeCloud9EnvironmentEc2_Description(p Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)
func EncodeCloud9EnvironmentEc2_InstanceType ¶
func EncodeCloud9EnvironmentEc2_InstanceType(p Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)
func EncodeCloud9EnvironmentEc2_Name ¶
func EncodeCloud9EnvironmentEc2_Name(p Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)
func EncodeCloud9EnvironmentEc2_OwnerArn ¶
func EncodeCloud9EnvironmentEc2_OwnerArn(p Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)
func EncodeCloud9EnvironmentEc2_SubnetId ¶
func EncodeCloud9EnvironmentEc2_SubnetId(p Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)
func EncodeCloud9EnvironmentEc2_Tags ¶
func EncodeCloud9EnvironmentEc2_Tags(p Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)
func EncodeCloud9EnvironmentEc2_Type ¶
func EncodeCloud9EnvironmentEc2_Type(p Cloud9EnvironmentEc2Observation, vals map[string]cty.Value)
func Implementation ¶
func Implementation() *plugin.Implementation
func MergeCloud9EnvironmentEc2_Arn ¶
func MergeCloud9EnvironmentEc2_Arn(k *Cloud9EnvironmentEc2Observation, p *Cloud9EnvironmentEc2Observation, md *plugin.MergeDescription) bool
mergePrimitiveTemplateStatus
func MergeCloud9EnvironmentEc2_AutomaticStopTimeMinutes ¶
func MergeCloud9EnvironmentEc2_AutomaticStopTimeMinutes(k *Cloud9EnvironmentEc2Parameters, p *Cloud9EnvironmentEc2Parameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeCloud9EnvironmentEc2_Description ¶
func MergeCloud9EnvironmentEc2_Description(k *Cloud9EnvironmentEc2Parameters, p *Cloud9EnvironmentEc2Parameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeCloud9EnvironmentEc2_InstanceType ¶
func MergeCloud9EnvironmentEc2_InstanceType(k *Cloud9EnvironmentEc2Parameters, p *Cloud9EnvironmentEc2Parameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeCloud9EnvironmentEc2_Name ¶
func MergeCloud9EnvironmentEc2_Name(k *Cloud9EnvironmentEc2Parameters, p *Cloud9EnvironmentEc2Parameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeCloud9EnvironmentEc2_OwnerArn ¶
func MergeCloud9EnvironmentEc2_OwnerArn(k *Cloud9EnvironmentEc2Parameters, p *Cloud9EnvironmentEc2Parameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeCloud9EnvironmentEc2_SubnetId ¶
func MergeCloud9EnvironmentEc2_SubnetId(k *Cloud9EnvironmentEc2Parameters, p *Cloud9EnvironmentEc2Parameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeCloud9EnvironmentEc2_Tags ¶
func MergeCloud9EnvironmentEc2_Tags(k *Cloud9EnvironmentEc2Parameters, p *Cloud9EnvironmentEc2Parameters, md *plugin.MergeDescription) bool
mergePrimitiveContainerTemplateSpec
func MergeCloud9EnvironmentEc2_Type ¶
func MergeCloud9EnvironmentEc2_Type(k *Cloud9EnvironmentEc2Observation, p *Cloud9EnvironmentEc2Observation, md *plugin.MergeDescription) bool
mergePrimitiveTemplateStatus
Types ¶
type Cloud9EnvironmentEc2 ¶
type Cloud9EnvironmentEc2 struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec Cloud9EnvironmentEc2Spec `json:"spec"` Status Cloud9EnvironmentEc2Status `json:"status,omitempty"` }
Cloud9EnvironmentEc2 is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster
func (*Cloud9EnvironmentEc2) DeepCopy ¶
func (in *Cloud9EnvironmentEc2) DeepCopy() *Cloud9EnvironmentEc2
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Cloud9EnvironmentEc2.
func (*Cloud9EnvironmentEc2) DeepCopyInto ¶
func (in *Cloud9EnvironmentEc2) DeepCopyInto(out *Cloud9EnvironmentEc2)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Cloud9EnvironmentEc2) DeepCopyObject ¶
func (in *Cloud9EnvironmentEc2) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Cloud9EnvironmentEc2) GetCondition ¶
func (mg *Cloud9EnvironmentEc2) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this Cloud9EnvironmentEc2.
func (*Cloud9EnvironmentEc2) GetDeletionPolicy ¶
func (mg *Cloud9EnvironmentEc2) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
GetDeletionPolicy of this Cloud9EnvironmentEc2.
func (*Cloud9EnvironmentEc2) GetProviderConfigReference ¶
func (mg *Cloud9EnvironmentEc2) GetProviderConfigReference() *runtimev1alpha1.Reference
GetProviderConfigReference of this Cloud9EnvironmentEc2.
func (*Cloud9EnvironmentEc2) GetProviderReference ¶
func (mg *Cloud9EnvironmentEc2) GetProviderReference() *runtimev1alpha1.Reference
GetProviderReference of this Cloud9EnvironmentEc2. Deprecated: Use GetProviderConfigReference.
func (*Cloud9EnvironmentEc2) GetWriteConnectionSecretToReference ¶
func (mg *Cloud9EnvironmentEc2) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
GetWriteConnectionSecretToReference of this Cloud9EnvironmentEc2.
func (*Cloud9EnvironmentEc2) SetConditions ¶
func (mg *Cloud9EnvironmentEc2) SetConditions(c ...runtimev1alpha1.Condition)
SetConditions of this Cloud9EnvironmentEc2.
func (*Cloud9EnvironmentEc2) SetDeletionPolicy ¶
func (mg *Cloud9EnvironmentEc2) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
SetDeletionPolicy of this Cloud9EnvironmentEc2.
func (*Cloud9EnvironmentEc2) SetProviderConfigReference ¶
func (mg *Cloud9EnvironmentEc2) SetProviderConfigReference(r *runtimev1alpha1.Reference)
SetProviderConfigReference of this Cloud9EnvironmentEc2.
func (*Cloud9EnvironmentEc2) SetProviderReference ¶
func (mg *Cloud9EnvironmentEc2) SetProviderReference(r *runtimev1alpha1.Reference)
SetProviderReference of this Cloud9EnvironmentEc2. Deprecated: Use SetProviderConfigReference.
func (*Cloud9EnvironmentEc2) SetWriteConnectionSecretToReference ¶
func (mg *Cloud9EnvironmentEc2) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
SetWriteConnectionSecretToReference of this Cloud9EnvironmentEc2.
type Cloud9EnvironmentEc2List ¶
type Cloud9EnvironmentEc2List struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Cloud9EnvironmentEc2 `json:"items"` }
Cloud9EnvironmentEc2 contains a list of Cloud9EnvironmentEc2List
func (*Cloud9EnvironmentEc2List) DeepCopy ¶
func (in *Cloud9EnvironmentEc2List) DeepCopy() *Cloud9EnvironmentEc2List
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Cloud9EnvironmentEc2List.
func (*Cloud9EnvironmentEc2List) DeepCopyInto ¶
func (in *Cloud9EnvironmentEc2List) DeepCopyInto(out *Cloud9EnvironmentEc2List)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Cloud9EnvironmentEc2List) DeepCopyObject ¶
func (in *Cloud9EnvironmentEc2List) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Cloud9EnvironmentEc2List) GetItems ¶
func (l *Cloud9EnvironmentEc2List) GetItems() []resource.Managed
GetItems of this Cloud9EnvironmentEc2List.
type Cloud9EnvironmentEc2Observation ¶
A Cloud9EnvironmentEc2Observation records the observed state of a Cloud9EnvironmentEc2
func (*Cloud9EnvironmentEc2Observation) DeepCopy ¶
func (in *Cloud9EnvironmentEc2Observation) DeepCopy() *Cloud9EnvironmentEc2Observation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Cloud9EnvironmentEc2Observation.
func (*Cloud9EnvironmentEc2Observation) DeepCopyInto ¶
func (in *Cloud9EnvironmentEc2Observation) DeepCopyInto(out *Cloud9EnvironmentEc2Observation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Cloud9EnvironmentEc2Parameters ¶
type Cloud9EnvironmentEc2Parameters struct { AutomaticStopTimeMinutes int64 `json:"automatic_stop_time_minutes"` Name string `json:"name"` Tags map[string]string `json:"tags"` Description string `json:"description"` InstanceType string `json:"instance_type"` OwnerArn string `json:"owner_arn"` SubnetId string `json:"subnet_id"` }
A Cloud9EnvironmentEc2Parameters defines the desired state of a Cloud9EnvironmentEc2
func (*Cloud9EnvironmentEc2Parameters) DeepCopy ¶
func (in *Cloud9EnvironmentEc2Parameters) DeepCopy() *Cloud9EnvironmentEc2Parameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Cloud9EnvironmentEc2Parameters.
func (*Cloud9EnvironmentEc2Parameters) DeepCopyInto ¶
func (in *Cloud9EnvironmentEc2Parameters) DeepCopyInto(out *Cloud9EnvironmentEc2Parameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Cloud9EnvironmentEc2Spec ¶
type Cloud9EnvironmentEc2Spec struct { runtimev1alpha1.ResourceSpec `json:",inline"` ForProvider Cloud9EnvironmentEc2Parameters `json:"forProvider"` }
A Cloud9EnvironmentEc2Spec defines the desired state of a Cloud9EnvironmentEc2
func (*Cloud9EnvironmentEc2Spec) DeepCopy ¶
func (in *Cloud9EnvironmentEc2Spec) DeepCopy() *Cloud9EnvironmentEc2Spec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Cloud9EnvironmentEc2Spec.
func (*Cloud9EnvironmentEc2Spec) DeepCopyInto ¶
func (in *Cloud9EnvironmentEc2Spec) DeepCopyInto(out *Cloud9EnvironmentEc2Spec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Cloud9EnvironmentEc2Status ¶
type Cloud9EnvironmentEc2Status struct { runtimev1alpha1.ResourceStatus `json:",inline"` AtProvider Cloud9EnvironmentEc2Observation `json:"atProvider"` }
A Cloud9EnvironmentEc2Status defines the observed state of a Cloud9EnvironmentEc2
func (*Cloud9EnvironmentEc2Status) DeepCopy ¶
func (in *Cloud9EnvironmentEc2Status) DeepCopy() *Cloud9EnvironmentEc2Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Cloud9EnvironmentEc2Status.
func (*Cloud9EnvironmentEc2Status) DeepCopyInto ¶
func (in *Cloud9EnvironmentEc2Status) DeepCopyInto(out *Cloud9EnvironmentEc2Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.