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   = "iot-role-alias.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeIotRoleAlias

func DecodeIotRoleAlias(prev *IotRoleAlias, ctyValue cty.Value) (resource.Managed, error)

func DecodeIotRoleAlias_Alias

func DecodeIotRoleAlias_Alias(p *IotRoleAliasParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeIotRoleAlias_Arn

func DecodeIotRoleAlias_Arn(p *IotRoleAliasObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeIotRoleAlias_CredentialDuration

func DecodeIotRoleAlias_CredentialDuration(p *IotRoleAliasParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeIotRoleAlias_RoleArn

func DecodeIotRoleAlias_RoleArn(p *IotRoleAliasParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeIotRoleAlias

func EncodeIotRoleAlias(r IotRoleAlias) cty.Value

func EncodeIotRoleAlias_Alias

func EncodeIotRoleAlias_Alias(p IotRoleAliasParameters, vals map[string]cty.Value)

func EncodeIotRoleAlias_Arn

func EncodeIotRoleAlias_Arn(p IotRoleAliasObservation, vals map[string]cty.Value)

func EncodeIotRoleAlias_CredentialDuration

func EncodeIotRoleAlias_CredentialDuration(p IotRoleAliasParameters, vals map[string]cty.Value)

func EncodeIotRoleAlias_RoleArn

func EncodeIotRoleAlias_RoleArn(p IotRoleAliasParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeIotRoleAlias_Alias

func MergeIotRoleAlias_Alias(k *IotRoleAliasParameters, p *IotRoleAliasParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeIotRoleAlias_Arn

mergePrimitiveTemplateStatus

func MergeIotRoleAlias_CredentialDuration

func MergeIotRoleAlias_CredentialDuration(k *IotRoleAliasParameters, p *IotRoleAliasParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeIotRoleAlias_RoleArn

func MergeIotRoleAlias_RoleArn(k *IotRoleAliasParameters, p *IotRoleAliasParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type IotRoleAlias

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

	Spec   IotRoleAliasSpec   `json:"spec"`
	Status IotRoleAliasStatus `json:"status,omitempty"`
}

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

func (*IotRoleAlias) DeepCopy

func (in *IotRoleAlias) DeepCopy() *IotRoleAlias

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

func (*IotRoleAlias) DeepCopyInto

func (in *IotRoleAlias) DeepCopyInto(out *IotRoleAlias)

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

func (*IotRoleAlias) DeepCopyObject

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

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

func (*IotRoleAlias) GetCondition

GetCondition of this IotRoleAlias.

func (*IotRoleAlias) GetDeletionPolicy

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

GetDeletionPolicy of this IotRoleAlias.

func (*IotRoleAlias) GetProviderConfigReference

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

GetProviderConfigReference of this IotRoleAlias.

func (*IotRoleAlias) GetProviderReference

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

GetProviderReference of this IotRoleAlias. Deprecated: Use GetProviderConfigReference.

func (*IotRoleAlias) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this IotRoleAlias.

func (*IotRoleAlias) SetConditions

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

SetConditions of this IotRoleAlias.

func (*IotRoleAlias) SetDeletionPolicy

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

SetDeletionPolicy of this IotRoleAlias.

func (*IotRoleAlias) SetProviderConfigReference

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

SetProviderConfigReference of this IotRoleAlias.

func (*IotRoleAlias) SetProviderReference

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

SetProviderReference of this IotRoleAlias. Deprecated: Use SetProviderConfigReference.

func (*IotRoleAlias) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this IotRoleAlias.

type IotRoleAliasList

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

IotRoleAlias contains a list of IotRoleAliasList

func (*IotRoleAliasList) DeepCopy

func (in *IotRoleAliasList) DeepCopy() *IotRoleAliasList

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

func (*IotRoleAliasList) DeepCopyInto

func (in *IotRoleAliasList) DeepCopyInto(out *IotRoleAliasList)

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

func (*IotRoleAliasList) DeepCopyObject

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

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

func (*IotRoleAliasList) GetItems

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

GetItems of this IotRoleAliasList.

type IotRoleAliasObservation

type IotRoleAliasObservation struct {
	Arn string `json:"arn"`
}

A IotRoleAliasObservation records the observed state of a IotRoleAlias

func (*IotRoleAliasObservation) DeepCopy

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

func (*IotRoleAliasObservation) DeepCopyInto

func (in *IotRoleAliasObservation) DeepCopyInto(out *IotRoleAliasObservation)

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

type IotRoleAliasParameters

type IotRoleAliasParameters struct {
	CredentialDuration int64  `json:"credential_duration"`
	RoleArn            string `json:"role_arn"`
	Alias              string `json:"alias"`
}

A IotRoleAliasParameters defines the desired state of a IotRoleAlias

func (*IotRoleAliasParameters) DeepCopy

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

func (*IotRoleAliasParameters) DeepCopyInto

func (in *IotRoleAliasParameters) DeepCopyInto(out *IotRoleAliasParameters)

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

type IotRoleAliasSpec

type IotRoleAliasSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  IotRoleAliasParameters `json:"forProvider"`
}

A IotRoleAliasSpec defines the desired state of a IotRoleAlias

func (*IotRoleAliasSpec) DeepCopy

func (in *IotRoleAliasSpec) DeepCopy() *IotRoleAliasSpec

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

func (*IotRoleAliasSpec) DeepCopyInto

func (in *IotRoleAliasSpec) DeepCopyInto(out *IotRoleAliasSpec)

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

type IotRoleAliasStatus

type IotRoleAliasStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     IotRoleAliasObservation `json:"atProvider"`
}

A IotRoleAliasStatus defines the observed state of a IotRoleAlias

func (*IotRoleAliasStatus) DeepCopy

func (in *IotRoleAliasStatus) DeepCopy() *IotRoleAliasStatus

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

func (*IotRoleAliasStatus) DeepCopyInto

func (in *IotRoleAliasStatus) DeepCopyInto(out *IotRoleAliasStatus)

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