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

Package type metadata.

Variables

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

Functions

func DecodeIamRolePolicy

func DecodeIamRolePolicy(prev *IamRolePolicy, ctyValue cty.Value) (resource.Managed, error)

func DecodeIamRolePolicy_Name

func DecodeIamRolePolicy_Name(p *IamRolePolicyParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeIamRolePolicy_NamePrefix

func DecodeIamRolePolicy_NamePrefix(p *IamRolePolicyParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeIamRolePolicy_Policy

func DecodeIamRolePolicy_Policy(p *IamRolePolicyParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeIamRolePolicy_Role

func DecodeIamRolePolicy_Role(p *IamRolePolicyParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeIamRolePolicy

func EncodeIamRolePolicy(r IamRolePolicy) cty.Value

func EncodeIamRolePolicy_Name

func EncodeIamRolePolicy_Name(p IamRolePolicyParameters, vals map[string]cty.Value)

func EncodeIamRolePolicy_NamePrefix

func EncodeIamRolePolicy_NamePrefix(p IamRolePolicyParameters, vals map[string]cty.Value)

func EncodeIamRolePolicy_Policy

func EncodeIamRolePolicy_Policy(p IamRolePolicyParameters, vals map[string]cty.Value)

func EncodeIamRolePolicy_Role

func EncodeIamRolePolicy_Role(p IamRolePolicyParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeIamRolePolicy_Name

func MergeIamRolePolicy_Name(k *IamRolePolicyParameters, p *IamRolePolicyParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeIamRolePolicy_NamePrefix

func MergeIamRolePolicy_NamePrefix(k *IamRolePolicyParameters, p *IamRolePolicyParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeIamRolePolicy_Policy

func MergeIamRolePolicy_Policy(k *IamRolePolicyParameters, p *IamRolePolicyParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeIamRolePolicy_Role

func MergeIamRolePolicy_Role(k *IamRolePolicyParameters, p *IamRolePolicyParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type IamRolePolicy

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

	Spec   IamRolePolicySpec   `json:"spec"`
	Status IamRolePolicyStatus `json:"status,omitempty"`
}

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

func (*IamRolePolicy) DeepCopy

func (in *IamRolePolicy) DeepCopy() *IamRolePolicy

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

func (*IamRolePolicy) DeepCopyInto

func (in *IamRolePolicy) DeepCopyInto(out *IamRolePolicy)

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

func (*IamRolePolicy) DeepCopyObject

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

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

func (*IamRolePolicy) GetCondition

GetCondition of this IamRolePolicy.

func (*IamRolePolicy) GetDeletionPolicy

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

GetDeletionPolicy of this IamRolePolicy.

func (*IamRolePolicy) GetProviderConfigReference

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

GetProviderConfigReference of this IamRolePolicy.

func (*IamRolePolicy) GetProviderReference

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

GetProviderReference of this IamRolePolicy. Deprecated: Use GetProviderConfigReference.

func (*IamRolePolicy) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this IamRolePolicy.

func (*IamRolePolicy) SetConditions

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

SetConditions of this IamRolePolicy.

func (*IamRolePolicy) SetDeletionPolicy

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

SetDeletionPolicy of this IamRolePolicy.

func (*IamRolePolicy) SetProviderConfigReference

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

SetProviderConfigReference of this IamRolePolicy.

func (*IamRolePolicy) SetProviderReference

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

SetProviderReference of this IamRolePolicy. Deprecated: Use SetProviderConfigReference.

func (*IamRolePolicy) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this IamRolePolicy.

type IamRolePolicyList

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

IamRolePolicy contains a list of IamRolePolicyList

func (*IamRolePolicyList) DeepCopy

func (in *IamRolePolicyList) DeepCopy() *IamRolePolicyList

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

func (*IamRolePolicyList) DeepCopyInto

func (in *IamRolePolicyList) DeepCopyInto(out *IamRolePolicyList)

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

func (*IamRolePolicyList) DeepCopyObject

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

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

func (*IamRolePolicyList) GetItems

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

GetItems of this IamRolePolicyList.

type IamRolePolicyObservation

type IamRolePolicyObservation struct{}

A IamRolePolicyObservation records the observed state of a IamRolePolicy

func (*IamRolePolicyObservation) DeepCopy

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

func (*IamRolePolicyObservation) DeepCopyInto

func (in *IamRolePolicyObservation) DeepCopyInto(out *IamRolePolicyObservation)

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

type IamRolePolicyParameters

type IamRolePolicyParameters struct {
	Name       string `json:"name"`
	NamePrefix string `json:"name_prefix"`
	Policy     string `json:"policy"`
	Role       string `json:"role"`
}

A IamRolePolicyParameters defines the desired state of a IamRolePolicy

func (*IamRolePolicyParameters) DeepCopy

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

func (*IamRolePolicyParameters) DeepCopyInto

func (in *IamRolePolicyParameters) DeepCopyInto(out *IamRolePolicyParameters)

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

type IamRolePolicySpec

type IamRolePolicySpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  IamRolePolicyParameters `json:"forProvider"`
}

A IamRolePolicySpec defines the desired state of a IamRolePolicy

func (*IamRolePolicySpec) DeepCopy

func (in *IamRolePolicySpec) DeepCopy() *IamRolePolicySpec

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

func (*IamRolePolicySpec) DeepCopyInto

func (in *IamRolePolicySpec) DeepCopyInto(out *IamRolePolicySpec)

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

type IamRolePolicyStatus

type IamRolePolicyStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     IamRolePolicyObservation `json:"atProvider"`
}

A IamRolePolicyStatus defines the observed state of a IamRolePolicy

func (*IamRolePolicyStatus) DeepCopy

func (in *IamRolePolicyStatus) DeepCopy() *IamRolePolicyStatus

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

func (*IamRolePolicyStatus) DeepCopyInto

func (in *IamRolePolicyStatus) DeepCopyInto(out *IamRolePolicyStatus)

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