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

Package type metadata.

Variables

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

Functions

func DecodeIamPolicyAttachment

func DecodeIamPolicyAttachment(prev *IamPolicyAttachment, ctyValue cty.Value) (resource.Managed, error)

func DecodeIamPolicyAttachment_Groups

func DecodeIamPolicyAttachment_Groups(p *IamPolicyAttachmentParameters, vals map[string]cty.Value)

primitiveCollectionTypeDecodeTemplate

func DecodeIamPolicyAttachment_Name

func DecodeIamPolicyAttachment_Name(p *IamPolicyAttachmentParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeIamPolicyAttachment_PolicyArn

func DecodeIamPolicyAttachment_PolicyArn(p *IamPolicyAttachmentParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeIamPolicyAttachment_Roles

func DecodeIamPolicyAttachment_Roles(p *IamPolicyAttachmentParameters, vals map[string]cty.Value)

primitiveCollectionTypeDecodeTemplate

func DecodeIamPolicyAttachment_Users

func DecodeIamPolicyAttachment_Users(p *IamPolicyAttachmentParameters, vals map[string]cty.Value)

primitiveCollectionTypeDecodeTemplate

func EncodeIamPolicyAttachment

func EncodeIamPolicyAttachment(r IamPolicyAttachment) cty.Value

func EncodeIamPolicyAttachment_Groups

func EncodeIamPolicyAttachment_Groups(p IamPolicyAttachmentParameters, vals map[string]cty.Value)

func EncodeIamPolicyAttachment_Name

func EncodeIamPolicyAttachment_Name(p IamPolicyAttachmentParameters, vals map[string]cty.Value)

func EncodeIamPolicyAttachment_PolicyArn

func EncodeIamPolicyAttachment_PolicyArn(p IamPolicyAttachmentParameters, vals map[string]cty.Value)

func EncodeIamPolicyAttachment_Roles

func EncodeIamPolicyAttachment_Roles(p IamPolicyAttachmentParameters, vals map[string]cty.Value)

func EncodeIamPolicyAttachment_Users

func EncodeIamPolicyAttachment_Users(p IamPolicyAttachmentParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeIamPolicyAttachment_Groups

func MergeIamPolicyAttachment_Groups(k *IamPolicyAttachmentParameters, p *IamPolicyAttachmentParameters, md *plugin.MergeDescription) bool

mergePrimitiveContainerTemplateSpec

func MergeIamPolicyAttachment_Name

mergePrimitiveTemplateSpec

func MergeIamPolicyAttachment_PolicyArn

func MergeIamPolicyAttachment_PolicyArn(k *IamPolicyAttachmentParameters, p *IamPolicyAttachmentParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeIamPolicyAttachment_Roles

mergePrimitiveContainerTemplateSpec

func MergeIamPolicyAttachment_Users

mergePrimitiveContainerTemplateSpec

Types

type IamPolicyAttachment

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

	Spec   IamPolicyAttachmentSpec   `json:"spec"`
	Status IamPolicyAttachmentStatus `json:"status,omitempty"`
}

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

func (*IamPolicyAttachment) DeepCopy

func (in *IamPolicyAttachment) DeepCopy() *IamPolicyAttachment

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

func (*IamPolicyAttachment) DeepCopyInto

func (in *IamPolicyAttachment) DeepCopyInto(out *IamPolicyAttachment)

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

func (*IamPolicyAttachment) DeepCopyObject

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

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

func (*IamPolicyAttachment) GetCondition

GetCondition of this IamPolicyAttachment.

func (*IamPolicyAttachment) GetDeletionPolicy

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

GetDeletionPolicy of this IamPolicyAttachment.

func (*IamPolicyAttachment) GetProviderConfigReference

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

GetProviderConfigReference of this IamPolicyAttachment.

func (*IamPolicyAttachment) GetProviderReference

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

GetProviderReference of this IamPolicyAttachment. Deprecated: Use GetProviderConfigReference.

func (*IamPolicyAttachment) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this IamPolicyAttachment.

func (*IamPolicyAttachment) SetConditions

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

SetConditions of this IamPolicyAttachment.

func (*IamPolicyAttachment) SetDeletionPolicy

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

SetDeletionPolicy of this IamPolicyAttachment.

func (*IamPolicyAttachment) SetProviderConfigReference

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

SetProviderConfigReference of this IamPolicyAttachment.

func (*IamPolicyAttachment) SetProviderReference

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

SetProviderReference of this IamPolicyAttachment. Deprecated: Use SetProviderConfigReference.

func (*IamPolicyAttachment) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this IamPolicyAttachment.

type IamPolicyAttachmentList

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

IamPolicyAttachment contains a list of IamPolicyAttachmentList

func (*IamPolicyAttachmentList) DeepCopy

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

func (*IamPolicyAttachmentList) DeepCopyInto

func (in *IamPolicyAttachmentList) DeepCopyInto(out *IamPolicyAttachmentList)

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

func (*IamPolicyAttachmentList) DeepCopyObject

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

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

func (*IamPolicyAttachmentList) GetItems

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

GetItems of this IamPolicyAttachmentList.

type IamPolicyAttachmentObservation

type IamPolicyAttachmentObservation struct{}

A IamPolicyAttachmentObservation records the observed state of a IamPolicyAttachment

func (*IamPolicyAttachmentObservation) DeepCopy

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

func (*IamPolicyAttachmentObservation) DeepCopyInto

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

type IamPolicyAttachmentParameters

type IamPolicyAttachmentParameters struct {
	Roles     []string `json:"roles"`
	Users     []string `json:"users"`
	Groups    []string `json:"groups"`
	Name      string   `json:"name"`
	PolicyArn string   `json:"policy_arn"`
}

A IamPolicyAttachmentParameters defines the desired state of a IamPolicyAttachment

func (*IamPolicyAttachmentParameters) DeepCopy

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

func (*IamPolicyAttachmentParameters) DeepCopyInto

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

type IamPolicyAttachmentSpec

type IamPolicyAttachmentSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  IamPolicyAttachmentParameters `json:"forProvider"`
}

A IamPolicyAttachmentSpec defines the desired state of a IamPolicyAttachment

func (*IamPolicyAttachmentSpec) DeepCopy

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

func (*IamPolicyAttachmentSpec) DeepCopyInto

func (in *IamPolicyAttachmentSpec) DeepCopyInto(out *IamPolicyAttachmentSpec)

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

type IamPolicyAttachmentStatus

type IamPolicyAttachmentStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     IamPolicyAttachmentObservation `json:"atProvider"`
}

A IamPolicyAttachmentStatus defines the observed state of a IamPolicyAttachment

func (*IamPolicyAttachmentStatus) DeepCopy

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

func (*IamPolicyAttachmentStatus) DeepCopyInto

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