Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeIamAccountAlias(prev *IamAccountAlias, ctyValue cty.Value) (resource.Managed, error)
- func DecodeIamAccountAlias_AccountAlias(p *IamAccountAliasParameters, vals map[string]cty.Value)
- func EncodeIamAccountAlias(r IamAccountAlias) cty.Value
- func EncodeIamAccountAlias_AccountAlias(p IamAccountAliasParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeIamAccountAlias_AccountAlias(k *IamAccountAliasParameters, p *IamAccountAliasParameters, ...) bool
- type IamAccountAlias
- func (in *IamAccountAlias) DeepCopy() *IamAccountAlias
- func (in *IamAccountAlias) DeepCopyInto(out *IamAccountAlias)
- func (in *IamAccountAlias) DeepCopyObject() runtime.Object
- func (mg *IamAccountAlias) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *IamAccountAlias) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *IamAccountAlias) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *IamAccountAlias) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *IamAccountAlias) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *IamAccountAlias) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *IamAccountAlias) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *IamAccountAlias) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *IamAccountAlias) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *IamAccountAlias) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type IamAccountAliasList
- type IamAccountAliasObservation
- type IamAccountAliasParameters
- type IamAccountAliasSpec
- type IamAccountAliasStatus
Constants ¶
const ( Group = "iam-account-alias.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "IamAccountAlias" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_iam_account_alias" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
func DecodeIamAccountAlias ¶
func DecodeIamAccountAlias_AccountAlias ¶
func DecodeIamAccountAlias_AccountAlias(p *IamAccountAliasParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func EncodeIamAccountAlias ¶
func EncodeIamAccountAlias(r IamAccountAlias) cty.Value
func EncodeIamAccountAlias_AccountAlias ¶
func EncodeIamAccountAlias_AccountAlias(p IamAccountAliasParameters, vals map[string]cty.Value)
func Implementation ¶
func Implementation() *plugin.Implementation
func MergeIamAccountAlias_AccountAlias ¶
func MergeIamAccountAlias_AccountAlias(k *IamAccountAliasParameters, p *IamAccountAliasParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
Types ¶
type IamAccountAlias ¶
type IamAccountAlias struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec IamAccountAliasSpec `json:"spec"` Status IamAccountAliasStatus `json:"status,omitempty"` }
IamAccountAlias is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster
func (*IamAccountAlias) DeepCopy ¶
func (in *IamAccountAlias) DeepCopy() *IamAccountAlias
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IamAccountAlias.
func (*IamAccountAlias) DeepCopyInto ¶
func (in *IamAccountAlias) DeepCopyInto(out *IamAccountAlias)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*IamAccountAlias) DeepCopyObject ¶
func (in *IamAccountAlias) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*IamAccountAlias) GetCondition ¶
func (mg *IamAccountAlias) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this IamAccountAlias.
func (*IamAccountAlias) GetDeletionPolicy ¶
func (mg *IamAccountAlias) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
GetDeletionPolicy of this IamAccountAlias.
func (*IamAccountAlias) GetProviderConfigReference ¶
func (mg *IamAccountAlias) GetProviderConfigReference() *runtimev1alpha1.Reference
GetProviderConfigReference of this IamAccountAlias.
func (*IamAccountAlias) GetProviderReference ¶
func (mg *IamAccountAlias) GetProviderReference() *runtimev1alpha1.Reference
GetProviderReference of this IamAccountAlias. Deprecated: Use GetProviderConfigReference.
func (*IamAccountAlias) GetWriteConnectionSecretToReference ¶
func (mg *IamAccountAlias) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
GetWriteConnectionSecretToReference of this IamAccountAlias.
func (*IamAccountAlias) SetConditions ¶
func (mg *IamAccountAlias) SetConditions(c ...runtimev1alpha1.Condition)
SetConditions of this IamAccountAlias.
func (*IamAccountAlias) SetDeletionPolicy ¶
func (mg *IamAccountAlias) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
SetDeletionPolicy of this IamAccountAlias.
func (*IamAccountAlias) SetProviderConfigReference ¶
func (mg *IamAccountAlias) SetProviderConfigReference(r *runtimev1alpha1.Reference)
SetProviderConfigReference of this IamAccountAlias.
func (*IamAccountAlias) SetProviderReference ¶
func (mg *IamAccountAlias) SetProviderReference(r *runtimev1alpha1.Reference)
SetProviderReference of this IamAccountAlias. Deprecated: Use SetProviderConfigReference.
func (*IamAccountAlias) SetWriteConnectionSecretToReference ¶
func (mg *IamAccountAlias) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
SetWriteConnectionSecretToReference of this IamAccountAlias.
type IamAccountAliasList ¶
type IamAccountAliasList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []IamAccountAlias `json:"items"` }
IamAccountAlias contains a list of IamAccountAliasList
func (*IamAccountAliasList) DeepCopy ¶
func (in *IamAccountAliasList) DeepCopy() *IamAccountAliasList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IamAccountAliasList.
func (*IamAccountAliasList) DeepCopyInto ¶
func (in *IamAccountAliasList) DeepCopyInto(out *IamAccountAliasList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*IamAccountAliasList) DeepCopyObject ¶
func (in *IamAccountAliasList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*IamAccountAliasList) GetItems ¶
func (l *IamAccountAliasList) GetItems() []resource.Managed
GetItems of this IamAccountAliasList.
type IamAccountAliasObservation ¶
type IamAccountAliasObservation struct{}
A IamAccountAliasObservation records the observed state of a IamAccountAlias
func (*IamAccountAliasObservation) DeepCopy ¶
func (in *IamAccountAliasObservation) DeepCopy() *IamAccountAliasObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IamAccountAliasObservation.
func (*IamAccountAliasObservation) DeepCopyInto ¶
func (in *IamAccountAliasObservation) DeepCopyInto(out *IamAccountAliasObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IamAccountAliasParameters ¶
type IamAccountAliasParameters struct {
AccountAlias string `json:"account_alias"`
}
A IamAccountAliasParameters defines the desired state of a IamAccountAlias
func (*IamAccountAliasParameters) DeepCopy ¶
func (in *IamAccountAliasParameters) DeepCopy() *IamAccountAliasParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IamAccountAliasParameters.
func (*IamAccountAliasParameters) DeepCopyInto ¶
func (in *IamAccountAliasParameters) DeepCopyInto(out *IamAccountAliasParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IamAccountAliasSpec ¶
type IamAccountAliasSpec struct { runtimev1alpha1.ResourceSpec `json:",inline"` ForProvider IamAccountAliasParameters `json:"forProvider"` }
A IamAccountAliasSpec defines the desired state of a IamAccountAlias
func (*IamAccountAliasSpec) DeepCopy ¶
func (in *IamAccountAliasSpec) DeepCopy() *IamAccountAliasSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IamAccountAliasSpec.
func (*IamAccountAliasSpec) DeepCopyInto ¶
func (in *IamAccountAliasSpec) DeepCopyInto(out *IamAccountAliasSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IamAccountAliasStatus ¶
type IamAccountAliasStatus struct { runtimev1alpha1.ResourceStatus `json:",inline"` AtProvider IamAccountAliasObservation `json:"atProvider"` }
A IamAccountAliasStatus defines the observed state of a IamAccountAlias
func (*IamAccountAliasStatus) DeepCopy ¶
func (in *IamAccountAliasStatus) DeepCopy() *IamAccountAliasStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IamAccountAliasStatus.
func (*IamAccountAliasStatus) DeepCopyInto ¶
func (in *IamAccountAliasStatus) DeepCopyInto(out *IamAccountAliasStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.