Versions in this module Expand all Collapse all v0 v0.4.2 Apr 26, 2023 Changes in this version + const CRDGroup + const CRDVersion + var AddToScheme = SchemeBuilder.AddToScheme + var CRDGroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + var Stream_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Stream_Kind}.String() + var Stream_GroupVersionKind = CRDGroupVersion.WithKind(Stream_Kind) + var Stream_Kind = "Stream" + var Stream_KindAPIVersion = Stream_Kind + "." + CRDGroupVersion.String() + type PartitionsObservation struct + HashRange *string + ID *string + SequenceNumberRange *string + Status *string + func (in *PartitionsObservation) DeepCopy() *PartitionsObservation + func (in *PartitionsObservation) DeepCopyInto(out *PartitionsObservation) + type PartitionsParameters struct + func (in *PartitionsParameters) DeepCopy() *PartitionsParameters + func (in *PartitionsParameters) DeepCopyInto(out *PartitionsParameters) + type Stream struct + Spec StreamSpec + Status StreamStatus + func (in *Stream) DeepCopy() *Stream + func (in *Stream) DeepCopyInto(out *Stream) + func (in *Stream) DeepCopyObject() runtime.Object + func (mg *Stream) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *Stream) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *Stream) GetProviderConfigReference() *xpv1.Reference + func (mg *Stream) GetProviderReference() *xpv1.Reference + func (mg *Stream) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *Stream) GetTerraformResourceType() string + func (mg *Stream) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *Stream) SetConditions(c ...xpv1.Condition) + func (mg *Stream) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *Stream) SetProviderConfigReference(r *xpv1.Reference) + func (mg *Stream) SetProviderReference(r *xpv1.Reference) + func (mg *Stream) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *Stream) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *Stream) GetConnectionDetailsMapping() map[string]string + func (tr *Stream) GetID() string + func (tr *Stream) GetObservation() (map[string]any, error) + func (tr *Stream) GetParameters() (map[string]any, error) + func (tr *Stream) GetTerraformSchemaVersion() int + func (tr *Stream) LateInitialize(attrs []byte) (bool, error) + func (tr *Stream) SetObservation(obs map[string]any) error + func (tr *Stream) SetParameters(params map[string]any) error + type StreamList struct + Items []Stream + func (in *StreamList) DeepCopy() *StreamList + func (in *StreamList) DeepCopyInto(out *StreamList) + func (in *StreamList) DeepCopyObject() runtime.Object + func (l *StreamList) GetItems() []resource.Managed + type StreamObservation struct + ID *string + Partitions []PartitionsObservation + Status *string + func (in *StreamObservation) DeepCopy() *StreamObservation + func (in *StreamObservation) DeepCopyInto(out *StreamObservation) + type StreamParameters struct + DataDuration *float64 + Name *string + PartitionCount *float64 + Region *string + Type *string + func (in *StreamParameters) DeepCopy() *StreamParameters + func (in *StreamParameters) DeepCopyInto(out *StreamParameters) + type StreamSpec struct + ForProvider StreamParameters + func (in *StreamSpec) DeepCopy() *StreamSpec + func (in *StreamSpec) DeepCopyInto(out *StreamSpec) + type StreamStatus struct + AtProvider StreamObservation + func (in *StreamStatus) DeepCopy() *StreamStatus + func (in *StreamStatus) DeepCopyInto(out *StreamStatus)