datasource_namespaces

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 8, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NamespacesDataSourceSchema

func NamespacesDataSourceSchema(ctx context.Context) schema.Schema

Types

type NamespacesModel

type NamespacesModel struct {
	AppId      types.String `tfsdk:"app_id"`
	Namespaces types.Set    `tfsdk:"namespaces"`
}

type NamespacesType

type NamespacesType struct {
	basetypes.ObjectType
}

func (NamespacesType) Equal

func (t NamespacesType) Equal(o attr.Type) bool

func (NamespacesType) String

func (t NamespacesType) String() string

func (NamespacesType) ValueFromObject

func (NamespacesType) ValueFromTerraform

func (t NamespacesType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (NamespacesType) ValueType

func (t NamespacesType) ValueType(ctx context.Context) attr.Value

type NamespacesValue

type NamespacesValue struct {
	AppId                   basetypes.StringValue `tfsdk:"app_id"`
	Authenticated           basetypes.BoolValue   `tfsdk:"authenticated"`
	BatchingEnabled         basetypes.BoolValue   `tfsdk:"batching_enabled"`
	BatchingInterval        basetypes.Int64Value  `tfsdk:"batching_interval"`
	ConflationEnabled       basetypes.BoolValue   `tfsdk:"conflation_enabled"`
	ConflationInterval      basetypes.Int64Value  `tfsdk:"conflation_interval"`
	ConflationKey           basetypes.StringValue `tfsdk:"conflation_key"`
	Created                 basetypes.Int64Value  `tfsdk:"created"`
	ExposeTimeserial        basetypes.BoolValue   `tfsdk:"expose_timeserial"`
	Id                      basetypes.StringValue `tfsdk:"id"`
	Modified                basetypes.Int64Value  `tfsdk:"modified"`
	MutableMessages         basetypes.BoolValue   `tfsdk:"mutable_messages"`
	PersistLast             basetypes.BoolValue   `tfsdk:"persist_last"`
	Persisted               basetypes.BoolValue   `tfsdk:"persisted"`
	PopulateChannelRegistry basetypes.BoolValue   `tfsdk:"populate_channel_registry"`
	PushEnabled             basetypes.BoolValue   `tfsdk:"push_enabled"`
	TlsOnly                 basetypes.BoolValue   `tfsdk:"tls_only"`
	// contains filtered or unexported fields
}

func NewNamespacesValue

func NewNamespacesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (NamespacesValue, diag.Diagnostics)

func NewNamespacesValueMust

func NewNamespacesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) NamespacesValue

func NewNamespacesValueNull

func NewNamespacesValueNull() NamespacesValue

func NewNamespacesValueUnknown

func NewNamespacesValueUnknown() NamespacesValue

func (NamespacesValue) AttributeTypes

func (v NamespacesValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (NamespacesValue) Equal

func (v NamespacesValue) Equal(o attr.Value) bool

func (NamespacesValue) IsNull

func (v NamespacesValue) IsNull() bool

func (NamespacesValue) IsUnknown

func (v NamespacesValue) IsUnknown() bool

func (NamespacesValue) String

func (v NamespacesValue) String() string

func (NamespacesValue) ToObjectValue

func (NamespacesValue) ToTerraformValue

func (v NamespacesValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (NamespacesValue) Type

func (v NamespacesValue) Type(ctx context.Context) attr.Type

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL