Documentation ¶
Index ¶
- func ConstApplicationsDataSourceSchema(ctx context.Context) schema.Schema
- func SdkToTerraform(ctx context.Context, l []models.ConstApplicationDefinition) (basetypes.SetValue, diag.Diagnostics)
- type ConstApplicationsModel
- type ConstApplicationsType
- func (t ConstApplicationsType) Equal(o attr.Type) bool
- func (t ConstApplicationsType) String() string
- func (t ConstApplicationsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t ConstApplicationsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t ConstApplicationsType) ValueType(ctx context.Context) attr.Value
- type ConstApplicationsValue
- func NewConstApplicationsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ConstApplicationsValue, diag.Diagnostics)
- func NewConstApplicationsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ConstApplicationsValue
- func NewConstApplicationsValueNull() ConstApplicationsValue
- func NewConstApplicationsValueUnknown() ConstApplicationsValue
- func (v ConstApplicationsValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v ConstApplicationsValue) Equal(o attr.Value) bool
- func (v ConstApplicationsValue) IsNull() bool
- func (v ConstApplicationsValue) IsUnknown() bool
- func (v ConstApplicationsValue) String() string
- func (v ConstApplicationsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v ConstApplicationsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v ConstApplicationsValue) Type(ctx context.Context) attr.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SdkToTerraform ¶
func SdkToTerraform(ctx context.Context, l []models.ConstApplicationDefinition) (basetypes.SetValue, diag.Diagnostics)
Types ¶
type ConstApplicationsModel ¶
type ConstApplicationsType ¶
type ConstApplicationsType struct {
basetypes.ObjectType
}
func (ConstApplicationsType) String ¶
func (t ConstApplicationsType) String() string
func (ConstApplicationsType) ValueFromObject ¶
func (t ConstApplicationsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (ConstApplicationsType) ValueFromTerraform ¶
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 NewConstApplicationsValueNull ¶
func NewConstApplicationsValueNull() ConstApplicationsValue
func NewConstApplicationsValueUnknown ¶
func NewConstApplicationsValueUnknown() ConstApplicationsValue
func (ConstApplicationsValue) AttributeTypes ¶
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 (v ConstApplicationsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (ConstApplicationsValue) ToTerraformValue ¶
Click to show internal directories.
Click to hide internal directories.