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   = "pinpoint-apns-sandbox-channel.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodePinpointApnsSandboxChannel

func DecodePinpointApnsSandboxChannel(prev *PinpointApnsSandboxChannel, ctyValue cty.Value) (resource.Managed, error)

func DecodePinpointApnsSandboxChannel_ApplicationId

func DecodePinpointApnsSandboxChannel_ApplicationId(p *PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodePinpointApnsSandboxChannel_BundleId

func DecodePinpointApnsSandboxChannel_BundleId(p *PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodePinpointApnsSandboxChannel_Certificate

func DecodePinpointApnsSandboxChannel_Certificate(p *PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodePinpointApnsSandboxChannel_DefaultAuthenticationMethod

func DecodePinpointApnsSandboxChannel_DefaultAuthenticationMethod(p *PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodePinpointApnsSandboxChannel_Enabled

func DecodePinpointApnsSandboxChannel_Enabled(p *PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodePinpointApnsSandboxChannel_PrivateKey

func DecodePinpointApnsSandboxChannel_PrivateKey(p *PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodePinpointApnsSandboxChannel_TeamId

func DecodePinpointApnsSandboxChannel_TeamId(p *PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodePinpointApnsSandboxChannel_TokenKey

func DecodePinpointApnsSandboxChannel_TokenKey(p *PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodePinpointApnsSandboxChannel_TokenKeyId

func DecodePinpointApnsSandboxChannel_TokenKeyId(p *PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodePinpointApnsSandboxChannel

func EncodePinpointApnsSandboxChannel(r PinpointApnsSandboxChannel) cty.Value

func EncodePinpointApnsSandboxChannel_ApplicationId

func EncodePinpointApnsSandboxChannel_ApplicationId(p PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)

func EncodePinpointApnsSandboxChannel_BundleId

func EncodePinpointApnsSandboxChannel_BundleId(p PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)

func EncodePinpointApnsSandboxChannel_Certificate

func EncodePinpointApnsSandboxChannel_Certificate(p PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)

func EncodePinpointApnsSandboxChannel_DefaultAuthenticationMethod

func EncodePinpointApnsSandboxChannel_DefaultAuthenticationMethod(p PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)

func EncodePinpointApnsSandboxChannel_Enabled

func EncodePinpointApnsSandboxChannel_Enabled(p PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)

func EncodePinpointApnsSandboxChannel_PrivateKey

func EncodePinpointApnsSandboxChannel_PrivateKey(p PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)

func EncodePinpointApnsSandboxChannel_TeamId

func EncodePinpointApnsSandboxChannel_TeamId(p PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)

func EncodePinpointApnsSandboxChannel_TokenKey

func EncodePinpointApnsSandboxChannel_TokenKey(p PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)

func EncodePinpointApnsSandboxChannel_TokenKeyId

func EncodePinpointApnsSandboxChannel_TokenKeyId(p PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergePinpointApnsSandboxChannel_ApplicationId

func MergePinpointApnsSandboxChannel_ApplicationId(k *PinpointApnsSandboxChannelParameters, p *PinpointApnsSandboxChannelParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergePinpointApnsSandboxChannel_BundleId

mergePrimitiveTemplateSpec

func MergePinpointApnsSandboxChannel_Certificate

func MergePinpointApnsSandboxChannel_Certificate(k *PinpointApnsSandboxChannelParameters, p *PinpointApnsSandboxChannelParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergePinpointApnsSandboxChannel_DefaultAuthenticationMethod

func MergePinpointApnsSandboxChannel_DefaultAuthenticationMethod(k *PinpointApnsSandboxChannelParameters, p *PinpointApnsSandboxChannelParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergePinpointApnsSandboxChannel_Enabled

mergePrimitiveTemplateSpec

func MergePinpointApnsSandboxChannel_PrivateKey

func MergePinpointApnsSandboxChannel_PrivateKey(k *PinpointApnsSandboxChannelParameters, p *PinpointApnsSandboxChannelParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergePinpointApnsSandboxChannel_TeamId

mergePrimitiveTemplateSpec

func MergePinpointApnsSandboxChannel_TokenKey

mergePrimitiveTemplateSpec

func MergePinpointApnsSandboxChannel_TokenKeyId

func MergePinpointApnsSandboxChannel_TokenKeyId(k *PinpointApnsSandboxChannelParameters, p *PinpointApnsSandboxChannelParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type PinpointApnsSandboxChannel

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

	Spec   PinpointApnsSandboxChannelSpec   `json:"spec"`
	Status PinpointApnsSandboxChannelStatus `json:"status,omitempty"`
}

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

func (*PinpointApnsSandboxChannel) DeepCopy

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

func (*PinpointApnsSandboxChannel) DeepCopyInto

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

func (*PinpointApnsSandboxChannel) DeepCopyObject

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

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

func (*PinpointApnsSandboxChannel) GetCondition

GetCondition of this PinpointApnsSandboxChannel.

func (*PinpointApnsSandboxChannel) GetDeletionPolicy

GetDeletionPolicy of this PinpointApnsSandboxChannel.

func (*PinpointApnsSandboxChannel) GetProviderConfigReference

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

GetProviderConfigReference of this PinpointApnsSandboxChannel.

func (*PinpointApnsSandboxChannel) GetProviderReference

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

GetProviderReference of this PinpointApnsSandboxChannel. Deprecated: Use GetProviderConfigReference.

func (*PinpointApnsSandboxChannel) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this PinpointApnsSandboxChannel.

func (*PinpointApnsSandboxChannel) SetConditions

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

SetConditions of this PinpointApnsSandboxChannel.

func (*PinpointApnsSandboxChannel) SetDeletionPolicy

SetDeletionPolicy of this PinpointApnsSandboxChannel.

func (*PinpointApnsSandboxChannel) SetProviderConfigReference

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

SetProviderConfigReference of this PinpointApnsSandboxChannel.

func (*PinpointApnsSandboxChannel) SetProviderReference

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

SetProviderReference of this PinpointApnsSandboxChannel. Deprecated: Use SetProviderConfigReference.

func (*PinpointApnsSandboxChannel) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this PinpointApnsSandboxChannel.

type PinpointApnsSandboxChannelList

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

PinpointApnsSandboxChannel contains a list of PinpointApnsSandboxChannelList

func (*PinpointApnsSandboxChannelList) DeepCopy

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

func (*PinpointApnsSandboxChannelList) DeepCopyInto

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

func (*PinpointApnsSandboxChannelList) DeepCopyObject

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

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

func (*PinpointApnsSandboxChannelList) GetItems

GetItems of this PinpointApnsSandboxChannelList.

type PinpointApnsSandboxChannelObservation

type PinpointApnsSandboxChannelObservation struct{}

A PinpointApnsSandboxChannelObservation records the observed state of a PinpointApnsSandboxChannel

func (*PinpointApnsSandboxChannelObservation) DeepCopy

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

func (*PinpointApnsSandboxChannelObservation) DeepCopyInto

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

type PinpointApnsSandboxChannelParameters

type PinpointApnsSandboxChannelParameters struct {
	PrivateKey                  string `json:"private_key"`
	TokenKey                    string `json:"token_key"`
	TokenKeyId                  string `json:"token_key_id"`
	ApplicationId               string `json:"application_id"`
	BundleId                    string `json:"bundle_id"`
	Enabled                     bool   `json:"enabled"`
	TeamId                      string `json:"team_id"`
	Certificate                 string `json:"certificate"`
	DefaultAuthenticationMethod string `json:"default_authentication_method"`
}

A PinpointApnsSandboxChannelParameters defines the desired state of a PinpointApnsSandboxChannel

func (*PinpointApnsSandboxChannelParameters) DeepCopy

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

func (*PinpointApnsSandboxChannelParameters) DeepCopyInto

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

type PinpointApnsSandboxChannelSpec

type PinpointApnsSandboxChannelSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  PinpointApnsSandboxChannelParameters `json:"forProvider"`
}

A PinpointApnsSandboxChannelSpec defines the desired state of a PinpointApnsSandboxChannel

func (*PinpointApnsSandboxChannelSpec) DeepCopy

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

func (*PinpointApnsSandboxChannelSpec) DeepCopyInto

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

type PinpointApnsSandboxChannelStatus

type PinpointApnsSandboxChannelStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     PinpointApnsSandboxChannelObservation `json:"atProvider"`
}

A PinpointApnsSandboxChannelStatus defines the observed state of a PinpointApnsSandboxChannel

func (*PinpointApnsSandboxChannelStatus) DeepCopy

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

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