datasource_const_applications

package
v0.1.33 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConstApplicationsDataSourceSchema

func ConstApplicationsDataSourceSchema(ctx context.Context) schema.Schema

Types

type ConstApplicationsModel

type ConstApplicationsModel struct {
	ConstApplications types.Set `tfsdk:"const_applications"`
}

type ConstApplicationsType

type ConstApplicationsType struct {
	basetypes.ObjectType
}

func (ConstApplicationsType) Equal

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

func (ConstApplicationsType) String

func (t ConstApplicationsType) String() string

func (ConstApplicationsType) ValueFromObject

func (ConstApplicationsType) ValueFromTerraform

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

func (ConstApplicationsType) ValueType

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

type ConstApplicationsValue

type ConstApplicationsValue struct {
	AppId          basetypes.BoolValue   `tfsdk:"app_id"`
	AppImageUrl    basetypes.StringValue `tfsdk:"app_image_url"`
	AppProbe       basetypes.BoolValue   `tfsdk:"app_probe"`
	Category       basetypes.StringValue `tfsdk:"category"`
	Group          basetypes.StringValue `tfsdk:"group"`
	Key            basetypes.StringValue `tfsdk:"key"`
	Name           basetypes.StringValue `tfsdk:"name"`
	SignatureBased basetypes.BoolValue   `tfsdk:"signature_based"`
	SsrAppId       basetypes.BoolValue   `tfsdk:"ssr_app_id"`
	// contains filtered or unexported fields
}

func NewConstApplicationsValue

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

func NewConstApplicationsValueMust

func NewConstApplicationsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ConstApplicationsValue

func NewConstApplicationsValueNull

func NewConstApplicationsValueNull() ConstApplicationsValue

func NewConstApplicationsValueUnknown

func NewConstApplicationsValueUnknown() ConstApplicationsValue

func (ConstApplicationsValue) AttributeTypes

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

func (ConstApplicationsValue) Equal

func (ConstApplicationsValue) IsNull

func (v ConstApplicationsValue) IsNull() bool

func (ConstApplicationsValue) IsUnknown

func (v ConstApplicationsValue) IsUnknown() bool

func (ConstApplicationsValue) String

func (v ConstApplicationsValue) String() string

func (ConstApplicationsValue) ToObjectValue

func (ConstApplicationsValue) ToTerraformValue

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

func (ConstApplicationsValue) Type

Jump to

Keyboard shortcuts

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