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   = "securityhub-standards-subscription.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeSecurityhubStandardsSubscription

func DecodeSecurityhubStandardsSubscription(prev *SecurityhubStandardsSubscription, ctyValue cty.Value) (resource.Managed, error)

func DecodeSecurityhubStandardsSubscription_StandardsArn

func DecodeSecurityhubStandardsSubscription_StandardsArn(p *SecurityhubStandardsSubscriptionParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeSecurityhubStandardsSubscription

func EncodeSecurityhubStandardsSubscription(r SecurityhubStandardsSubscription) cty.Value

func EncodeSecurityhubStandardsSubscription_StandardsArn

func EncodeSecurityhubStandardsSubscription_StandardsArn(p SecurityhubStandardsSubscriptionParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeSecurityhubStandardsSubscription_StandardsArn

func MergeSecurityhubStandardsSubscription_StandardsArn(k *SecurityhubStandardsSubscriptionParameters, p *SecurityhubStandardsSubscriptionParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type SecurityhubStandardsSubscription

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

	Spec   SecurityhubStandardsSubscriptionSpec   `json:"spec"`
	Status SecurityhubStandardsSubscriptionStatus `json:"status,omitempty"`
}

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

func (*SecurityhubStandardsSubscription) DeepCopy

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

func (*SecurityhubStandardsSubscription) DeepCopyInto

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

func (*SecurityhubStandardsSubscription) DeepCopyObject

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

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

func (*SecurityhubStandardsSubscription) GetCondition

GetCondition of this SecurityhubStandardsSubscription.

func (*SecurityhubStandardsSubscription) GetDeletionPolicy

GetDeletionPolicy of this SecurityhubStandardsSubscription.

func (*SecurityhubStandardsSubscription) GetProviderConfigReference

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

GetProviderConfigReference of this SecurityhubStandardsSubscription.

func (*SecurityhubStandardsSubscription) GetProviderReference

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

GetProviderReference of this SecurityhubStandardsSubscription. Deprecated: Use GetProviderConfigReference.

func (*SecurityhubStandardsSubscription) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this SecurityhubStandardsSubscription.

func (*SecurityhubStandardsSubscription) SetConditions

SetConditions of this SecurityhubStandardsSubscription.

func (*SecurityhubStandardsSubscription) SetDeletionPolicy

SetDeletionPolicy of this SecurityhubStandardsSubscription.

func (*SecurityhubStandardsSubscription) SetProviderConfigReference

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

SetProviderConfigReference of this SecurityhubStandardsSubscription.

func (*SecurityhubStandardsSubscription) SetProviderReference

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

SetProviderReference of this SecurityhubStandardsSubscription. Deprecated: Use SetProviderConfigReference.

func (*SecurityhubStandardsSubscription) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this SecurityhubStandardsSubscription.

type SecurityhubStandardsSubscriptionList

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

SecurityhubStandardsSubscription contains a list of SecurityhubStandardsSubscriptionList

func (*SecurityhubStandardsSubscriptionList) DeepCopy

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

func (*SecurityhubStandardsSubscriptionList) DeepCopyInto

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

func (*SecurityhubStandardsSubscriptionList) DeepCopyObject

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

func (*SecurityhubStandardsSubscriptionList) GetItems

GetItems of this SecurityhubStandardsSubscriptionList.

type SecurityhubStandardsSubscriptionObservation

type SecurityhubStandardsSubscriptionObservation struct{}

A SecurityhubStandardsSubscriptionObservation records the observed state of a SecurityhubStandardsSubscription

func (*SecurityhubStandardsSubscriptionObservation) DeepCopy

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

func (*SecurityhubStandardsSubscriptionObservation) DeepCopyInto

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

type SecurityhubStandardsSubscriptionParameters

type SecurityhubStandardsSubscriptionParameters struct {
	StandardsArn string `json:"standards_arn"`
}

A SecurityhubStandardsSubscriptionParameters defines the desired state of a SecurityhubStandardsSubscription

func (*SecurityhubStandardsSubscriptionParameters) DeepCopy

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

func (*SecurityhubStandardsSubscriptionParameters) DeepCopyInto

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

type SecurityhubStandardsSubscriptionSpec

type SecurityhubStandardsSubscriptionSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  SecurityhubStandardsSubscriptionParameters `json:"forProvider"`
}

A SecurityhubStandardsSubscriptionSpec defines the desired state of a SecurityhubStandardsSubscription

func (*SecurityhubStandardsSubscriptionSpec) DeepCopy

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

func (*SecurityhubStandardsSubscriptionSpec) DeepCopyInto

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

type SecurityhubStandardsSubscriptionStatus

type SecurityhubStandardsSubscriptionStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     SecurityhubStandardsSubscriptionObservation `json:"atProvider"`
}

A SecurityhubStandardsSubscriptionStatus defines the observed state of a SecurityhubStandardsSubscription

func (*SecurityhubStandardsSubscriptionStatus) DeepCopy

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

func (*SecurityhubStandardsSubscriptionStatus) 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