amplifyuibuilder

package
v0.104.0 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ComponentSortDirectionAsc  = ComponentSortDirection("ASC")
	ComponentSortDirectionDesc = ComponentSortDirection("DESC")
)
View Source
const (
	FormActionTypeCreate = FormActionType("create")
	FormActionTypeUpdate = FormActionType("update")
)
View Source
const (
	FormButtonsPositionTop          = FormButtonsPosition("top")
	FormButtonsPositionBottom       = FormButtonsPosition("bottom")
	FormButtonsPositionTopAndBottom = FormButtonsPosition("top_and_bottom")
)
View Source
const (
	FormDataSourceTypeDataStore = FormDataSourceType("DataStore")
	FormDataSourceTypeCustom    = FormDataSourceType("Custom")
)
View Source
const (
	FormLabelDecoratorRequired = FormLabelDecorator("required")
	FormLabelDecoratorOptional = FormLabelDecorator("optional")
	FormLabelDecoratorNone     = FormLabelDecorator("none")
)
View Source
const (
	FormStorageAccessLevelPublic    = FormStorageAccessLevel("public")
	FormStorageAccessLevelProtected = FormStorageAccessLevel("protected")
	FormStorageAccessLevelPrivate   = FormStorageAccessLevel("private")
)
View Source
const (
	FormFixedPositionFirst = FormFixedPosition("first")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Component

type Component struct {
	pulumi.CustomResourceState

	AppId                pulumi.StringPtrOutput                   `pulumi:"appId"`
	AwsId                pulumi.StringOutput                      `pulumi:"awsId"`
	BindingProperties    ComponentBindingPropertiesValueMapOutput `pulumi:"bindingProperties"`
	Children             ComponentChildArrayOutput                `pulumi:"children"`
	CollectionProperties ComponentDataConfigurationMapOutput      `pulumi:"collectionProperties"`
	ComponentType        pulumi.StringPtrOutput                   `pulumi:"componentType"`
	CreatedAt            pulumi.StringOutput                      `pulumi:"createdAt"`
	EnvironmentName      pulumi.StringPtrOutput                   `pulumi:"environmentName"`
	Events               ComponentEventMapOutput                  `pulumi:"events"`
	ModifiedAt           pulumi.StringOutput                      `pulumi:"modifiedAt"`
	Name                 pulumi.StringPtrOutput                   `pulumi:"name"`
	Overrides            pulumi.MapOutput                         `pulumi:"overrides"`
	Properties           ComponentPropertyMapOutput               `pulumi:"properties"`
	SchemaVersion        pulumi.StringPtrOutput                   `pulumi:"schemaVersion"`
	SourceId             pulumi.StringPtrOutput                   `pulumi:"sourceId"`
	Tags                 pulumi.StringMapOutput                   `pulumi:"tags"`
	Variants             ComponentVariantArrayOutput              `pulumi:"variants"`
}

Definition of AWS::AmplifyUIBuilder::Component Resource Type

func GetComponent

func GetComponent(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *ComponentState, opts ...pulumi.ResourceOption) (*Component, error)

GetComponent gets an existing Component resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewComponent

func NewComponent(ctx *pulumi.Context,
	name string, args *ComponentArgs, opts ...pulumi.ResourceOption) (*Component, error)

NewComponent registers a new resource with the given unique name, arguments, and options.

func (*Component) ElementType

func (*Component) ElementType() reflect.Type

func (*Component) ToComponentOutput

func (i *Component) ToComponentOutput() ComponentOutput

func (*Component) ToComponentOutputWithContext

func (i *Component) ToComponentOutputWithContext(ctx context.Context) ComponentOutput

type ComponentActionParameters added in v0.98.0

type ComponentActionParameters struct {
	Anchor *ComponentProperty                        `pulumi:"anchor"`
	Fields map[string]ComponentProperty              `pulumi:"fields"`
	Global *ComponentProperty                        `pulumi:"global"`
	Id     *ComponentProperty                        `pulumi:"id"`
	Model  *string                                   `pulumi:"model"`
	State  *ComponentMutationActionSetStateParameter `pulumi:"state"`
	Target *ComponentProperty                        `pulumi:"target"`
	Type   *ComponentProperty                        `pulumi:"type"`
	Url    *ComponentProperty                        `pulumi:"url"`
}

type ComponentActionParametersArgs added in v0.98.0

type ComponentActionParametersArgs struct {
	Anchor ComponentPropertyPtrInput                        `pulumi:"anchor"`
	Fields ComponentPropertyMapInput                        `pulumi:"fields"`
	Global ComponentPropertyPtrInput                        `pulumi:"global"`
	Id     ComponentPropertyPtrInput                        `pulumi:"id"`
	Model  pulumi.StringPtrInput                            `pulumi:"model"`
	State  ComponentMutationActionSetStateParameterPtrInput `pulumi:"state"`
	Target ComponentPropertyPtrInput                        `pulumi:"target"`
	Type   ComponentPropertyPtrInput                        `pulumi:"type"`
	Url    ComponentPropertyPtrInput                        `pulumi:"url"`
}

func (ComponentActionParametersArgs) ElementType added in v0.98.0

func (ComponentActionParametersArgs) ToComponentActionParametersOutput added in v0.98.0

func (i ComponentActionParametersArgs) ToComponentActionParametersOutput() ComponentActionParametersOutput

func (ComponentActionParametersArgs) ToComponentActionParametersOutputWithContext added in v0.98.0

func (i ComponentActionParametersArgs) ToComponentActionParametersOutputWithContext(ctx context.Context) ComponentActionParametersOutput

func (ComponentActionParametersArgs) ToComponentActionParametersPtrOutput added in v0.98.0

func (i ComponentActionParametersArgs) ToComponentActionParametersPtrOutput() ComponentActionParametersPtrOutput

func (ComponentActionParametersArgs) ToComponentActionParametersPtrOutputWithContext added in v0.98.0

func (i ComponentActionParametersArgs) ToComponentActionParametersPtrOutputWithContext(ctx context.Context) ComponentActionParametersPtrOutput

type ComponentActionParametersInput added in v0.98.0

type ComponentActionParametersInput interface {
	pulumi.Input

	ToComponentActionParametersOutput() ComponentActionParametersOutput
	ToComponentActionParametersOutputWithContext(context.Context) ComponentActionParametersOutput
}

ComponentActionParametersInput is an input type that accepts ComponentActionParametersArgs and ComponentActionParametersOutput values. You can construct a concrete instance of `ComponentActionParametersInput` via:

ComponentActionParametersArgs{...}

type ComponentActionParametersOutput added in v0.98.0

type ComponentActionParametersOutput struct{ *pulumi.OutputState }

func (ComponentActionParametersOutput) Anchor added in v0.98.0

func (ComponentActionParametersOutput) ElementType added in v0.98.0

func (ComponentActionParametersOutput) Fields added in v0.98.0

func (ComponentActionParametersOutput) Global added in v0.98.0

func (ComponentActionParametersOutput) Id added in v0.98.0

func (ComponentActionParametersOutput) Model added in v0.98.0

func (ComponentActionParametersOutput) State added in v0.98.0

func (ComponentActionParametersOutput) Target added in v0.98.0

func (ComponentActionParametersOutput) ToComponentActionParametersOutput added in v0.98.0

func (o ComponentActionParametersOutput) ToComponentActionParametersOutput() ComponentActionParametersOutput

func (ComponentActionParametersOutput) ToComponentActionParametersOutputWithContext added in v0.98.0

func (o ComponentActionParametersOutput) ToComponentActionParametersOutputWithContext(ctx context.Context) ComponentActionParametersOutput

func (ComponentActionParametersOutput) ToComponentActionParametersPtrOutput added in v0.98.0

func (o ComponentActionParametersOutput) ToComponentActionParametersPtrOutput() ComponentActionParametersPtrOutput

func (ComponentActionParametersOutput) ToComponentActionParametersPtrOutputWithContext added in v0.98.0

func (o ComponentActionParametersOutput) ToComponentActionParametersPtrOutputWithContext(ctx context.Context) ComponentActionParametersPtrOutput

func (ComponentActionParametersOutput) Type added in v0.98.0

func (ComponentActionParametersOutput) Url added in v0.98.0

type ComponentActionParametersPtrInput added in v0.98.0

type ComponentActionParametersPtrInput interface {
	pulumi.Input

	ToComponentActionParametersPtrOutput() ComponentActionParametersPtrOutput
	ToComponentActionParametersPtrOutputWithContext(context.Context) ComponentActionParametersPtrOutput
}

ComponentActionParametersPtrInput is an input type that accepts ComponentActionParametersArgs, ComponentActionParametersPtr and ComponentActionParametersPtrOutput values. You can construct a concrete instance of `ComponentActionParametersPtrInput` via:

        ComponentActionParametersArgs{...}

or:

        nil

func ComponentActionParametersPtr added in v0.98.0

type ComponentActionParametersPtrOutput added in v0.98.0

type ComponentActionParametersPtrOutput struct{ *pulumi.OutputState }

func (ComponentActionParametersPtrOutput) Anchor added in v0.98.0

func (ComponentActionParametersPtrOutput) Elem added in v0.98.0

func (ComponentActionParametersPtrOutput) ElementType added in v0.98.0

func (ComponentActionParametersPtrOutput) Fields added in v0.98.0

func (ComponentActionParametersPtrOutput) Global added in v0.98.0

func (ComponentActionParametersPtrOutput) Id added in v0.98.0

func (ComponentActionParametersPtrOutput) Model added in v0.98.0

func (ComponentActionParametersPtrOutput) State added in v0.98.0

func (ComponentActionParametersPtrOutput) Target added in v0.98.0

func (ComponentActionParametersPtrOutput) ToComponentActionParametersPtrOutput added in v0.98.0

func (o ComponentActionParametersPtrOutput) ToComponentActionParametersPtrOutput() ComponentActionParametersPtrOutput

func (ComponentActionParametersPtrOutput) ToComponentActionParametersPtrOutputWithContext added in v0.98.0

func (o ComponentActionParametersPtrOutput) ToComponentActionParametersPtrOutputWithContext(ctx context.Context) ComponentActionParametersPtrOutput

func (ComponentActionParametersPtrOutput) Type added in v0.98.0

func (ComponentActionParametersPtrOutput) Url added in v0.98.0

type ComponentArgs

The set of arguments for constructing a Component resource.

func (ComponentArgs) ElementType

func (ComponentArgs) ElementType() reflect.Type

type ComponentBindingPropertiesValue added in v0.98.0

type ComponentBindingPropertiesValue struct {
	BindingProperties *ComponentBindingPropertiesValueProperties `pulumi:"bindingProperties"`
	DefaultValue      *string                                    `pulumi:"defaultValue"`
	Type              *string                                    `pulumi:"type"`
}

type ComponentBindingPropertiesValueArgs added in v0.98.0

type ComponentBindingPropertiesValueArgs struct {
	BindingProperties ComponentBindingPropertiesValuePropertiesPtrInput `pulumi:"bindingProperties"`
	DefaultValue      pulumi.StringPtrInput                             `pulumi:"defaultValue"`
	Type              pulumi.StringPtrInput                             `pulumi:"type"`
}

func (ComponentBindingPropertiesValueArgs) ElementType added in v0.98.0

func (ComponentBindingPropertiesValueArgs) ToComponentBindingPropertiesValueOutput added in v0.98.0

func (i ComponentBindingPropertiesValueArgs) ToComponentBindingPropertiesValueOutput() ComponentBindingPropertiesValueOutput

func (ComponentBindingPropertiesValueArgs) ToComponentBindingPropertiesValueOutputWithContext added in v0.98.0

func (i ComponentBindingPropertiesValueArgs) ToComponentBindingPropertiesValueOutputWithContext(ctx context.Context) ComponentBindingPropertiesValueOutput

type ComponentBindingPropertiesValueInput added in v0.98.0

type ComponentBindingPropertiesValueInput interface {
	pulumi.Input

	ToComponentBindingPropertiesValueOutput() ComponentBindingPropertiesValueOutput
	ToComponentBindingPropertiesValueOutputWithContext(context.Context) ComponentBindingPropertiesValueOutput
}

ComponentBindingPropertiesValueInput is an input type that accepts ComponentBindingPropertiesValueArgs and ComponentBindingPropertiesValueOutput values. You can construct a concrete instance of `ComponentBindingPropertiesValueInput` via:

ComponentBindingPropertiesValueArgs{...}

type ComponentBindingPropertiesValueMap added in v0.98.0

type ComponentBindingPropertiesValueMap map[string]ComponentBindingPropertiesValueInput

func (ComponentBindingPropertiesValueMap) ElementType added in v0.98.0

func (ComponentBindingPropertiesValueMap) ToComponentBindingPropertiesValueMapOutput added in v0.98.0

func (i ComponentBindingPropertiesValueMap) ToComponentBindingPropertiesValueMapOutput() ComponentBindingPropertiesValueMapOutput

func (ComponentBindingPropertiesValueMap) ToComponentBindingPropertiesValueMapOutputWithContext added in v0.98.0

func (i ComponentBindingPropertiesValueMap) ToComponentBindingPropertiesValueMapOutputWithContext(ctx context.Context) ComponentBindingPropertiesValueMapOutput

type ComponentBindingPropertiesValueMapInput added in v0.98.0

type ComponentBindingPropertiesValueMapInput interface {
	pulumi.Input

	ToComponentBindingPropertiesValueMapOutput() ComponentBindingPropertiesValueMapOutput
	ToComponentBindingPropertiesValueMapOutputWithContext(context.Context) ComponentBindingPropertiesValueMapOutput
}

ComponentBindingPropertiesValueMapInput is an input type that accepts ComponentBindingPropertiesValueMap and ComponentBindingPropertiesValueMapOutput values. You can construct a concrete instance of `ComponentBindingPropertiesValueMapInput` via:

ComponentBindingPropertiesValueMap{ "key": ComponentBindingPropertiesValueArgs{...} }

type ComponentBindingPropertiesValueMapOutput added in v0.98.0

type ComponentBindingPropertiesValueMapOutput struct{ *pulumi.OutputState }

func (ComponentBindingPropertiesValueMapOutput) ElementType added in v0.98.0

func (ComponentBindingPropertiesValueMapOutput) MapIndex added in v0.98.0

func (ComponentBindingPropertiesValueMapOutput) ToComponentBindingPropertiesValueMapOutput added in v0.98.0

func (o ComponentBindingPropertiesValueMapOutput) ToComponentBindingPropertiesValueMapOutput() ComponentBindingPropertiesValueMapOutput

func (ComponentBindingPropertiesValueMapOutput) ToComponentBindingPropertiesValueMapOutputWithContext added in v0.98.0

func (o ComponentBindingPropertiesValueMapOutput) ToComponentBindingPropertiesValueMapOutputWithContext(ctx context.Context) ComponentBindingPropertiesValueMapOutput

type ComponentBindingPropertiesValueOutput added in v0.98.0

type ComponentBindingPropertiesValueOutput struct{ *pulumi.OutputState }

func (ComponentBindingPropertiesValueOutput) BindingProperties added in v0.98.0

func (ComponentBindingPropertiesValueOutput) DefaultValue added in v0.98.0

func (ComponentBindingPropertiesValueOutput) ElementType added in v0.98.0

func (ComponentBindingPropertiesValueOutput) ToComponentBindingPropertiesValueOutput added in v0.98.0

func (o ComponentBindingPropertiesValueOutput) ToComponentBindingPropertiesValueOutput() ComponentBindingPropertiesValueOutput

func (ComponentBindingPropertiesValueOutput) ToComponentBindingPropertiesValueOutputWithContext added in v0.98.0

func (o ComponentBindingPropertiesValueOutput) ToComponentBindingPropertiesValueOutputWithContext(ctx context.Context) ComponentBindingPropertiesValueOutput

func (ComponentBindingPropertiesValueOutput) Type added in v0.98.0

type ComponentBindingPropertiesValueProperties added in v0.98.0

type ComponentBindingPropertiesValueProperties struct {
	Bucket        *string              `pulumi:"bucket"`
	DefaultValue  *string              `pulumi:"defaultValue"`
	Field         *string              `pulumi:"field"`
	Key           *string              `pulumi:"key"`
	Model         *string              `pulumi:"model"`
	Predicates    []ComponentPredicate `pulumi:"predicates"`
	SlotName      *string              `pulumi:"slotName"`
	UserAttribute *string              `pulumi:"userAttribute"`
}

type ComponentBindingPropertiesValuePropertiesArgs added in v0.98.0

type ComponentBindingPropertiesValuePropertiesArgs struct {
	Bucket        pulumi.StringPtrInput        `pulumi:"bucket"`
	DefaultValue  pulumi.StringPtrInput        `pulumi:"defaultValue"`
	Field         pulumi.StringPtrInput        `pulumi:"field"`
	Key           pulumi.StringPtrInput        `pulumi:"key"`
	Model         pulumi.StringPtrInput        `pulumi:"model"`
	Predicates    ComponentPredicateArrayInput `pulumi:"predicates"`
	SlotName      pulumi.StringPtrInput        `pulumi:"slotName"`
	UserAttribute pulumi.StringPtrInput        `pulumi:"userAttribute"`
}

func (ComponentBindingPropertiesValuePropertiesArgs) ElementType added in v0.98.0

func (ComponentBindingPropertiesValuePropertiesArgs) ToComponentBindingPropertiesValuePropertiesOutput added in v0.98.0

func (i ComponentBindingPropertiesValuePropertiesArgs) ToComponentBindingPropertiesValuePropertiesOutput() ComponentBindingPropertiesValuePropertiesOutput

func (ComponentBindingPropertiesValuePropertiesArgs) ToComponentBindingPropertiesValuePropertiesOutputWithContext added in v0.98.0

func (i ComponentBindingPropertiesValuePropertiesArgs) ToComponentBindingPropertiesValuePropertiesOutputWithContext(ctx context.Context) ComponentBindingPropertiesValuePropertiesOutput

func (ComponentBindingPropertiesValuePropertiesArgs) ToComponentBindingPropertiesValuePropertiesPtrOutput added in v0.98.0

func (i ComponentBindingPropertiesValuePropertiesArgs) ToComponentBindingPropertiesValuePropertiesPtrOutput() ComponentBindingPropertiesValuePropertiesPtrOutput

func (ComponentBindingPropertiesValuePropertiesArgs) ToComponentBindingPropertiesValuePropertiesPtrOutputWithContext added in v0.98.0

func (i ComponentBindingPropertiesValuePropertiesArgs) ToComponentBindingPropertiesValuePropertiesPtrOutputWithContext(ctx context.Context) ComponentBindingPropertiesValuePropertiesPtrOutput

type ComponentBindingPropertiesValuePropertiesInput added in v0.98.0

type ComponentBindingPropertiesValuePropertiesInput interface {
	pulumi.Input

	ToComponentBindingPropertiesValuePropertiesOutput() ComponentBindingPropertiesValuePropertiesOutput
	ToComponentBindingPropertiesValuePropertiesOutputWithContext(context.Context) ComponentBindingPropertiesValuePropertiesOutput
}

ComponentBindingPropertiesValuePropertiesInput is an input type that accepts ComponentBindingPropertiesValuePropertiesArgs and ComponentBindingPropertiesValuePropertiesOutput values. You can construct a concrete instance of `ComponentBindingPropertiesValuePropertiesInput` via:

ComponentBindingPropertiesValuePropertiesArgs{...}

type ComponentBindingPropertiesValuePropertiesOutput added in v0.98.0

type ComponentBindingPropertiesValuePropertiesOutput struct{ *pulumi.OutputState }

func (ComponentBindingPropertiesValuePropertiesOutput) Bucket added in v0.98.0

func (ComponentBindingPropertiesValuePropertiesOutput) DefaultValue added in v0.98.0

func (ComponentBindingPropertiesValuePropertiesOutput) ElementType added in v0.98.0

func (ComponentBindingPropertiesValuePropertiesOutput) Field added in v0.98.0

func (ComponentBindingPropertiesValuePropertiesOutput) Key added in v0.98.0

func (ComponentBindingPropertiesValuePropertiesOutput) Model added in v0.98.0

func (ComponentBindingPropertiesValuePropertiesOutput) Predicates added in v0.98.0

func (ComponentBindingPropertiesValuePropertiesOutput) SlotName added in v0.98.0

func (ComponentBindingPropertiesValuePropertiesOutput) ToComponentBindingPropertiesValuePropertiesOutput added in v0.98.0

func (o ComponentBindingPropertiesValuePropertiesOutput) ToComponentBindingPropertiesValuePropertiesOutput() ComponentBindingPropertiesValuePropertiesOutput

func (ComponentBindingPropertiesValuePropertiesOutput) ToComponentBindingPropertiesValuePropertiesOutputWithContext added in v0.98.0

func (o ComponentBindingPropertiesValuePropertiesOutput) ToComponentBindingPropertiesValuePropertiesOutputWithContext(ctx context.Context) ComponentBindingPropertiesValuePropertiesOutput

func (ComponentBindingPropertiesValuePropertiesOutput) ToComponentBindingPropertiesValuePropertiesPtrOutput added in v0.98.0

func (o ComponentBindingPropertiesValuePropertiesOutput) ToComponentBindingPropertiesValuePropertiesPtrOutput() ComponentBindingPropertiesValuePropertiesPtrOutput

func (ComponentBindingPropertiesValuePropertiesOutput) ToComponentBindingPropertiesValuePropertiesPtrOutputWithContext added in v0.98.0

func (o ComponentBindingPropertiesValuePropertiesOutput) ToComponentBindingPropertiesValuePropertiesPtrOutputWithContext(ctx context.Context) ComponentBindingPropertiesValuePropertiesPtrOutput

func (ComponentBindingPropertiesValuePropertiesOutput) UserAttribute added in v0.98.0

type ComponentBindingPropertiesValuePropertiesPtrInput added in v0.98.0

type ComponentBindingPropertiesValuePropertiesPtrInput interface {
	pulumi.Input

	ToComponentBindingPropertiesValuePropertiesPtrOutput() ComponentBindingPropertiesValuePropertiesPtrOutput
	ToComponentBindingPropertiesValuePropertiesPtrOutputWithContext(context.Context) ComponentBindingPropertiesValuePropertiesPtrOutput
}

ComponentBindingPropertiesValuePropertiesPtrInput is an input type that accepts ComponentBindingPropertiesValuePropertiesArgs, ComponentBindingPropertiesValuePropertiesPtr and ComponentBindingPropertiesValuePropertiesPtrOutput values. You can construct a concrete instance of `ComponentBindingPropertiesValuePropertiesPtrInput` via:

        ComponentBindingPropertiesValuePropertiesArgs{...}

or:

        nil

type ComponentBindingPropertiesValuePropertiesPtrOutput added in v0.98.0

type ComponentBindingPropertiesValuePropertiesPtrOutput struct{ *pulumi.OutputState }

func (ComponentBindingPropertiesValuePropertiesPtrOutput) Bucket added in v0.98.0

func (ComponentBindingPropertiesValuePropertiesPtrOutput) DefaultValue added in v0.98.0

func (ComponentBindingPropertiesValuePropertiesPtrOutput) Elem added in v0.98.0

func (ComponentBindingPropertiesValuePropertiesPtrOutput) ElementType added in v0.98.0

func (ComponentBindingPropertiesValuePropertiesPtrOutput) Field added in v0.98.0

func (ComponentBindingPropertiesValuePropertiesPtrOutput) Key added in v0.98.0

func (ComponentBindingPropertiesValuePropertiesPtrOutput) Model added in v0.98.0

func (ComponentBindingPropertiesValuePropertiesPtrOutput) Predicates added in v0.98.0

func (ComponentBindingPropertiesValuePropertiesPtrOutput) SlotName added in v0.98.0

func (ComponentBindingPropertiesValuePropertiesPtrOutput) ToComponentBindingPropertiesValuePropertiesPtrOutput added in v0.98.0

func (o ComponentBindingPropertiesValuePropertiesPtrOutput) ToComponentBindingPropertiesValuePropertiesPtrOutput() ComponentBindingPropertiesValuePropertiesPtrOutput

func (ComponentBindingPropertiesValuePropertiesPtrOutput) ToComponentBindingPropertiesValuePropertiesPtrOutputWithContext added in v0.98.0

func (o ComponentBindingPropertiesValuePropertiesPtrOutput) ToComponentBindingPropertiesValuePropertiesPtrOutputWithContext(ctx context.Context) ComponentBindingPropertiesValuePropertiesPtrOutput

func (ComponentBindingPropertiesValuePropertiesPtrOutput) UserAttribute added in v0.98.0

type ComponentChild

type ComponentChild struct {
	Children      []ComponentChild             `pulumi:"children"`
	ComponentType string                       `pulumi:"componentType"`
	Events        map[string]ComponentEvent    `pulumi:"events"`
	Name          string                       `pulumi:"name"`
	Properties    map[string]ComponentProperty `pulumi:"properties"`
	SourceId      *string                      `pulumi:"sourceId"`
}

type ComponentChildArgs

type ComponentChildArgs struct {
	Children      ComponentChildArrayInput  `pulumi:"children"`
	ComponentType pulumi.StringInput        `pulumi:"componentType"`
	Events        ComponentEventMapInput    `pulumi:"events"`
	Name          pulumi.StringInput        `pulumi:"name"`
	Properties    ComponentPropertyMapInput `pulumi:"properties"`
	SourceId      pulumi.StringPtrInput     `pulumi:"sourceId"`
}

func (ComponentChildArgs) ElementType

func (ComponentChildArgs) ElementType() reflect.Type

func (ComponentChildArgs) ToComponentChildOutput

func (i ComponentChildArgs) ToComponentChildOutput() ComponentChildOutput

func (ComponentChildArgs) ToComponentChildOutputWithContext

func (i ComponentChildArgs) ToComponentChildOutputWithContext(ctx context.Context) ComponentChildOutput

type ComponentChildArray

type ComponentChildArray []ComponentChildInput

func (ComponentChildArray) ElementType

func (ComponentChildArray) ElementType() reflect.Type

func (ComponentChildArray) ToComponentChildArrayOutput

func (i ComponentChildArray) ToComponentChildArrayOutput() ComponentChildArrayOutput

func (ComponentChildArray) ToComponentChildArrayOutputWithContext

func (i ComponentChildArray) ToComponentChildArrayOutputWithContext(ctx context.Context) ComponentChildArrayOutput

type ComponentChildArrayInput

type ComponentChildArrayInput interface {
	pulumi.Input

	ToComponentChildArrayOutput() ComponentChildArrayOutput
	ToComponentChildArrayOutputWithContext(context.Context) ComponentChildArrayOutput
}

ComponentChildArrayInput is an input type that accepts ComponentChildArray and ComponentChildArrayOutput values. You can construct a concrete instance of `ComponentChildArrayInput` via:

ComponentChildArray{ ComponentChildArgs{...} }

type ComponentChildArrayOutput

type ComponentChildArrayOutput struct{ *pulumi.OutputState }

func (ComponentChildArrayOutput) ElementType

func (ComponentChildArrayOutput) ElementType() reflect.Type

func (ComponentChildArrayOutput) Index

func (ComponentChildArrayOutput) ToComponentChildArrayOutput

func (o ComponentChildArrayOutput) ToComponentChildArrayOutput() ComponentChildArrayOutput

func (ComponentChildArrayOutput) ToComponentChildArrayOutputWithContext

func (o ComponentChildArrayOutput) ToComponentChildArrayOutputWithContext(ctx context.Context) ComponentChildArrayOutput

type ComponentChildInput

type ComponentChildInput interface {
	pulumi.Input

	ToComponentChildOutput() ComponentChildOutput
	ToComponentChildOutputWithContext(context.Context) ComponentChildOutput
}

ComponentChildInput is an input type that accepts ComponentChildArgs and ComponentChildOutput values. You can construct a concrete instance of `ComponentChildInput` via:

ComponentChildArgs{...}

type ComponentChildOutput

type ComponentChildOutput struct{ *pulumi.OutputState }

func (ComponentChildOutput) Children

func (ComponentChildOutput) ComponentType

func (o ComponentChildOutput) ComponentType() pulumi.StringOutput

func (ComponentChildOutput) ElementType

func (ComponentChildOutput) ElementType() reflect.Type

func (ComponentChildOutput) Events added in v0.13.0

func (ComponentChildOutput) Name

func (ComponentChildOutput) Properties

func (ComponentChildOutput) SourceId added in v0.96.0

func (ComponentChildOutput) ToComponentChildOutput

func (o ComponentChildOutput) ToComponentChildOutput() ComponentChildOutput

func (ComponentChildOutput) ToComponentChildOutputWithContext

func (o ComponentChildOutput) ToComponentChildOutputWithContext(ctx context.Context) ComponentChildOutput

type ComponentConditionProperty added in v0.98.0

type ComponentConditionProperty struct {
	Else        *ComponentProperty `pulumi:"else"`
	Field       *string            `pulumi:"field"`
	Operand     *string            `pulumi:"operand"`
	OperandType *string            `pulumi:"operandType"`
	Operator    *string            `pulumi:"operator"`
	Property    *string            `pulumi:"property"`
	Then        *ComponentProperty `pulumi:"then"`
}

type ComponentConditionPropertyArgs added in v0.98.0

type ComponentConditionPropertyArgs struct {
	Else        ComponentPropertyPtrInput `pulumi:"else"`
	Field       pulumi.StringPtrInput     `pulumi:"field"`
	Operand     pulumi.StringPtrInput     `pulumi:"operand"`
	OperandType pulumi.StringPtrInput     `pulumi:"operandType"`
	Operator    pulumi.StringPtrInput     `pulumi:"operator"`
	Property    pulumi.StringPtrInput     `pulumi:"property"`
	Then        ComponentPropertyPtrInput `pulumi:"then"`
}

func (ComponentConditionPropertyArgs) ElementType added in v0.98.0

func (ComponentConditionPropertyArgs) ToComponentConditionPropertyOutput added in v0.98.0

func (i ComponentConditionPropertyArgs) ToComponentConditionPropertyOutput() ComponentConditionPropertyOutput

func (ComponentConditionPropertyArgs) ToComponentConditionPropertyOutputWithContext added in v0.98.0

func (i ComponentConditionPropertyArgs) ToComponentConditionPropertyOutputWithContext(ctx context.Context) ComponentConditionPropertyOutput

func (ComponentConditionPropertyArgs) ToComponentConditionPropertyPtrOutput added in v0.98.0

func (i ComponentConditionPropertyArgs) ToComponentConditionPropertyPtrOutput() ComponentConditionPropertyPtrOutput

func (ComponentConditionPropertyArgs) ToComponentConditionPropertyPtrOutputWithContext added in v0.98.0

func (i ComponentConditionPropertyArgs) ToComponentConditionPropertyPtrOutputWithContext(ctx context.Context) ComponentConditionPropertyPtrOutput

type ComponentConditionPropertyInput added in v0.98.0

type ComponentConditionPropertyInput interface {
	pulumi.Input

	ToComponentConditionPropertyOutput() ComponentConditionPropertyOutput
	ToComponentConditionPropertyOutputWithContext(context.Context) ComponentConditionPropertyOutput
}

ComponentConditionPropertyInput is an input type that accepts ComponentConditionPropertyArgs and ComponentConditionPropertyOutput values. You can construct a concrete instance of `ComponentConditionPropertyInput` via:

ComponentConditionPropertyArgs{...}

type ComponentConditionPropertyOutput added in v0.98.0

type ComponentConditionPropertyOutput struct{ *pulumi.OutputState }

func (ComponentConditionPropertyOutput) ElementType added in v0.98.0

func (ComponentConditionPropertyOutput) Else added in v0.98.0

func (ComponentConditionPropertyOutput) Field added in v0.98.0

func (ComponentConditionPropertyOutput) Operand added in v0.98.0

func (ComponentConditionPropertyOutput) OperandType added in v0.98.0

func (ComponentConditionPropertyOutput) Operator added in v0.98.0

func (ComponentConditionPropertyOutput) Property added in v0.98.0

func (ComponentConditionPropertyOutput) Then added in v0.98.0

func (ComponentConditionPropertyOutput) ToComponentConditionPropertyOutput added in v0.98.0

func (o ComponentConditionPropertyOutput) ToComponentConditionPropertyOutput() ComponentConditionPropertyOutput

func (ComponentConditionPropertyOutput) ToComponentConditionPropertyOutputWithContext added in v0.98.0

func (o ComponentConditionPropertyOutput) ToComponentConditionPropertyOutputWithContext(ctx context.Context) ComponentConditionPropertyOutput

func (ComponentConditionPropertyOutput) ToComponentConditionPropertyPtrOutput added in v0.98.0

func (o ComponentConditionPropertyOutput) ToComponentConditionPropertyPtrOutput() ComponentConditionPropertyPtrOutput

func (ComponentConditionPropertyOutput) ToComponentConditionPropertyPtrOutputWithContext added in v0.98.0

func (o ComponentConditionPropertyOutput) ToComponentConditionPropertyPtrOutputWithContext(ctx context.Context) ComponentConditionPropertyPtrOutput

type ComponentConditionPropertyPtrInput added in v0.98.0

type ComponentConditionPropertyPtrInput interface {
	pulumi.Input

	ToComponentConditionPropertyPtrOutput() ComponentConditionPropertyPtrOutput
	ToComponentConditionPropertyPtrOutputWithContext(context.Context) ComponentConditionPropertyPtrOutput
}

ComponentConditionPropertyPtrInput is an input type that accepts ComponentConditionPropertyArgs, ComponentConditionPropertyPtr and ComponentConditionPropertyPtrOutput values. You can construct a concrete instance of `ComponentConditionPropertyPtrInput` via:

        ComponentConditionPropertyArgs{...}

or:

        nil

func ComponentConditionPropertyPtr added in v0.98.0

type ComponentConditionPropertyPtrOutput added in v0.98.0

type ComponentConditionPropertyPtrOutput struct{ *pulumi.OutputState }

func (ComponentConditionPropertyPtrOutput) Elem added in v0.98.0

func (ComponentConditionPropertyPtrOutput) ElementType added in v0.98.0

func (ComponentConditionPropertyPtrOutput) Else added in v0.98.0

func (ComponentConditionPropertyPtrOutput) Field added in v0.98.0

func (ComponentConditionPropertyPtrOutput) Operand added in v0.98.0

func (ComponentConditionPropertyPtrOutput) OperandType added in v0.98.0

func (ComponentConditionPropertyPtrOutput) Operator added in v0.98.0

func (ComponentConditionPropertyPtrOutput) Property added in v0.98.0

func (ComponentConditionPropertyPtrOutput) Then added in v0.98.0

func (ComponentConditionPropertyPtrOutput) ToComponentConditionPropertyPtrOutput added in v0.98.0

func (o ComponentConditionPropertyPtrOutput) ToComponentConditionPropertyPtrOutput() ComponentConditionPropertyPtrOutput

func (ComponentConditionPropertyPtrOutput) ToComponentConditionPropertyPtrOutputWithContext added in v0.98.0

func (o ComponentConditionPropertyPtrOutput) ToComponentConditionPropertyPtrOutputWithContext(ctx context.Context) ComponentConditionPropertyPtrOutput

type ComponentDataConfiguration added in v0.98.0

type ComponentDataConfiguration struct {
	Identifiers []string                `pulumi:"identifiers"`
	Model       string                  `pulumi:"model"`
	Predicate   *ComponentPredicate     `pulumi:"predicate"`
	Sort        []ComponentSortProperty `pulumi:"sort"`
}

type ComponentDataConfigurationArgs added in v0.98.0

type ComponentDataConfigurationArgs struct {
	Identifiers pulumi.StringArrayInput         `pulumi:"identifiers"`
	Model       pulumi.StringInput              `pulumi:"model"`
	Predicate   ComponentPredicatePtrInput      `pulumi:"predicate"`
	Sort        ComponentSortPropertyArrayInput `pulumi:"sort"`
}

func (ComponentDataConfigurationArgs) ElementType added in v0.98.0

func (ComponentDataConfigurationArgs) ToComponentDataConfigurationOutput added in v0.98.0

func (i ComponentDataConfigurationArgs) ToComponentDataConfigurationOutput() ComponentDataConfigurationOutput

func (ComponentDataConfigurationArgs) ToComponentDataConfigurationOutputWithContext added in v0.98.0

func (i ComponentDataConfigurationArgs) ToComponentDataConfigurationOutputWithContext(ctx context.Context) ComponentDataConfigurationOutput

type ComponentDataConfigurationInput added in v0.98.0

type ComponentDataConfigurationInput interface {
	pulumi.Input

	ToComponentDataConfigurationOutput() ComponentDataConfigurationOutput
	ToComponentDataConfigurationOutputWithContext(context.Context) ComponentDataConfigurationOutput
}

ComponentDataConfigurationInput is an input type that accepts ComponentDataConfigurationArgs and ComponentDataConfigurationOutput values. You can construct a concrete instance of `ComponentDataConfigurationInput` via:

ComponentDataConfigurationArgs{...}

type ComponentDataConfigurationMap added in v0.98.0

type ComponentDataConfigurationMap map[string]ComponentDataConfigurationInput

func (ComponentDataConfigurationMap) ElementType added in v0.98.0

func (ComponentDataConfigurationMap) ToComponentDataConfigurationMapOutput added in v0.98.0

func (i ComponentDataConfigurationMap) ToComponentDataConfigurationMapOutput() ComponentDataConfigurationMapOutput

func (ComponentDataConfigurationMap) ToComponentDataConfigurationMapOutputWithContext added in v0.98.0

func (i ComponentDataConfigurationMap) ToComponentDataConfigurationMapOutputWithContext(ctx context.Context) ComponentDataConfigurationMapOutput

type ComponentDataConfigurationMapInput added in v0.98.0

type ComponentDataConfigurationMapInput interface {
	pulumi.Input

	ToComponentDataConfigurationMapOutput() ComponentDataConfigurationMapOutput
	ToComponentDataConfigurationMapOutputWithContext(context.Context) ComponentDataConfigurationMapOutput
}

ComponentDataConfigurationMapInput is an input type that accepts ComponentDataConfigurationMap and ComponentDataConfigurationMapOutput values. You can construct a concrete instance of `ComponentDataConfigurationMapInput` via:

ComponentDataConfigurationMap{ "key": ComponentDataConfigurationArgs{...} }

type ComponentDataConfigurationMapOutput added in v0.98.0

type ComponentDataConfigurationMapOutput struct{ *pulumi.OutputState }

func (ComponentDataConfigurationMapOutput) ElementType added in v0.98.0

func (ComponentDataConfigurationMapOutput) MapIndex added in v0.98.0

func (ComponentDataConfigurationMapOutput) ToComponentDataConfigurationMapOutput added in v0.98.0

func (o ComponentDataConfigurationMapOutput) ToComponentDataConfigurationMapOutput() ComponentDataConfigurationMapOutput

func (ComponentDataConfigurationMapOutput) ToComponentDataConfigurationMapOutputWithContext added in v0.98.0

func (o ComponentDataConfigurationMapOutput) ToComponentDataConfigurationMapOutputWithContext(ctx context.Context) ComponentDataConfigurationMapOutput

type ComponentDataConfigurationOutput added in v0.98.0

type ComponentDataConfigurationOutput struct{ *pulumi.OutputState }

func (ComponentDataConfigurationOutput) ElementType added in v0.98.0

func (ComponentDataConfigurationOutput) Identifiers added in v0.98.0

func (ComponentDataConfigurationOutput) Model added in v0.98.0

func (ComponentDataConfigurationOutput) Predicate added in v0.98.0

func (ComponentDataConfigurationOutput) Sort added in v0.98.0

func (ComponentDataConfigurationOutput) ToComponentDataConfigurationOutput added in v0.98.0

func (o ComponentDataConfigurationOutput) ToComponentDataConfigurationOutput() ComponentDataConfigurationOutput

func (ComponentDataConfigurationOutput) ToComponentDataConfigurationOutputWithContext added in v0.98.0

func (o ComponentDataConfigurationOutput) ToComponentDataConfigurationOutputWithContext(ctx context.Context) ComponentDataConfigurationOutput

type ComponentEvent added in v0.98.0

type ComponentEvent struct {
	Action       *string                    `pulumi:"action"`
	BindingEvent *string                    `pulumi:"bindingEvent"`
	Parameters   *ComponentActionParameters `pulumi:"parameters"`
}

type ComponentEventArgs added in v0.98.0

type ComponentEventArgs struct {
	Action       pulumi.StringPtrInput             `pulumi:"action"`
	BindingEvent pulumi.StringPtrInput             `pulumi:"bindingEvent"`
	Parameters   ComponentActionParametersPtrInput `pulumi:"parameters"`
}

func (ComponentEventArgs) ElementType added in v0.98.0

func (ComponentEventArgs) ElementType() reflect.Type

func (ComponentEventArgs) ToComponentEventOutput added in v0.98.0

func (i ComponentEventArgs) ToComponentEventOutput() ComponentEventOutput

func (ComponentEventArgs) ToComponentEventOutputWithContext added in v0.98.0

func (i ComponentEventArgs) ToComponentEventOutputWithContext(ctx context.Context) ComponentEventOutput

type ComponentEventInput added in v0.98.0

type ComponentEventInput interface {
	pulumi.Input

	ToComponentEventOutput() ComponentEventOutput
	ToComponentEventOutputWithContext(context.Context) ComponentEventOutput
}

ComponentEventInput is an input type that accepts ComponentEventArgs and ComponentEventOutput values. You can construct a concrete instance of `ComponentEventInput` via:

ComponentEventArgs{...}

type ComponentEventMap added in v0.98.0

type ComponentEventMap map[string]ComponentEventInput

func (ComponentEventMap) ElementType added in v0.98.0

func (ComponentEventMap) ElementType() reflect.Type

func (ComponentEventMap) ToComponentEventMapOutput added in v0.98.0

func (i ComponentEventMap) ToComponentEventMapOutput() ComponentEventMapOutput

func (ComponentEventMap) ToComponentEventMapOutputWithContext added in v0.98.0

func (i ComponentEventMap) ToComponentEventMapOutputWithContext(ctx context.Context) ComponentEventMapOutput

type ComponentEventMapInput added in v0.98.0

type ComponentEventMapInput interface {
	pulumi.Input

	ToComponentEventMapOutput() ComponentEventMapOutput
	ToComponentEventMapOutputWithContext(context.Context) ComponentEventMapOutput
}

ComponentEventMapInput is an input type that accepts ComponentEventMap and ComponentEventMapOutput values. You can construct a concrete instance of `ComponentEventMapInput` via:

ComponentEventMap{ "key": ComponentEventArgs{...} }

type ComponentEventMapOutput added in v0.98.0

type ComponentEventMapOutput struct{ *pulumi.OutputState }

func (ComponentEventMapOutput) ElementType added in v0.98.0

func (ComponentEventMapOutput) ElementType() reflect.Type

func (ComponentEventMapOutput) MapIndex added in v0.98.0

func (ComponentEventMapOutput) ToComponentEventMapOutput added in v0.98.0

func (o ComponentEventMapOutput) ToComponentEventMapOutput() ComponentEventMapOutput

func (ComponentEventMapOutput) ToComponentEventMapOutputWithContext added in v0.98.0

func (o ComponentEventMapOutput) ToComponentEventMapOutputWithContext(ctx context.Context) ComponentEventMapOutput

type ComponentEventOutput added in v0.98.0

type ComponentEventOutput struct{ *pulumi.OutputState }

func (ComponentEventOutput) Action added in v0.98.0

func (ComponentEventOutput) BindingEvent added in v0.98.0

func (o ComponentEventOutput) BindingEvent() pulumi.StringPtrOutput

func (ComponentEventOutput) ElementType added in v0.98.0

func (ComponentEventOutput) ElementType() reflect.Type

func (ComponentEventOutput) Parameters added in v0.98.0

func (ComponentEventOutput) ToComponentEventOutput added in v0.98.0

func (o ComponentEventOutput) ToComponentEventOutput() ComponentEventOutput

func (ComponentEventOutput) ToComponentEventOutputWithContext added in v0.98.0

func (o ComponentEventOutput) ToComponentEventOutputWithContext(ctx context.Context) ComponentEventOutput

type ComponentFormBindingElement added in v0.98.0

type ComponentFormBindingElement struct {
	Element  string `pulumi:"element"`
	Property string `pulumi:"property"`
}

type ComponentFormBindingElementArgs added in v0.98.0

type ComponentFormBindingElementArgs struct {
	Element  pulumi.StringInput `pulumi:"element"`
	Property pulumi.StringInput `pulumi:"property"`
}

func (ComponentFormBindingElementArgs) ElementType added in v0.98.0

func (ComponentFormBindingElementArgs) ToComponentFormBindingElementOutput added in v0.98.0

func (i ComponentFormBindingElementArgs) ToComponentFormBindingElementOutput() ComponentFormBindingElementOutput

func (ComponentFormBindingElementArgs) ToComponentFormBindingElementOutputWithContext added in v0.98.0

func (i ComponentFormBindingElementArgs) ToComponentFormBindingElementOutputWithContext(ctx context.Context) ComponentFormBindingElementOutput

type ComponentFormBindingElementInput added in v0.98.0

type ComponentFormBindingElementInput interface {
	pulumi.Input

	ToComponentFormBindingElementOutput() ComponentFormBindingElementOutput
	ToComponentFormBindingElementOutputWithContext(context.Context) ComponentFormBindingElementOutput
}

ComponentFormBindingElementInput is an input type that accepts ComponentFormBindingElementArgs and ComponentFormBindingElementOutput values. You can construct a concrete instance of `ComponentFormBindingElementInput` via:

ComponentFormBindingElementArgs{...}

type ComponentFormBindingElementMap added in v0.98.0

type ComponentFormBindingElementMap map[string]ComponentFormBindingElementInput

func (ComponentFormBindingElementMap) ElementType added in v0.98.0

func (ComponentFormBindingElementMap) ToComponentFormBindingElementMapOutput added in v0.98.0

func (i ComponentFormBindingElementMap) ToComponentFormBindingElementMapOutput() ComponentFormBindingElementMapOutput

func (ComponentFormBindingElementMap) ToComponentFormBindingElementMapOutputWithContext added in v0.98.0

func (i ComponentFormBindingElementMap) ToComponentFormBindingElementMapOutputWithContext(ctx context.Context) ComponentFormBindingElementMapOutput

type ComponentFormBindingElementMapInput added in v0.98.0

type ComponentFormBindingElementMapInput interface {
	pulumi.Input

	ToComponentFormBindingElementMapOutput() ComponentFormBindingElementMapOutput
	ToComponentFormBindingElementMapOutputWithContext(context.Context) ComponentFormBindingElementMapOutput
}

ComponentFormBindingElementMapInput is an input type that accepts ComponentFormBindingElementMap and ComponentFormBindingElementMapOutput values. You can construct a concrete instance of `ComponentFormBindingElementMapInput` via:

ComponentFormBindingElementMap{ "key": ComponentFormBindingElementArgs{...} }

type ComponentFormBindingElementMapOutput added in v0.98.0

type ComponentFormBindingElementMapOutput struct{ *pulumi.OutputState }

func (ComponentFormBindingElementMapOutput) ElementType added in v0.98.0

func (ComponentFormBindingElementMapOutput) MapIndex added in v0.98.0

func (ComponentFormBindingElementMapOutput) ToComponentFormBindingElementMapOutput added in v0.98.0

func (o ComponentFormBindingElementMapOutput) ToComponentFormBindingElementMapOutput() ComponentFormBindingElementMapOutput

func (ComponentFormBindingElementMapOutput) ToComponentFormBindingElementMapOutputWithContext added in v0.98.0

func (o ComponentFormBindingElementMapOutput) ToComponentFormBindingElementMapOutputWithContext(ctx context.Context) ComponentFormBindingElementMapOutput

type ComponentFormBindingElementOutput added in v0.98.0

type ComponentFormBindingElementOutput struct{ *pulumi.OutputState }

func (ComponentFormBindingElementOutput) Element added in v0.98.0

func (ComponentFormBindingElementOutput) ElementType added in v0.98.0

func (ComponentFormBindingElementOutput) Property added in v0.98.0

func (ComponentFormBindingElementOutput) ToComponentFormBindingElementOutput added in v0.98.0

func (o ComponentFormBindingElementOutput) ToComponentFormBindingElementOutput() ComponentFormBindingElementOutput

func (ComponentFormBindingElementOutput) ToComponentFormBindingElementOutputWithContext added in v0.98.0

func (o ComponentFormBindingElementOutput) ToComponentFormBindingElementOutputWithContext(ctx context.Context) ComponentFormBindingElementOutput

type ComponentInput

type ComponentInput interface {
	pulumi.Input

	ToComponentOutput() ComponentOutput
	ToComponentOutputWithContext(ctx context.Context) ComponentOutput
}

type ComponentMutationActionSetStateParameter added in v0.98.0

type ComponentMutationActionSetStateParameter struct {
	ComponentName string            `pulumi:"componentName"`
	Property      string            `pulumi:"property"`
	Set           ComponentProperty `pulumi:"set"`
}

type ComponentMutationActionSetStateParameterArgs added in v0.98.0

type ComponentMutationActionSetStateParameterArgs struct {
	ComponentName pulumi.StringInput     `pulumi:"componentName"`
	Property      pulumi.StringInput     `pulumi:"property"`
	Set           ComponentPropertyInput `pulumi:"set"`
}

func (ComponentMutationActionSetStateParameterArgs) ElementType added in v0.98.0

func (ComponentMutationActionSetStateParameterArgs) ToComponentMutationActionSetStateParameterOutput added in v0.98.0

func (i ComponentMutationActionSetStateParameterArgs) ToComponentMutationActionSetStateParameterOutput() ComponentMutationActionSetStateParameterOutput

func (ComponentMutationActionSetStateParameterArgs) ToComponentMutationActionSetStateParameterOutputWithContext added in v0.98.0

func (i ComponentMutationActionSetStateParameterArgs) ToComponentMutationActionSetStateParameterOutputWithContext(ctx context.Context) ComponentMutationActionSetStateParameterOutput

func (ComponentMutationActionSetStateParameterArgs) ToComponentMutationActionSetStateParameterPtrOutput added in v0.98.0

func (i ComponentMutationActionSetStateParameterArgs) ToComponentMutationActionSetStateParameterPtrOutput() ComponentMutationActionSetStateParameterPtrOutput

func (ComponentMutationActionSetStateParameterArgs) ToComponentMutationActionSetStateParameterPtrOutputWithContext added in v0.98.0

func (i ComponentMutationActionSetStateParameterArgs) ToComponentMutationActionSetStateParameterPtrOutputWithContext(ctx context.Context) ComponentMutationActionSetStateParameterPtrOutput

type ComponentMutationActionSetStateParameterInput added in v0.98.0

type ComponentMutationActionSetStateParameterInput interface {
	pulumi.Input

	ToComponentMutationActionSetStateParameterOutput() ComponentMutationActionSetStateParameterOutput
	ToComponentMutationActionSetStateParameterOutputWithContext(context.Context) ComponentMutationActionSetStateParameterOutput
}

ComponentMutationActionSetStateParameterInput is an input type that accepts ComponentMutationActionSetStateParameterArgs and ComponentMutationActionSetStateParameterOutput values. You can construct a concrete instance of `ComponentMutationActionSetStateParameterInput` via:

ComponentMutationActionSetStateParameterArgs{...}

type ComponentMutationActionSetStateParameterOutput added in v0.98.0

type ComponentMutationActionSetStateParameterOutput struct{ *pulumi.OutputState }

func (ComponentMutationActionSetStateParameterOutput) ComponentName added in v0.98.0

func (ComponentMutationActionSetStateParameterOutput) ElementType added in v0.98.0

func (ComponentMutationActionSetStateParameterOutput) Property added in v0.98.0

func (ComponentMutationActionSetStateParameterOutput) Set added in v0.98.0

func (ComponentMutationActionSetStateParameterOutput) ToComponentMutationActionSetStateParameterOutput added in v0.98.0

func (o ComponentMutationActionSetStateParameterOutput) ToComponentMutationActionSetStateParameterOutput() ComponentMutationActionSetStateParameterOutput

func (ComponentMutationActionSetStateParameterOutput) ToComponentMutationActionSetStateParameterOutputWithContext added in v0.98.0

func (o ComponentMutationActionSetStateParameterOutput) ToComponentMutationActionSetStateParameterOutputWithContext(ctx context.Context) ComponentMutationActionSetStateParameterOutput

func (ComponentMutationActionSetStateParameterOutput) ToComponentMutationActionSetStateParameterPtrOutput added in v0.98.0

func (o ComponentMutationActionSetStateParameterOutput) ToComponentMutationActionSetStateParameterPtrOutput() ComponentMutationActionSetStateParameterPtrOutput

func (ComponentMutationActionSetStateParameterOutput) ToComponentMutationActionSetStateParameterPtrOutputWithContext added in v0.98.0

func (o ComponentMutationActionSetStateParameterOutput) ToComponentMutationActionSetStateParameterPtrOutputWithContext(ctx context.Context) ComponentMutationActionSetStateParameterPtrOutput

type ComponentMutationActionSetStateParameterPtrInput added in v0.98.0

type ComponentMutationActionSetStateParameterPtrInput interface {
	pulumi.Input

	ToComponentMutationActionSetStateParameterPtrOutput() ComponentMutationActionSetStateParameterPtrOutput
	ToComponentMutationActionSetStateParameterPtrOutputWithContext(context.Context) ComponentMutationActionSetStateParameterPtrOutput
}

ComponentMutationActionSetStateParameterPtrInput is an input type that accepts ComponentMutationActionSetStateParameterArgs, ComponentMutationActionSetStateParameterPtr and ComponentMutationActionSetStateParameterPtrOutput values. You can construct a concrete instance of `ComponentMutationActionSetStateParameterPtrInput` via:

        ComponentMutationActionSetStateParameterArgs{...}

or:

        nil

type ComponentMutationActionSetStateParameterPtrOutput added in v0.98.0

type ComponentMutationActionSetStateParameterPtrOutput struct{ *pulumi.OutputState }

func (ComponentMutationActionSetStateParameterPtrOutput) ComponentName added in v0.98.0

func (ComponentMutationActionSetStateParameterPtrOutput) Elem added in v0.98.0

func (ComponentMutationActionSetStateParameterPtrOutput) ElementType added in v0.98.0

func (ComponentMutationActionSetStateParameterPtrOutput) Property added in v0.98.0

func (ComponentMutationActionSetStateParameterPtrOutput) Set added in v0.98.0

func (ComponentMutationActionSetStateParameterPtrOutput) ToComponentMutationActionSetStateParameterPtrOutput added in v0.98.0

func (o ComponentMutationActionSetStateParameterPtrOutput) ToComponentMutationActionSetStateParameterPtrOutput() ComponentMutationActionSetStateParameterPtrOutput

func (ComponentMutationActionSetStateParameterPtrOutput) ToComponentMutationActionSetStateParameterPtrOutputWithContext added in v0.98.0

func (o ComponentMutationActionSetStateParameterPtrOutput) ToComponentMutationActionSetStateParameterPtrOutputWithContext(ctx context.Context) ComponentMutationActionSetStateParameterPtrOutput

type ComponentOutput

type ComponentOutput struct{ *pulumi.OutputState }

func (ComponentOutput) AppId added in v0.17.0

func (ComponentOutput) AwsId added in v0.99.0

func (ComponentOutput) BindingProperties added in v0.17.0

func (ComponentOutput) Children added in v0.17.0

func (ComponentOutput) CollectionProperties added in v0.17.0

func (o ComponentOutput) CollectionProperties() ComponentDataConfigurationMapOutput

func (ComponentOutput) ComponentType added in v0.17.0

func (o ComponentOutput) ComponentType() pulumi.StringPtrOutput

func (ComponentOutput) CreatedAt added in v0.96.0

func (o ComponentOutput) CreatedAt() pulumi.StringOutput

func (ComponentOutput) ElementType

func (ComponentOutput) ElementType() reflect.Type

func (ComponentOutput) EnvironmentName added in v0.17.0

func (o ComponentOutput) EnvironmentName() pulumi.StringPtrOutput

func (ComponentOutput) Events added in v0.17.0

func (ComponentOutput) ModifiedAt added in v0.96.0

func (o ComponentOutput) ModifiedAt() pulumi.StringOutput

func (ComponentOutput) Name added in v0.17.0

func (ComponentOutput) Overrides added in v0.17.0

func (o ComponentOutput) Overrides() pulumi.MapOutput

func (ComponentOutput) Properties added in v0.17.0

func (ComponentOutput) SchemaVersion added in v0.17.0

func (o ComponentOutput) SchemaVersion() pulumi.StringPtrOutput

func (ComponentOutput) SourceId added in v0.17.0

func (o ComponentOutput) SourceId() pulumi.StringPtrOutput

func (ComponentOutput) Tags added in v0.17.0

func (ComponentOutput) ToComponentOutput

func (o ComponentOutput) ToComponentOutput() ComponentOutput

func (ComponentOutput) ToComponentOutputWithContext

func (o ComponentOutput) ToComponentOutputWithContext(ctx context.Context) ComponentOutput

func (ComponentOutput) Variants added in v0.17.0

type ComponentPredicate added in v0.98.0

type ComponentPredicate struct {
	And         []ComponentPredicate `pulumi:"and"`
	Field       *string              `pulumi:"field"`
	Operand     *string              `pulumi:"operand"`
	OperandType *string              `pulumi:"operandType"`
	Operator    *string              `pulumi:"operator"`
	Or          []ComponentPredicate `pulumi:"or"`
}

type ComponentPredicateArgs added in v0.98.0

type ComponentPredicateArgs struct {
	And         ComponentPredicateArrayInput `pulumi:"and"`
	Field       pulumi.StringPtrInput        `pulumi:"field"`
	Operand     pulumi.StringPtrInput        `pulumi:"operand"`
	OperandType pulumi.StringPtrInput        `pulumi:"operandType"`
	Operator    pulumi.StringPtrInput        `pulumi:"operator"`
	Or          ComponentPredicateArrayInput `pulumi:"or"`
}

func (ComponentPredicateArgs) ElementType added in v0.98.0

func (ComponentPredicateArgs) ElementType() reflect.Type

func (ComponentPredicateArgs) ToComponentPredicateOutput added in v0.98.0

func (i ComponentPredicateArgs) ToComponentPredicateOutput() ComponentPredicateOutput

func (ComponentPredicateArgs) ToComponentPredicateOutputWithContext added in v0.98.0

func (i ComponentPredicateArgs) ToComponentPredicateOutputWithContext(ctx context.Context) ComponentPredicateOutput

func (ComponentPredicateArgs) ToComponentPredicatePtrOutput added in v0.98.0

func (i ComponentPredicateArgs) ToComponentPredicatePtrOutput() ComponentPredicatePtrOutput

func (ComponentPredicateArgs) ToComponentPredicatePtrOutputWithContext added in v0.98.0

func (i ComponentPredicateArgs) ToComponentPredicatePtrOutputWithContext(ctx context.Context) ComponentPredicatePtrOutput

type ComponentPredicateArray added in v0.98.0

type ComponentPredicateArray []ComponentPredicateInput

func (ComponentPredicateArray) ElementType added in v0.98.0

func (ComponentPredicateArray) ElementType() reflect.Type

func (ComponentPredicateArray) ToComponentPredicateArrayOutput added in v0.98.0

func (i ComponentPredicateArray) ToComponentPredicateArrayOutput() ComponentPredicateArrayOutput

func (ComponentPredicateArray) ToComponentPredicateArrayOutputWithContext added in v0.98.0

func (i ComponentPredicateArray) ToComponentPredicateArrayOutputWithContext(ctx context.Context) ComponentPredicateArrayOutput

type ComponentPredicateArrayInput added in v0.98.0

type ComponentPredicateArrayInput interface {
	pulumi.Input

	ToComponentPredicateArrayOutput() ComponentPredicateArrayOutput
	ToComponentPredicateArrayOutputWithContext(context.Context) ComponentPredicateArrayOutput
}

ComponentPredicateArrayInput is an input type that accepts ComponentPredicateArray and ComponentPredicateArrayOutput values. You can construct a concrete instance of `ComponentPredicateArrayInput` via:

ComponentPredicateArray{ ComponentPredicateArgs{...} }

type ComponentPredicateArrayOutput added in v0.98.0

type ComponentPredicateArrayOutput struct{ *pulumi.OutputState }

func (ComponentPredicateArrayOutput) ElementType added in v0.98.0

func (ComponentPredicateArrayOutput) Index added in v0.98.0

func (ComponentPredicateArrayOutput) ToComponentPredicateArrayOutput added in v0.98.0

func (o ComponentPredicateArrayOutput) ToComponentPredicateArrayOutput() ComponentPredicateArrayOutput

func (ComponentPredicateArrayOutput) ToComponentPredicateArrayOutputWithContext added in v0.98.0

func (o ComponentPredicateArrayOutput) ToComponentPredicateArrayOutputWithContext(ctx context.Context) ComponentPredicateArrayOutput

type ComponentPredicateInput added in v0.98.0

type ComponentPredicateInput interface {
	pulumi.Input

	ToComponentPredicateOutput() ComponentPredicateOutput
	ToComponentPredicateOutputWithContext(context.Context) ComponentPredicateOutput
}

ComponentPredicateInput is an input type that accepts ComponentPredicateArgs and ComponentPredicateOutput values. You can construct a concrete instance of `ComponentPredicateInput` via:

ComponentPredicateArgs{...}

type ComponentPredicateOutput added in v0.98.0

type ComponentPredicateOutput struct{ *pulumi.OutputState }

func (ComponentPredicateOutput) And added in v0.98.0

func (ComponentPredicateOutput) ElementType added in v0.98.0

func (ComponentPredicateOutput) ElementType() reflect.Type

func (ComponentPredicateOutput) Field added in v0.98.0

func (ComponentPredicateOutput) Operand added in v0.98.0

func (ComponentPredicateOutput) OperandType added in v0.98.0

func (ComponentPredicateOutput) Operator added in v0.98.0

func (ComponentPredicateOutput) Or added in v0.98.0

func (ComponentPredicateOutput) ToComponentPredicateOutput added in v0.98.0

func (o ComponentPredicateOutput) ToComponentPredicateOutput() ComponentPredicateOutput

func (ComponentPredicateOutput) ToComponentPredicateOutputWithContext added in v0.98.0

func (o ComponentPredicateOutput) ToComponentPredicateOutputWithContext(ctx context.Context) ComponentPredicateOutput

func (ComponentPredicateOutput) ToComponentPredicatePtrOutput added in v0.98.0

func (o ComponentPredicateOutput) ToComponentPredicatePtrOutput() ComponentPredicatePtrOutput

func (ComponentPredicateOutput) ToComponentPredicatePtrOutputWithContext added in v0.98.0

func (o ComponentPredicateOutput) ToComponentPredicatePtrOutputWithContext(ctx context.Context) ComponentPredicatePtrOutput

type ComponentPredicatePtrInput added in v0.98.0

type ComponentPredicatePtrInput interface {
	pulumi.Input

	ToComponentPredicatePtrOutput() ComponentPredicatePtrOutput
	ToComponentPredicatePtrOutputWithContext(context.Context) ComponentPredicatePtrOutput
}

ComponentPredicatePtrInput is an input type that accepts ComponentPredicateArgs, ComponentPredicatePtr and ComponentPredicatePtrOutput values. You can construct a concrete instance of `ComponentPredicatePtrInput` via:

        ComponentPredicateArgs{...}

or:

        nil

func ComponentPredicatePtr added in v0.98.0

func ComponentPredicatePtr(v *ComponentPredicateArgs) ComponentPredicatePtrInput

type ComponentPredicatePtrOutput added in v0.98.0

type ComponentPredicatePtrOutput struct{ *pulumi.OutputState }

func (ComponentPredicatePtrOutput) And added in v0.98.0

func (ComponentPredicatePtrOutput) Elem added in v0.98.0

func (ComponentPredicatePtrOutput) ElementType added in v0.98.0

func (ComponentPredicatePtrOutput) Field added in v0.98.0

func (ComponentPredicatePtrOutput) Operand added in v0.98.0

func (ComponentPredicatePtrOutput) OperandType added in v0.98.0

func (ComponentPredicatePtrOutput) Operator added in v0.98.0

func (ComponentPredicatePtrOutput) Or added in v0.98.0

func (ComponentPredicatePtrOutput) ToComponentPredicatePtrOutput added in v0.98.0

func (o ComponentPredicatePtrOutput) ToComponentPredicatePtrOutput() ComponentPredicatePtrOutput

func (ComponentPredicatePtrOutput) ToComponentPredicatePtrOutputWithContext added in v0.98.0

func (o ComponentPredicatePtrOutput) ToComponentPredicatePtrOutputWithContext(ctx context.Context) ComponentPredicatePtrOutput

type ComponentProperty added in v0.98.0

type ComponentProperty struct {
	BindingProperties           *ComponentPropertyBindingProperties    `pulumi:"bindingProperties"`
	Bindings                    map[string]ComponentFormBindingElement `pulumi:"bindings"`
	CollectionBindingProperties *ComponentPropertyBindingProperties    `pulumi:"collectionBindingProperties"`
	ComponentName               *string                                `pulumi:"componentName"`
	Concat                      []ComponentProperty                    `pulumi:"concat"`
	Condition                   *ComponentConditionProperty            `pulumi:"condition"`
	Configured                  *bool                                  `pulumi:"configured"`
	DefaultValue                *string                                `pulumi:"defaultValue"`
	Event                       *string                                `pulumi:"event"`
	ImportedValue               *string                                `pulumi:"importedValue"`
	Model                       *string                                `pulumi:"model"`
	Property                    *string                                `pulumi:"property"`
	Type                        *string                                `pulumi:"type"`
	UserAttribute               *string                                `pulumi:"userAttribute"`
	Value                       *string                                `pulumi:"value"`
}

type ComponentPropertyArgs added in v0.98.0

type ComponentPropertyArgs struct {
	BindingProperties           ComponentPropertyBindingPropertiesPtrInput `pulumi:"bindingProperties"`
	Bindings                    ComponentFormBindingElementMapInput        `pulumi:"bindings"`
	CollectionBindingProperties ComponentPropertyBindingPropertiesPtrInput `pulumi:"collectionBindingProperties"`
	ComponentName               pulumi.StringPtrInput                      `pulumi:"componentName"`
	Concat                      ComponentPropertyArrayInput                `pulumi:"concat"`
	Condition                   ComponentConditionPropertyPtrInput         `pulumi:"condition"`
	Configured                  pulumi.BoolPtrInput                        `pulumi:"configured"`
	DefaultValue                pulumi.StringPtrInput                      `pulumi:"defaultValue"`
	Event                       pulumi.StringPtrInput                      `pulumi:"event"`
	ImportedValue               pulumi.StringPtrInput                      `pulumi:"importedValue"`
	Model                       pulumi.StringPtrInput                      `pulumi:"model"`
	Property                    pulumi.StringPtrInput                      `pulumi:"property"`
	Type                        pulumi.StringPtrInput                      `pulumi:"type"`
	UserAttribute               pulumi.StringPtrInput                      `pulumi:"userAttribute"`
	Value                       pulumi.StringPtrInput                      `pulumi:"value"`
}

func (ComponentPropertyArgs) ElementType added in v0.98.0

func (ComponentPropertyArgs) ElementType() reflect.Type

func (ComponentPropertyArgs) ToComponentPropertyOutput added in v0.98.0

func (i ComponentPropertyArgs) ToComponentPropertyOutput() ComponentPropertyOutput

func (ComponentPropertyArgs) ToComponentPropertyOutputWithContext added in v0.98.0

func (i ComponentPropertyArgs) ToComponentPropertyOutputWithContext(ctx context.Context) ComponentPropertyOutput

func (ComponentPropertyArgs) ToComponentPropertyPtrOutput added in v0.98.0

func (i ComponentPropertyArgs) ToComponentPropertyPtrOutput() ComponentPropertyPtrOutput

func (ComponentPropertyArgs) ToComponentPropertyPtrOutputWithContext added in v0.98.0

func (i ComponentPropertyArgs) ToComponentPropertyPtrOutputWithContext(ctx context.Context) ComponentPropertyPtrOutput

type ComponentPropertyArray added in v0.98.0

type ComponentPropertyArray []ComponentPropertyInput

func (ComponentPropertyArray) ElementType added in v0.98.0

func (ComponentPropertyArray) ElementType() reflect.Type

func (ComponentPropertyArray) ToComponentPropertyArrayOutput added in v0.98.0

func (i ComponentPropertyArray) ToComponentPropertyArrayOutput() ComponentPropertyArrayOutput

func (ComponentPropertyArray) ToComponentPropertyArrayOutputWithContext added in v0.98.0

func (i ComponentPropertyArray) ToComponentPropertyArrayOutputWithContext(ctx context.Context) ComponentPropertyArrayOutput

type ComponentPropertyArrayInput added in v0.98.0

type ComponentPropertyArrayInput interface {
	pulumi.Input

	ToComponentPropertyArrayOutput() ComponentPropertyArrayOutput
	ToComponentPropertyArrayOutputWithContext(context.Context) ComponentPropertyArrayOutput
}

ComponentPropertyArrayInput is an input type that accepts ComponentPropertyArray and ComponentPropertyArrayOutput values. You can construct a concrete instance of `ComponentPropertyArrayInput` via:

ComponentPropertyArray{ ComponentPropertyArgs{...} }

type ComponentPropertyArrayOutput added in v0.98.0

type ComponentPropertyArrayOutput struct{ *pulumi.OutputState }

func (ComponentPropertyArrayOutput) ElementType added in v0.98.0

func (ComponentPropertyArrayOutput) Index added in v0.98.0

func (ComponentPropertyArrayOutput) ToComponentPropertyArrayOutput added in v0.98.0

func (o ComponentPropertyArrayOutput) ToComponentPropertyArrayOutput() ComponentPropertyArrayOutput

func (ComponentPropertyArrayOutput) ToComponentPropertyArrayOutputWithContext added in v0.98.0

func (o ComponentPropertyArrayOutput) ToComponentPropertyArrayOutputWithContext(ctx context.Context) ComponentPropertyArrayOutput

type ComponentPropertyBindingProperties added in v0.98.0

type ComponentPropertyBindingProperties struct {
	Field    *string `pulumi:"field"`
	Property string  `pulumi:"property"`
}

type ComponentPropertyBindingPropertiesArgs added in v0.98.0

type ComponentPropertyBindingPropertiesArgs struct {
	Field    pulumi.StringPtrInput `pulumi:"field"`
	Property pulumi.StringInput    `pulumi:"property"`
}

func (ComponentPropertyBindingPropertiesArgs) ElementType added in v0.98.0

func (ComponentPropertyBindingPropertiesArgs) ToComponentPropertyBindingPropertiesOutput added in v0.98.0

func (i ComponentPropertyBindingPropertiesArgs) ToComponentPropertyBindingPropertiesOutput() ComponentPropertyBindingPropertiesOutput

func (ComponentPropertyBindingPropertiesArgs) ToComponentPropertyBindingPropertiesOutputWithContext added in v0.98.0

func (i ComponentPropertyBindingPropertiesArgs) ToComponentPropertyBindingPropertiesOutputWithContext(ctx context.Context) ComponentPropertyBindingPropertiesOutput

func (ComponentPropertyBindingPropertiesArgs) ToComponentPropertyBindingPropertiesPtrOutput added in v0.98.0

func (i ComponentPropertyBindingPropertiesArgs) ToComponentPropertyBindingPropertiesPtrOutput() ComponentPropertyBindingPropertiesPtrOutput

func (ComponentPropertyBindingPropertiesArgs) ToComponentPropertyBindingPropertiesPtrOutputWithContext added in v0.98.0

func (i ComponentPropertyBindingPropertiesArgs) ToComponentPropertyBindingPropertiesPtrOutputWithContext(ctx context.Context) ComponentPropertyBindingPropertiesPtrOutput

type ComponentPropertyBindingPropertiesInput added in v0.98.0

type ComponentPropertyBindingPropertiesInput interface {
	pulumi.Input

	ToComponentPropertyBindingPropertiesOutput() ComponentPropertyBindingPropertiesOutput
	ToComponentPropertyBindingPropertiesOutputWithContext(context.Context) ComponentPropertyBindingPropertiesOutput
}

ComponentPropertyBindingPropertiesInput is an input type that accepts ComponentPropertyBindingPropertiesArgs and ComponentPropertyBindingPropertiesOutput values. You can construct a concrete instance of `ComponentPropertyBindingPropertiesInput` via:

ComponentPropertyBindingPropertiesArgs{...}

type ComponentPropertyBindingPropertiesOutput added in v0.98.0

type ComponentPropertyBindingPropertiesOutput struct{ *pulumi.OutputState }

func (ComponentPropertyBindingPropertiesOutput) ElementType added in v0.98.0

func (ComponentPropertyBindingPropertiesOutput) Field added in v0.98.0

func (ComponentPropertyBindingPropertiesOutput) Property added in v0.98.0

func (ComponentPropertyBindingPropertiesOutput) ToComponentPropertyBindingPropertiesOutput added in v0.98.0

func (o ComponentPropertyBindingPropertiesOutput) ToComponentPropertyBindingPropertiesOutput() ComponentPropertyBindingPropertiesOutput

func (ComponentPropertyBindingPropertiesOutput) ToComponentPropertyBindingPropertiesOutputWithContext added in v0.98.0

func (o ComponentPropertyBindingPropertiesOutput) ToComponentPropertyBindingPropertiesOutputWithContext(ctx context.Context) ComponentPropertyBindingPropertiesOutput

func (ComponentPropertyBindingPropertiesOutput) ToComponentPropertyBindingPropertiesPtrOutput added in v0.98.0

func (o ComponentPropertyBindingPropertiesOutput) ToComponentPropertyBindingPropertiesPtrOutput() ComponentPropertyBindingPropertiesPtrOutput

func (ComponentPropertyBindingPropertiesOutput) ToComponentPropertyBindingPropertiesPtrOutputWithContext added in v0.98.0

func (o ComponentPropertyBindingPropertiesOutput) ToComponentPropertyBindingPropertiesPtrOutputWithContext(ctx context.Context) ComponentPropertyBindingPropertiesPtrOutput

type ComponentPropertyBindingPropertiesPtrInput added in v0.98.0

type ComponentPropertyBindingPropertiesPtrInput interface {
	pulumi.Input

	ToComponentPropertyBindingPropertiesPtrOutput() ComponentPropertyBindingPropertiesPtrOutput
	ToComponentPropertyBindingPropertiesPtrOutputWithContext(context.Context) ComponentPropertyBindingPropertiesPtrOutput
}

ComponentPropertyBindingPropertiesPtrInput is an input type that accepts ComponentPropertyBindingPropertiesArgs, ComponentPropertyBindingPropertiesPtr and ComponentPropertyBindingPropertiesPtrOutput values. You can construct a concrete instance of `ComponentPropertyBindingPropertiesPtrInput` via:

        ComponentPropertyBindingPropertiesArgs{...}

or:

        nil

type ComponentPropertyBindingPropertiesPtrOutput added in v0.98.0

type ComponentPropertyBindingPropertiesPtrOutput struct{ *pulumi.OutputState }

func (ComponentPropertyBindingPropertiesPtrOutput) Elem added in v0.98.0

func (ComponentPropertyBindingPropertiesPtrOutput) ElementType added in v0.98.0

func (ComponentPropertyBindingPropertiesPtrOutput) Field added in v0.98.0

func (ComponentPropertyBindingPropertiesPtrOutput) Property added in v0.98.0

func (ComponentPropertyBindingPropertiesPtrOutput) ToComponentPropertyBindingPropertiesPtrOutput added in v0.98.0

func (o ComponentPropertyBindingPropertiesPtrOutput) ToComponentPropertyBindingPropertiesPtrOutput() ComponentPropertyBindingPropertiesPtrOutput

func (ComponentPropertyBindingPropertiesPtrOutput) ToComponentPropertyBindingPropertiesPtrOutputWithContext added in v0.98.0

func (o ComponentPropertyBindingPropertiesPtrOutput) ToComponentPropertyBindingPropertiesPtrOutputWithContext(ctx context.Context) ComponentPropertyBindingPropertiesPtrOutput

type ComponentPropertyInput added in v0.98.0

type ComponentPropertyInput interface {
	pulumi.Input

	ToComponentPropertyOutput() ComponentPropertyOutput
	ToComponentPropertyOutputWithContext(context.Context) ComponentPropertyOutput
}

ComponentPropertyInput is an input type that accepts ComponentPropertyArgs and ComponentPropertyOutput values. You can construct a concrete instance of `ComponentPropertyInput` via:

ComponentPropertyArgs{...}

type ComponentPropertyMap added in v0.98.0

type ComponentPropertyMap map[string]ComponentPropertyInput

func (ComponentPropertyMap) ElementType added in v0.98.0

func (ComponentPropertyMap) ElementType() reflect.Type

func (ComponentPropertyMap) ToComponentPropertyMapOutput added in v0.98.0

func (i ComponentPropertyMap) ToComponentPropertyMapOutput() ComponentPropertyMapOutput

func (ComponentPropertyMap) ToComponentPropertyMapOutputWithContext added in v0.98.0

func (i ComponentPropertyMap) ToComponentPropertyMapOutputWithContext(ctx context.Context) ComponentPropertyMapOutput

type ComponentPropertyMapInput added in v0.98.0

type ComponentPropertyMapInput interface {
	pulumi.Input

	ToComponentPropertyMapOutput() ComponentPropertyMapOutput
	ToComponentPropertyMapOutputWithContext(context.Context) ComponentPropertyMapOutput
}

ComponentPropertyMapInput is an input type that accepts ComponentPropertyMap and ComponentPropertyMapOutput values. You can construct a concrete instance of `ComponentPropertyMapInput` via:

ComponentPropertyMap{ "key": ComponentPropertyArgs{...} }

type ComponentPropertyMapOutput added in v0.98.0

type ComponentPropertyMapOutput struct{ *pulumi.OutputState }

func (ComponentPropertyMapOutput) ElementType added in v0.98.0

func (ComponentPropertyMapOutput) ElementType() reflect.Type

func (ComponentPropertyMapOutput) MapIndex added in v0.98.0

func (ComponentPropertyMapOutput) ToComponentPropertyMapOutput added in v0.98.0

func (o ComponentPropertyMapOutput) ToComponentPropertyMapOutput() ComponentPropertyMapOutput

func (ComponentPropertyMapOutput) ToComponentPropertyMapOutputWithContext added in v0.98.0

func (o ComponentPropertyMapOutput) ToComponentPropertyMapOutputWithContext(ctx context.Context) ComponentPropertyMapOutput

type ComponentPropertyOutput added in v0.98.0

type ComponentPropertyOutput struct{ *pulumi.OutputState }

func (ComponentPropertyOutput) BindingProperties added in v0.98.0

func (ComponentPropertyOutput) Bindings added in v0.98.0

func (ComponentPropertyOutput) CollectionBindingProperties added in v0.98.0

func (ComponentPropertyOutput) ComponentName added in v0.98.0

func (ComponentPropertyOutput) Concat added in v0.98.0

func (ComponentPropertyOutput) Condition added in v0.98.0

func (ComponentPropertyOutput) Configured added in v0.98.0

func (ComponentPropertyOutput) DefaultValue added in v0.98.0

func (ComponentPropertyOutput) ElementType added in v0.98.0

func (ComponentPropertyOutput) ElementType() reflect.Type

func (ComponentPropertyOutput) Event added in v0.98.0

func (ComponentPropertyOutput) ImportedValue added in v0.98.0

func (ComponentPropertyOutput) Model added in v0.98.0

func (ComponentPropertyOutput) Property added in v0.98.0

func (ComponentPropertyOutput) ToComponentPropertyOutput added in v0.98.0

func (o ComponentPropertyOutput) ToComponentPropertyOutput() ComponentPropertyOutput

func (ComponentPropertyOutput) ToComponentPropertyOutputWithContext added in v0.98.0

func (o ComponentPropertyOutput) ToComponentPropertyOutputWithContext(ctx context.Context) ComponentPropertyOutput

func (ComponentPropertyOutput) ToComponentPropertyPtrOutput added in v0.98.0

func (o ComponentPropertyOutput) ToComponentPropertyPtrOutput() ComponentPropertyPtrOutput

func (ComponentPropertyOutput) ToComponentPropertyPtrOutputWithContext added in v0.98.0

func (o ComponentPropertyOutput) ToComponentPropertyPtrOutputWithContext(ctx context.Context) ComponentPropertyPtrOutput

func (ComponentPropertyOutput) Type added in v0.98.0

func (ComponentPropertyOutput) UserAttribute added in v0.98.0

func (ComponentPropertyOutput) Value added in v0.98.0

type ComponentPropertyPtrInput added in v0.98.0

type ComponentPropertyPtrInput interface {
	pulumi.Input

	ToComponentPropertyPtrOutput() ComponentPropertyPtrOutput
	ToComponentPropertyPtrOutputWithContext(context.Context) ComponentPropertyPtrOutput
}

ComponentPropertyPtrInput is an input type that accepts ComponentPropertyArgs, ComponentPropertyPtr and ComponentPropertyPtrOutput values. You can construct a concrete instance of `ComponentPropertyPtrInput` via:

        ComponentPropertyArgs{...}

or:

        nil

func ComponentPropertyPtr added in v0.98.0

func ComponentPropertyPtr(v *ComponentPropertyArgs) ComponentPropertyPtrInput

type ComponentPropertyPtrOutput added in v0.98.0

type ComponentPropertyPtrOutput struct{ *pulumi.OutputState }

func (ComponentPropertyPtrOutput) BindingProperties added in v0.98.0

func (ComponentPropertyPtrOutput) Bindings added in v0.98.0

func (ComponentPropertyPtrOutput) CollectionBindingProperties added in v0.98.0

func (ComponentPropertyPtrOutput) ComponentName added in v0.98.0

func (ComponentPropertyPtrOutput) Concat added in v0.98.0

func (ComponentPropertyPtrOutput) Condition added in v0.98.0

func (ComponentPropertyPtrOutput) Configured added in v0.98.0

func (ComponentPropertyPtrOutput) DefaultValue added in v0.98.0

func (ComponentPropertyPtrOutput) Elem added in v0.98.0

func (ComponentPropertyPtrOutput) ElementType added in v0.98.0

func (ComponentPropertyPtrOutput) ElementType() reflect.Type

func (ComponentPropertyPtrOutput) Event added in v0.98.0

func (ComponentPropertyPtrOutput) ImportedValue added in v0.98.0

func (ComponentPropertyPtrOutput) Model added in v0.98.0

func (ComponentPropertyPtrOutput) Property added in v0.98.0

func (ComponentPropertyPtrOutput) ToComponentPropertyPtrOutput added in v0.98.0

func (o ComponentPropertyPtrOutput) ToComponentPropertyPtrOutput() ComponentPropertyPtrOutput

func (ComponentPropertyPtrOutput) ToComponentPropertyPtrOutputWithContext added in v0.98.0

func (o ComponentPropertyPtrOutput) ToComponentPropertyPtrOutputWithContext(ctx context.Context) ComponentPropertyPtrOutput

func (ComponentPropertyPtrOutput) Type added in v0.98.0

func (ComponentPropertyPtrOutput) UserAttribute added in v0.98.0

func (ComponentPropertyPtrOutput) Value added in v0.98.0

type ComponentSortDirection added in v0.98.0

type ComponentSortDirection string

func (ComponentSortDirection) ElementType added in v0.98.0

func (ComponentSortDirection) ElementType() reflect.Type

func (ComponentSortDirection) ToComponentSortDirectionOutput added in v0.98.0

func (e ComponentSortDirection) ToComponentSortDirectionOutput() ComponentSortDirectionOutput

func (ComponentSortDirection) ToComponentSortDirectionOutputWithContext added in v0.98.0

func (e ComponentSortDirection) ToComponentSortDirectionOutputWithContext(ctx context.Context) ComponentSortDirectionOutput

func (ComponentSortDirection) ToComponentSortDirectionPtrOutput added in v0.98.0

func (e ComponentSortDirection) ToComponentSortDirectionPtrOutput() ComponentSortDirectionPtrOutput

func (ComponentSortDirection) ToComponentSortDirectionPtrOutputWithContext added in v0.98.0

func (e ComponentSortDirection) ToComponentSortDirectionPtrOutputWithContext(ctx context.Context) ComponentSortDirectionPtrOutput

func (ComponentSortDirection) ToStringOutput added in v0.98.0

func (e ComponentSortDirection) ToStringOutput() pulumi.StringOutput

func (ComponentSortDirection) ToStringOutputWithContext added in v0.98.0

func (e ComponentSortDirection) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (ComponentSortDirection) ToStringPtrOutput added in v0.98.0

func (e ComponentSortDirection) ToStringPtrOutput() pulumi.StringPtrOutput

func (ComponentSortDirection) ToStringPtrOutputWithContext added in v0.98.0

func (e ComponentSortDirection) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type ComponentSortDirectionInput added in v0.98.0

type ComponentSortDirectionInput interface {
	pulumi.Input

	ToComponentSortDirectionOutput() ComponentSortDirectionOutput
	ToComponentSortDirectionOutputWithContext(context.Context) ComponentSortDirectionOutput
}

ComponentSortDirectionInput is an input type that accepts values of the ComponentSortDirection enum A concrete instance of `ComponentSortDirectionInput` can be one of the following:

ComponentSortDirectionAsc
ComponentSortDirectionDesc

type ComponentSortDirectionOutput added in v0.98.0

type ComponentSortDirectionOutput struct{ *pulumi.OutputState }

func (ComponentSortDirectionOutput) ElementType added in v0.98.0

func (ComponentSortDirectionOutput) ToComponentSortDirectionOutput added in v0.98.0

func (o ComponentSortDirectionOutput) ToComponentSortDirectionOutput() ComponentSortDirectionOutput

func (ComponentSortDirectionOutput) ToComponentSortDirectionOutputWithContext added in v0.98.0

func (o ComponentSortDirectionOutput) ToComponentSortDirectionOutputWithContext(ctx context.Context) ComponentSortDirectionOutput

func (ComponentSortDirectionOutput) ToComponentSortDirectionPtrOutput added in v0.98.0

func (o ComponentSortDirectionOutput) ToComponentSortDirectionPtrOutput() ComponentSortDirectionPtrOutput

func (ComponentSortDirectionOutput) ToComponentSortDirectionPtrOutputWithContext added in v0.98.0

func (o ComponentSortDirectionOutput) ToComponentSortDirectionPtrOutputWithContext(ctx context.Context) ComponentSortDirectionPtrOutput

func (ComponentSortDirectionOutput) ToStringOutput added in v0.98.0

func (ComponentSortDirectionOutput) ToStringOutputWithContext added in v0.98.0

func (o ComponentSortDirectionOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (ComponentSortDirectionOutput) ToStringPtrOutput added in v0.98.0

func (o ComponentSortDirectionOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (ComponentSortDirectionOutput) ToStringPtrOutputWithContext added in v0.98.0

func (o ComponentSortDirectionOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type ComponentSortDirectionPtrInput added in v0.98.0

type ComponentSortDirectionPtrInput interface {
	pulumi.Input

	ToComponentSortDirectionPtrOutput() ComponentSortDirectionPtrOutput
	ToComponentSortDirectionPtrOutputWithContext(context.Context) ComponentSortDirectionPtrOutput
}

func ComponentSortDirectionPtr added in v0.98.0

func ComponentSortDirectionPtr(v string) ComponentSortDirectionPtrInput

type ComponentSortDirectionPtrOutput added in v0.98.0

type ComponentSortDirectionPtrOutput struct{ *pulumi.OutputState }

func (ComponentSortDirectionPtrOutput) Elem added in v0.98.0

func (ComponentSortDirectionPtrOutput) ElementType added in v0.98.0

func (ComponentSortDirectionPtrOutput) ToComponentSortDirectionPtrOutput added in v0.98.0

func (o ComponentSortDirectionPtrOutput) ToComponentSortDirectionPtrOutput() ComponentSortDirectionPtrOutput

func (ComponentSortDirectionPtrOutput) ToComponentSortDirectionPtrOutputWithContext added in v0.98.0

func (o ComponentSortDirectionPtrOutput) ToComponentSortDirectionPtrOutputWithContext(ctx context.Context) ComponentSortDirectionPtrOutput

func (ComponentSortDirectionPtrOutput) ToStringPtrOutput added in v0.98.0

func (ComponentSortDirectionPtrOutput) ToStringPtrOutputWithContext added in v0.98.0

func (o ComponentSortDirectionPtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type ComponentSortProperty added in v0.98.0

type ComponentSortProperty struct {
	Direction ComponentSortDirection `pulumi:"direction"`
	Field     string                 `pulumi:"field"`
}

type ComponentSortPropertyArgs added in v0.98.0

type ComponentSortPropertyArgs struct {
	Direction ComponentSortDirectionInput `pulumi:"direction"`
	Field     pulumi.StringInput          `pulumi:"field"`
}

func (ComponentSortPropertyArgs) ElementType added in v0.98.0

func (ComponentSortPropertyArgs) ElementType() reflect.Type

func (ComponentSortPropertyArgs) ToComponentSortPropertyOutput added in v0.98.0

func (i ComponentSortPropertyArgs) ToComponentSortPropertyOutput() ComponentSortPropertyOutput

func (ComponentSortPropertyArgs) ToComponentSortPropertyOutputWithContext added in v0.98.0

func (i ComponentSortPropertyArgs) ToComponentSortPropertyOutputWithContext(ctx context.Context) ComponentSortPropertyOutput

type ComponentSortPropertyArray added in v0.98.0

type ComponentSortPropertyArray []ComponentSortPropertyInput

func (ComponentSortPropertyArray) ElementType added in v0.98.0

func (ComponentSortPropertyArray) ElementType() reflect.Type

func (ComponentSortPropertyArray) ToComponentSortPropertyArrayOutput added in v0.98.0

func (i ComponentSortPropertyArray) ToComponentSortPropertyArrayOutput() ComponentSortPropertyArrayOutput

func (ComponentSortPropertyArray) ToComponentSortPropertyArrayOutputWithContext added in v0.98.0

func (i ComponentSortPropertyArray) ToComponentSortPropertyArrayOutputWithContext(ctx context.Context) ComponentSortPropertyArrayOutput

type ComponentSortPropertyArrayInput added in v0.98.0

type ComponentSortPropertyArrayInput interface {
	pulumi.Input

	ToComponentSortPropertyArrayOutput() ComponentSortPropertyArrayOutput
	ToComponentSortPropertyArrayOutputWithContext(context.Context) ComponentSortPropertyArrayOutput
}

ComponentSortPropertyArrayInput is an input type that accepts ComponentSortPropertyArray and ComponentSortPropertyArrayOutput values. You can construct a concrete instance of `ComponentSortPropertyArrayInput` via:

ComponentSortPropertyArray{ ComponentSortPropertyArgs{...} }

type ComponentSortPropertyArrayOutput added in v0.98.0

type ComponentSortPropertyArrayOutput struct{ *pulumi.OutputState }

func (ComponentSortPropertyArrayOutput) ElementType added in v0.98.0

func (ComponentSortPropertyArrayOutput) Index added in v0.98.0

func (ComponentSortPropertyArrayOutput) ToComponentSortPropertyArrayOutput added in v0.98.0

func (o ComponentSortPropertyArrayOutput) ToComponentSortPropertyArrayOutput() ComponentSortPropertyArrayOutput

func (ComponentSortPropertyArrayOutput) ToComponentSortPropertyArrayOutputWithContext added in v0.98.0

func (o ComponentSortPropertyArrayOutput) ToComponentSortPropertyArrayOutputWithContext(ctx context.Context) ComponentSortPropertyArrayOutput

type ComponentSortPropertyInput added in v0.98.0

type ComponentSortPropertyInput interface {
	pulumi.Input

	ToComponentSortPropertyOutput() ComponentSortPropertyOutput
	ToComponentSortPropertyOutputWithContext(context.Context) ComponentSortPropertyOutput
}

ComponentSortPropertyInput is an input type that accepts ComponentSortPropertyArgs and ComponentSortPropertyOutput values. You can construct a concrete instance of `ComponentSortPropertyInput` via:

ComponentSortPropertyArgs{...}

type ComponentSortPropertyOutput added in v0.98.0

type ComponentSortPropertyOutput struct{ *pulumi.OutputState }

func (ComponentSortPropertyOutput) Direction added in v0.98.0

func (ComponentSortPropertyOutput) ElementType added in v0.98.0

func (ComponentSortPropertyOutput) Field added in v0.98.0

func (ComponentSortPropertyOutput) ToComponentSortPropertyOutput added in v0.98.0

func (o ComponentSortPropertyOutput) ToComponentSortPropertyOutput() ComponentSortPropertyOutput

func (ComponentSortPropertyOutput) ToComponentSortPropertyOutputWithContext added in v0.98.0

func (o ComponentSortPropertyOutput) ToComponentSortPropertyOutputWithContext(ctx context.Context) ComponentSortPropertyOutput

type ComponentState

type ComponentState struct {
}

func (ComponentState) ElementType

func (ComponentState) ElementType() reflect.Type

type ComponentVariant

type ComponentVariant struct {
	Overrides     map[string]interface{} `pulumi:"overrides"`
	VariantValues map[string]string      `pulumi:"variantValues"`
}

type ComponentVariantArgs

type ComponentVariantArgs struct {
	Overrides     pulumi.MapInput       `pulumi:"overrides"`
	VariantValues pulumi.StringMapInput `pulumi:"variantValues"`
}

func (ComponentVariantArgs) ElementType

func (ComponentVariantArgs) ElementType() reflect.Type

func (ComponentVariantArgs) ToComponentVariantOutput

func (i ComponentVariantArgs) ToComponentVariantOutput() ComponentVariantOutput

func (ComponentVariantArgs) ToComponentVariantOutputWithContext

func (i ComponentVariantArgs) ToComponentVariantOutputWithContext(ctx context.Context) ComponentVariantOutput

type ComponentVariantArray

type ComponentVariantArray []ComponentVariantInput

func (ComponentVariantArray) ElementType

func (ComponentVariantArray) ElementType() reflect.Type

func (ComponentVariantArray) ToComponentVariantArrayOutput

func (i ComponentVariantArray) ToComponentVariantArrayOutput() ComponentVariantArrayOutput

func (ComponentVariantArray) ToComponentVariantArrayOutputWithContext

func (i ComponentVariantArray) ToComponentVariantArrayOutputWithContext(ctx context.Context) ComponentVariantArrayOutput

type ComponentVariantArrayInput

type ComponentVariantArrayInput interface {
	pulumi.Input

	ToComponentVariantArrayOutput() ComponentVariantArrayOutput
	ToComponentVariantArrayOutputWithContext(context.Context) ComponentVariantArrayOutput
}

ComponentVariantArrayInput is an input type that accepts ComponentVariantArray and ComponentVariantArrayOutput values. You can construct a concrete instance of `ComponentVariantArrayInput` via:

ComponentVariantArray{ ComponentVariantArgs{...} }

type ComponentVariantArrayOutput

type ComponentVariantArrayOutput struct{ *pulumi.OutputState }

func (ComponentVariantArrayOutput) ElementType

func (ComponentVariantArrayOutput) Index

func (ComponentVariantArrayOutput) ToComponentVariantArrayOutput

func (o ComponentVariantArrayOutput) ToComponentVariantArrayOutput() ComponentVariantArrayOutput

func (ComponentVariantArrayOutput) ToComponentVariantArrayOutputWithContext

func (o ComponentVariantArrayOutput) ToComponentVariantArrayOutputWithContext(ctx context.Context) ComponentVariantArrayOutput

type ComponentVariantInput

type ComponentVariantInput interface {
	pulumi.Input

	ToComponentVariantOutput() ComponentVariantOutput
	ToComponentVariantOutputWithContext(context.Context) ComponentVariantOutput
}

ComponentVariantInput is an input type that accepts ComponentVariantArgs and ComponentVariantOutput values. You can construct a concrete instance of `ComponentVariantInput` via:

ComponentVariantArgs{...}

type ComponentVariantOutput

type ComponentVariantOutput struct{ *pulumi.OutputState }

func (ComponentVariantOutput) ElementType

func (ComponentVariantOutput) ElementType() reflect.Type

func (ComponentVariantOutput) Overrides

func (o ComponentVariantOutput) Overrides() pulumi.MapOutput

func (ComponentVariantOutput) ToComponentVariantOutput

func (o ComponentVariantOutput) ToComponentVariantOutput() ComponentVariantOutput

func (ComponentVariantOutput) ToComponentVariantOutputWithContext

func (o ComponentVariantOutput) ToComponentVariantOutputWithContext(ctx context.Context) ComponentVariantOutput

func (ComponentVariantOutput) VariantValues

func (o ComponentVariantOutput) VariantValues() pulumi.StringMapOutput

type Form added in v0.41.0

type Form struct {
	pulumi.CustomResourceState

	AppId             pulumi.StringPtrOutput        `pulumi:"appId"`
	AwsId             pulumi.StringOutput           `pulumi:"awsId"`
	Cta               FormCtaPtrOutput              `pulumi:"cta"`
	DataType          FormDataTypeConfigPtrOutput   `pulumi:"dataType"`
	EnvironmentName   pulumi.StringPtrOutput        `pulumi:"environmentName"`
	Fields            FormFieldConfigMapOutput      `pulumi:"fields"`
	FormActionType    FormActionTypePtrOutput       `pulumi:"formActionType"`
	LabelDecorator    FormLabelDecoratorPtrOutput   `pulumi:"labelDecorator"`
	Name              pulumi.StringPtrOutput        `pulumi:"name"`
	SchemaVersion     pulumi.StringPtrOutput        `pulumi:"schemaVersion"`
	SectionalElements FormSectionalElementMapOutput `pulumi:"sectionalElements"`
	Style             FormStylePtrOutput            `pulumi:"style"`
	Tags              pulumi.StringMapOutput        `pulumi:"tags"`
}

Definition of AWS::AmplifyUIBuilder::Form Resource Type

func GetForm added in v0.41.0

func GetForm(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *FormState, opts ...pulumi.ResourceOption) (*Form, error)

GetForm gets an existing Form resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewForm added in v0.41.0

func NewForm(ctx *pulumi.Context,
	name string, args *FormArgs, opts ...pulumi.ResourceOption) (*Form, error)

NewForm registers a new resource with the given unique name, arguments, and options.

func (*Form) ElementType added in v0.41.0

func (*Form) ElementType() reflect.Type

func (*Form) ToFormOutput added in v0.41.0

func (i *Form) ToFormOutput() FormOutput

func (*Form) ToFormOutputWithContext added in v0.41.0

func (i *Form) ToFormOutputWithContext(ctx context.Context) FormOutput

type FormActionType added in v0.41.0

type FormActionType string

func (FormActionType) ElementType added in v0.41.0

func (FormActionType) ElementType() reflect.Type

func (FormActionType) ToFormActionTypeOutput added in v0.41.0

func (e FormActionType) ToFormActionTypeOutput() FormActionTypeOutput

func (FormActionType) ToFormActionTypeOutputWithContext added in v0.41.0

func (e FormActionType) ToFormActionTypeOutputWithContext(ctx context.Context) FormActionTypeOutput

func (FormActionType) ToFormActionTypePtrOutput added in v0.41.0

func (e FormActionType) ToFormActionTypePtrOutput() FormActionTypePtrOutput

func (FormActionType) ToFormActionTypePtrOutputWithContext added in v0.41.0

func (e FormActionType) ToFormActionTypePtrOutputWithContext(ctx context.Context) FormActionTypePtrOutput

func (FormActionType) ToStringOutput added in v0.41.0

func (e FormActionType) ToStringOutput() pulumi.StringOutput

func (FormActionType) ToStringOutputWithContext added in v0.41.0

func (e FormActionType) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (FormActionType) ToStringPtrOutput added in v0.41.0

func (e FormActionType) ToStringPtrOutput() pulumi.StringPtrOutput

func (FormActionType) ToStringPtrOutputWithContext added in v0.41.0

func (e FormActionType) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type FormActionTypeInput added in v0.41.0

type FormActionTypeInput interface {
	pulumi.Input

	ToFormActionTypeOutput() FormActionTypeOutput
	ToFormActionTypeOutputWithContext(context.Context) FormActionTypeOutput
}

FormActionTypeInput is an input type that accepts values of the FormActionType enum A concrete instance of `FormActionTypeInput` can be one of the following:

FormActionTypeCreate
FormActionTypeUpdate

type FormActionTypeOutput added in v0.41.0

type FormActionTypeOutput struct{ *pulumi.OutputState }

func (FormActionTypeOutput) ElementType added in v0.41.0

func (FormActionTypeOutput) ElementType() reflect.Type

func (FormActionTypeOutput) ToFormActionTypeOutput added in v0.41.0

func (o FormActionTypeOutput) ToFormActionTypeOutput() FormActionTypeOutput

func (FormActionTypeOutput) ToFormActionTypeOutputWithContext added in v0.41.0

func (o FormActionTypeOutput) ToFormActionTypeOutputWithContext(ctx context.Context) FormActionTypeOutput

func (FormActionTypeOutput) ToFormActionTypePtrOutput added in v0.41.0

func (o FormActionTypeOutput) ToFormActionTypePtrOutput() FormActionTypePtrOutput

func (FormActionTypeOutput) ToFormActionTypePtrOutputWithContext added in v0.41.0

func (o FormActionTypeOutput) ToFormActionTypePtrOutputWithContext(ctx context.Context) FormActionTypePtrOutput

func (FormActionTypeOutput) ToStringOutput added in v0.41.0

func (o FormActionTypeOutput) ToStringOutput() pulumi.StringOutput

func (FormActionTypeOutput) ToStringOutputWithContext added in v0.41.0

func (o FormActionTypeOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (FormActionTypeOutput) ToStringPtrOutput added in v0.41.0

func (o FormActionTypeOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (FormActionTypeOutput) ToStringPtrOutputWithContext added in v0.41.0

func (o FormActionTypeOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type FormActionTypePtrInput added in v0.41.0

type FormActionTypePtrInput interface {
	pulumi.Input

	ToFormActionTypePtrOutput() FormActionTypePtrOutput
	ToFormActionTypePtrOutputWithContext(context.Context) FormActionTypePtrOutput
}

func FormActionTypePtr added in v0.41.0

func FormActionTypePtr(v string) FormActionTypePtrInput

type FormActionTypePtrOutput added in v0.41.0

type FormActionTypePtrOutput struct{ *pulumi.OutputState }

func (FormActionTypePtrOutput) Elem added in v0.41.0

func (FormActionTypePtrOutput) ElementType added in v0.41.0

func (FormActionTypePtrOutput) ElementType() reflect.Type

func (FormActionTypePtrOutput) ToFormActionTypePtrOutput added in v0.41.0

func (o FormActionTypePtrOutput) ToFormActionTypePtrOutput() FormActionTypePtrOutput

func (FormActionTypePtrOutput) ToFormActionTypePtrOutputWithContext added in v0.41.0

func (o FormActionTypePtrOutput) ToFormActionTypePtrOutputWithContext(ctx context.Context) FormActionTypePtrOutput

func (FormActionTypePtrOutput) ToStringPtrOutput added in v0.41.0

func (o FormActionTypePtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (FormActionTypePtrOutput) ToStringPtrOutputWithContext added in v0.41.0

func (o FormActionTypePtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type FormArgs added in v0.41.0

The set of arguments for constructing a Form resource.

func (FormArgs) ElementType added in v0.41.0

func (FormArgs) ElementType() reflect.Type

type FormButton added in v0.41.0

type FormButton struct {
	Children *string     `pulumi:"children"`
	Excluded *bool       `pulumi:"excluded"`
	Position interface{} `pulumi:"position"`
}

type FormButtonArgs added in v0.41.0

type FormButtonArgs struct {
	Children pulumi.StringPtrInput `pulumi:"children"`
	Excluded pulumi.BoolPtrInput   `pulumi:"excluded"`
	Position pulumi.Input          `pulumi:"position"`
}

func (FormButtonArgs) ElementType added in v0.41.0

func (FormButtonArgs) ElementType() reflect.Type

func (FormButtonArgs) ToFormButtonOutput added in v0.41.0

func (i FormButtonArgs) ToFormButtonOutput() FormButtonOutput

func (FormButtonArgs) ToFormButtonOutputWithContext added in v0.41.0

func (i FormButtonArgs) ToFormButtonOutputWithContext(ctx context.Context) FormButtonOutput

func (FormButtonArgs) ToFormButtonPtrOutput added in v0.41.0

func (i FormButtonArgs) ToFormButtonPtrOutput() FormButtonPtrOutput

func (FormButtonArgs) ToFormButtonPtrOutputWithContext added in v0.41.0

func (i FormButtonArgs) ToFormButtonPtrOutputWithContext(ctx context.Context) FormButtonPtrOutput

type FormButtonInput added in v0.41.0

type FormButtonInput interface {
	pulumi.Input

	ToFormButtonOutput() FormButtonOutput
	ToFormButtonOutputWithContext(context.Context) FormButtonOutput
}

FormButtonInput is an input type that accepts FormButtonArgs and FormButtonOutput values. You can construct a concrete instance of `FormButtonInput` via:

FormButtonArgs{...}

type FormButtonOutput added in v0.41.0

type FormButtonOutput struct{ *pulumi.OutputState }

func (FormButtonOutput) Children added in v0.41.0

func (FormButtonOutput) ElementType added in v0.41.0

func (FormButtonOutput) ElementType() reflect.Type

func (FormButtonOutput) Excluded added in v0.41.0

func (o FormButtonOutput) Excluded() pulumi.BoolPtrOutput

func (FormButtonOutput) Position added in v0.41.0

func (o FormButtonOutput) Position() pulumi.AnyOutput

func (FormButtonOutput) ToFormButtonOutput added in v0.41.0

func (o FormButtonOutput) ToFormButtonOutput() FormButtonOutput

func (FormButtonOutput) ToFormButtonOutputWithContext added in v0.41.0

func (o FormButtonOutput) ToFormButtonOutputWithContext(ctx context.Context) FormButtonOutput

func (FormButtonOutput) ToFormButtonPtrOutput added in v0.41.0

func (o FormButtonOutput) ToFormButtonPtrOutput() FormButtonPtrOutput

func (FormButtonOutput) ToFormButtonPtrOutputWithContext added in v0.41.0

func (o FormButtonOutput) ToFormButtonPtrOutputWithContext(ctx context.Context) FormButtonPtrOutput

type FormButtonPtrInput added in v0.41.0

type FormButtonPtrInput interface {
	pulumi.Input

	ToFormButtonPtrOutput() FormButtonPtrOutput
	ToFormButtonPtrOutputWithContext(context.Context) FormButtonPtrOutput
}

FormButtonPtrInput is an input type that accepts FormButtonArgs, FormButtonPtr and FormButtonPtrOutput values. You can construct a concrete instance of `FormButtonPtrInput` via:

        FormButtonArgs{...}

or:

        nil

func FormButtonPtr added in v0.41.0

func FormButtonPtr(v *FormButtonArgs) FormButtonPtrInput

type FormButtonPtrOutput added in v0.41.0

type FormButtonPtrOutput struct{ *pulumi.OutputState }

func (FormButtonPtrOutput) Children added in v0.41.0

func (FormButtonPtrOutput) Elem added in v0.41.0

func (FormButtonPtrOutput) ElementType added in v0.41.0

func (FormButtonPtrOutput) ElementType() reflect.Type

func (FormButtonPtrOutput) Excluded added in v0.41.0

func (FormButtonPtrOutput) Position added in v0.41.0

func (o FormButtonPtrOutput) Position() pulumi.AnyOutput

func (FormButtonPtrOutput) ToFormButtonPtrOutput added in v0.41.0

func (o FormButtonPtrOutput) ToFormButtonPtrOutput() FormButtonPtrOutput

func (FormButtonPtrOutput) ToFormButtonPtrOutputWithContext added in v0.41.0

func (o FormButtonPtrOutput) ToFormButtonPtrOutputWithContext(ctx context.Context) FormButtonPtrOutput

type FormButtonsPosition added in v0.41.0

type FormButtonsPosition string

func (FormButtonsPosition) ElementType added in v0.41.0

func (FormButtonsPosition) ElementType() reflect.Type

func (FormButtonsPosition) ToFormButtonsPositionOutput added in v0.41.0

func (e FormButtonsPosition) ToFormButtonsPositionOutput() FormButtonsPositionOutput

func (FormButtonsPosition) ToFormButtonsPositionOutputWithContext added in v0.41.0

func (e FormButtonsPosition) ToFormButtonsPositionOutputWithContext(ctx context.Context) FormButtonsPositionOutput

func (FormButtonsPosition) ToFormButtonsPositionPtrOutput added in v0.41.0

func (e FormButtonsPosition) ToFormButtonsPositionPtrOutput() FormButtonsPositionPtrOutput

func (FormButtonsPosition) ToFormButtonsPositionPtrOutputWithContext added in v0.41.0

func (e FormButtonsPosition) ToFormButtonsPositionPtrOutputWithContext(ctx context.Context) FormButtonsPositionPtrOutput

func (FormButtonsPosition) ToStringOutput added in v0.41.0

func (e FormButtonsPosition) ToStringOutput() pulumi.StringOutput

func (FormButtonsPosition) ToStringOutputWithContext added in v0.41.0

func (e FormButtonsPosition) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (FormButtonsPosition) ToStringPtrOutput added in v0.41.0

func (e FormButtonsPosition) ToStringPtrOutput() pulumi.StringPtrOutput

func (FormButtonsPosition) ToStringPtrOutputWithContext added in v0.41.0

func (e FormButtonsPosition) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type FormButtonsPositionInput added in v0.41.0

type FormButtonsPositionInput interface {
	pulumi.Input

	ToFormButtonsPositionOutput() FormButtonsPositionOutput
	ToFormButtonsPositionOutputWithContext(context.Context) FormButtonsPositionOutput
}

FormButtonsPositionInput is an input type that accepts values of the FormButtonsPosition enum A concrete instance of `FormButtonsPositionInput` can be one of the following:

FormButtonsPositionTop
FormButtonsPositionBottom
FormButtonsPositionTopAndBottom

type FormButtonsPositionOutput added in v0.41.0

type FormButtonsPositionOutput struct{ *pulumi.OutputState }

func (FormButtonsPositionOutput) ElementType added in v0.41.0

func (FormButtonsPositionOutput) ElementType() reflect.Type

func (FormButtonsPositionOutput) ToFormButtonsPositionOutput added in v0.41.0

func (o FormButtonsPositionOutput) ToFormButtonsPositionOutput() FormButtonsPositionOutput

func (FormButtonsPositionOutput) ToFormButtonsPositionOutputWithContext added in v0.41.0

func (o FormButtonsPositionOutput) ToFormButtonsPositionOutputWithContext(ctx context.Context) FormButtonsPositionOutput

func (FormButtonsPositionOutput) ToFormButtonsPositionPtrOutput added in v0.41.0

func (o FormButtonsPositionOutput) ToFormButtonsPositionPtrOutput() FormButtonsPositionPtrOutput

func (FormButtonsPositionOutput) ToFormButtonsPositionPtrOutputWithContext added in v0.41.0

func (o FormButtonsPositionOutput) ToFormButtonsPositionPtrOutputWithContext(ctx context.Context) FormButtonsPositionPtrOutput

func (FormButtonsPositionOutput) ToStringOutput added in v0.41.0

func (o FormButtonsPositionOutput) ToStringOutput() pulumi.StringOutput

func (FormButtonsPositionOutput) ToStringOutputWithContext added in v0.41.0

func (o FormButtonsPositionOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (FormButtonsPositionOutput) ToStringPtrOutput added in v0.41.0

func (o FormButtonsPositionOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (FormButtonsPositionOutput) ToStringPtrOutputWithContext added in v0.41.0

func (o FormButtonsPositionOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type FormButtonsPositionPtrInput added in v0.41.0

type FormButtonsPositionPtrInput interface {
	pulumi.Input

	ToFormButtonsPositionPtrOutput() FormButtonsPositionPtrOutput
	ToFormButtonsPositionPtrOutputWithContext(context.Context) FormButtonsPositionPtrOutput
}

func FormButtonsPositionPtr added in v0.41.0

func FormButtonsPositionPtr(v string) FormButtonsPositionPtrInput

type FormButtonsPositionPtrOutput added in v0.41.0

type FormButtonsPositionPtrOutput struct{ *pulumi.OutputState }

func (FormButtonsPositionPtrOutput) Elem added in v0.41.0

func (FormButtonsPositionPtrOutput) ElementType added in v0.41.0

func (FormButtonsPositionPtrOutput) ToFormButtonsPositionPtrOutput added in v0.41.0

func (o FormButtonsPositionPtrOutput) ToFormButtonsPositionPtrOutput() FormButtonsPositionPtrOutput

func (FormButtonsPositionPtrOutput) ToFormButtonsPositionPtrOutputWithContext added in v0.41.0

func (o FormButtonsPositionPtrOutput) ToFormButtonsPositionPtrOutputWithContext(ctx context.Context) FormButtonsPositionPtrOutput

func (FormButtonsPositionPtrOutput) ToStringPtrOutput added in v0.41.0

func (o FormButtonsPositionPtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (FormButtonsPositionPtrOutput) ToStringPtrOutputWithContext added in v0.41.0

func (o FormButtonsPositionPtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type FormCta added in v0.72.0

type FormCta struct {
	Cancel   *FormButton          `pulumi:"cancel"`
	Clear    *FormButton          `pulumi:"clear"`
	Position *FormButtonsPosition `pulumi:"position"`
	Submit   *FormButton          `pulumi:"submit"`
}

type FormCtaArgs added in v0.72.0

type FormCtaArgs struct {
	Cancel   FormButtonPtrInput          `pulumi:"cancel"`
	Clear    FormButtonPtrInput          `pulumi:"clear"`
	Position FormButtonsPositionPtrInput `pulumi:"position"`
	Submit   FormButtonPtrInput          `pulumi:"submit"`
}

func (FormCtaArgs) ElementType added in v0.72.0

func (FormCtaArgs) ElementType() reflect.Type

func (FormCtaArgs) ToFormCtaOutput added in v0.72.0

func (i FormCtaArgs) ToFormCtaOutput() FormCtaOutput

func (FormCtaArgs) ToFormCtaOutputWithContext added in v0.72.0

func (i FormCtaArgs) ToFormCtaOutputWithContext(ctx context.Context) FormCtaOutput

func (FormCtaArgs) ToFormCtaPtrOutput added in v0.72.0

func (i FormCtaArgs) ToFormCtaPtrOutput() FormCtaPtrOutput

func (FormCtaArgs) ToFormCtaPtrOutputWithContext added in v0.72.0

func (i FormCtaArgs) ToFormCtaPtrOutputWithContext(ctx context.Context) FormCtaPtrOutput

type FormCtaInput added in v0.72.0

type FormCtaInput interface {
	pulumi.Input

	ToFormCtaOutput() FormCtaOutput
	ToFormCtaOutputWithContext(context.Context) FormCtaOutput
}

FormCtaInput is an input type that accepts FormCtaArgs and FormCtaOutput values. You can construct a concrete instance of `FormCtaInput` via:

FormCtaArgs{...}

type FormCtaOutput added in v0.72.0

type FormCtaOutput struct{ *pulumi.OutputState }

func (FormCtaOutput) Cancel added in v0.72.0

func (FormCtaOutput) Clear added in v0.72.0

func (FormCtaOutput) ElementType added in v0.72.0

func (FormCtaOutput) ElementType() reflect.Type

func (FormCtaOutput) Position added in v0.72.0

func (FormCtaOutput) Submit added in v0.72.0

func (FormCtaOutput) ToFormCtaOutput added in v0.72.0

func (o FormCtaOutput) ToFormCtaOutput() FormCtaOutput

func (FormCtaOutput) ToFormCtaOutputWithContext added in v0.72.0

func (o FormCtaOutput) ToFormCtaOutputWithContext(ctx context.Context) FormCtaOutput

func (FormCtaOutput) ToFormCtaPtrOutput added in v0.72.0

func (o FormCtaOutput) ToFormCtaPtrOutput() FormCtaPtrOutput

func (FormCtaOutput) ToFormCtaPtrOutputWithContext added in v0.72.0

func (o FormCtaOutput) ToFormCtaPtrOutputWithContext(ctx context.Context) FormCtaPtrOutput

type FormCtaPtrInput added in v0.72.0

type FormCtaPtrInput interface {
	pulumi.Input

	ToFormCtaPtrOutput() FormCtaPtrOutput
	ToFormCtaPtrOutputWithContext(context.Context) FormCtaPtrOutput
}

FormCtaPtrInput is an input type that accepts FormCtaArgs, FormCtaPtr and FormCtaPtrOutput values. You can construct a concrete instance of `FormCtaPtrInput` via:

        FormCtaArgs{...}

or:

        nil

func FormCtaPtr added in v0.72.0

func FormCtaPtr(v *FormCtaArgs) FormCtaPtrInput

type FormCtaPtrOutput added in v0.72.0

type FormCtaPtrOutput struct{ *pulumi.OutputState }

func (FormCtaPtrOutput) Cancel added in v0.72.0

func (FormCtaPtrOutput) Clear added in v0.72.0

func (FormCtaPtrOutput) Elem added in v0.72.0

func (FormCtaPtrOutput) ElementType added in v0.72.0

func (FormCtaPtrOutput) ElementType() reflect.Type

func (FormCtaPtrOutput) Position added in v0.72.0

func (FormCtaPtrOutput) Submit added in v0.72.0

func (FormCtaPtrOutput) ToFormCtaPtrOutput added in v0.72.0

func (o FormCtaPtrOutput) ToFormCtaPtrOutput() FormCtaPtrOutput

func (FormCtaPtrOutput) ToFormCtaPtrOutputWithContext added in v0.72.0

func (o FormCtaPtrOutput) ToFormCtaPtrOutputWithContext(ctx context.Context) FormCtaPtrOutput

type FormDataSourceType added in v0.41.0

type FormDataSourceType string

func (FormDataSourceType) ElementType added in v0.41.0

func (FormDataSourceType) ElementType() reflect.Type

func (FormDataSourceType) ToFormDataSourceTypeOutput added in v0.41.0

func (e FormDataSourceType) ToFormDataSourceTypeOutput() FormDataSourceTypeOutput

func (FormDataSourceType) ToFormDataSourceTypeOutputWithContext added in v0.41.0

func (e FormDataSourceType) ToFormDataSourceTypeOutputWithContext(ctx context.Context) FormDataSourceTypeOutput

func (FormDataSourceType) ToFormDataSourceTypePtrOutput added in v0.41.0

func (e FormDataSourceType) ToFormDataSourceTypePtrOutput() FormDataSourceTypePtrOutput

func (FormDataSourceType) ToFormDataSourceTypePtrOutputWithContext added in v0.41.0

func (e FormDataSourceType) ToFormDataSourceTypePtrOutputWithContext(ctx context.Context) FormDataSourceTypePtrOutput

func (FormDataSourceType) ToStringOutput added in v0.41.0

func (e FormDataSourceType) ToStringOutput() pulumi.StringOutput

func (FormDataSourceType) ToStringOutputWithContext added in v0.41.0

func (e FormDataSourceType) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (FormDataSourceType) ToStringPtrOutput added in v0.41.0

func (e FormDataSourceType) ToStringPtrOutput() pulumi.StringPtrOutput

func (FormDataSourceType) ToStringPtrOutputWithContext added in v0.41.0

func (e FormDataSourceType) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type FormDataSourceTypeInput added in v0.41.0

type FormDataSourceTypeInput interface {
	pulumi.Input

	ToFormDataSourceTypeOutput() FormDataSourceTypeOutput
	ToFormDataSourceTypeOutputWithContext(context.Context) FormDataSourceTypeOutput
}

FormDataSourceTypeInput is an input type that accepts values of the FormDataSourceType enum A concrete instance of `FormDataSourceTypeInput` can be one of the following:

FormDataSourceTypeDataStore
FormDataSourceTypeCustom

type FormDataSourceTypeOutput added in v0.41.0

type FormDataSourceTypeOutput struct{ *pulumi.OutputState }

func (FormDataSourceTypeOutput) ElementType added in v0.41.0

func (FormDataSourceTypeOutput) ElementType() reflect.Type

func (FormDataSourceTypeOutput) ToFormDataSourceTypeOutput added in v0.41.0

func (o FormDataSourceTypeOutput) ToFormDataSourceTypeOutput() FormDataSourceTypeOutput

func (FormDataSourceTypeOutput) ToFormDataSourceTypeOutputWithContext added in v0.41.0

func (o FormDataSourceTypeOutput) ToFormDataSourceTypeOutputWithContext(ctx context.Context) FormDataSourceTypeOutput

func (FormDataSourceTypeOutput) ToFormDataSourceTypePtrOutput added in v0.41.0

func (o FormDataSourceTypeOutput) ToFormDataSourceTypePtrOutput() FormDataSourceTypePtrOutput

func (FormDataSourceTypeOutput) ToFormDataSourceTypePtrOutputWithContext added in v0.41.0

func (o FormDataSourceTypeOutput) ToFormDataSourceTypePtrOutputWithContext(ctx context.Context) FormDataSourceTypePtrOutput

func (FormDataSourceTypeOutput) ToStringOutput added in v0.41.0

func (o FormDataSourceTypeOutput) ToStringOutput() pulumi.StringOutput

func (FormDataSourceTypeOutput) ToStringOutputWithContext added in v0.41.0

func (o FormDataSourceTypeOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (FormDataSourceTypeOutput) ToStringPtrOutput added in v0.41.0

func (o FormDataSourceTypeOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (FormDataSourceTypeOutput) ToStringPtrOutputWithContext added in v0.41.0

func (o FormDataSourceTypeOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type FormDataSourceTypePtrInput added in v0.41.0

type FormDataSourceTypePtrInput interface {
	pulumi.Input

	ToFormDataSourceTypePtrOutput() FormDataSourceTypePtrOutput
	ToFormDataSourceTypePtrOutputWithContext(context.Context) FormDataSourceTypePtrOutput
}

func FormDataSourceTypePtr added in v0.41.0

func FormDataSourceTypePtr(v string) FormDataSourceTypePtrInput

type FormDataSourceTypePtrOutput added in v0.41.0

type FormDataSourceTypePtrOutput struct{ *pulumi.OutputState }

func (FormDataSourceTypePtrOutput) Elem added in v0.41.0

func (FormDataSourceTypePtrOutput) ElementType added in v0.41.0

func (FormDataSourceTypePtrOutput) ToFormDataSourceTypePtrOutput added in v0.41.0

func (o FormDataSourceTypePtrOutput) ToFormDataSourceTypePtrOutput() FormDataSourceTypePtrOutput

func (FormDataSourceTypePtrOutput) ToFormDataSourceTypePtrOutputWithContext added in v0.41.0

func (o FormDataSourceTypePtrOutput) ToFormDataSourceTypePtrOutputWithContext(ctx context.Context) FormDataSourceTypePtrOutput

func (FormDataSourceTypePtrOutput) ToStringPtrOutput added in v0.41.0

func (o FormDataSourceTypePtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (FormDataSourceTypePtrOutput) ToStringPtrOutputWithContext added in v0.41.0

func (o FormDataSourceTypePtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type FormDataTypeConfig added in v0.41.0

type FormDataTypeConfig struct {
	DataSourceType FormDataSourceType `pulumi:"dataSourceType"`
	DataTypeName   string             `pulumi:"dataTypeName"`
}

type FormDataTypeConfigArgs added in v0.41.0

type FormDataTypeConfigArgs struct {
	DataSourceType FormDataSourceTypeInput `pulumi:"dataSourceType"`
	DataTypeName   pulumi.StringInput      `pulumi:"dataTypeName"`
}

func (FormDataTypeConfigArgs) ElementType added in v0.41.0

func (FormDataTypeConfigArgs) ElementType() reflect.Type

func (FormDataTypeConfigArgs) ToFormDataTypeConfigOutput added in v0.41.0

func (i FormDataTypeConfigArgs) ToFormDataTypeConfigOutput() FormDataTypeConfigOutput

func (FormDataTypeConfigArgs) ToFormDataTypeConfigOutputWithContext added in v0.41.0

func (i FormDataTypeConfigArgs) ToFormDataTypeConfigOutputWithContext(ctx context.Context) FormDataTypeConfigOutput

func (FormDataTypeConfigArgs) ToFormDataTypeConfigPtrOutput added in v0.96.0

func (i FormDataTypeConfigArgs) ToFormDataTypeConfigPtrOutput() FormDataTypeConfigPtrOutput

func (FormDataTypeConfigArgs) ToFormDataTypeConfigPtrOutputWithContext added in v0.96.0

func (i FormDataTypeConfigArgs) ToFormDataTypeConfigPtrOutputWithContext(ctx context.Context) FormDataTypeConfigPtrOutput

type FormDataTypeConfigInput added in v0.41.0

type FormDataTypeConfigInput interface {
	pulumi.Input

	ToFormDataTypeConfigOutput() FormDataTypeConfigOutput
	ToFormDataTypeConfigOutputWithContext(context.Context) FormDataTypeConfigOutput
}

FormDataTypeConfigInput is an input type that accepts FormDataTypeConfigArgs and FormDataTypeConfigOutput values. You can construct a concrete instance of `FormDataTypeConfigInput` via:

FormDataTypeConfigArgs{...}

type FormDataTypeConfigOutput added in v0.41.0

type FormDataTypeConfigOutput struct{ *pulumi.OutputState }

func (FormDataTypeConfigOutput) DataSourceType added in v0.41.0

func (FormDataTypeConfigOutput) DataTypeName added in v0.41.0

func (o FormDataTypeConfigOutput) DataTypeName() pulumi.StringOutput

func (FormDataTypeConfigOutput) ElementType added in v0.41.0

func (FormDataTypeConfigOutput) ElementType() reflect.Type

func (FormDataTypeConfigOutput) ToFormDataTypeConfigOutput added in v0.41.0

func (o FormDataTypeConfigOutput) ToFormDataTypeConfigOutput() FormDataTypeConfigOutput

func (FormDataTypeConfigOutput) ToFormDataTypeConfigOutputWithContext added in v0.41.0

func (o FormDataTypeConfigOutput) ToFormDataTypeConfigOutputWithContext(ctx context.Context) FormDataTypeConfigOutput

func (FormDataTypeConfigOutput) ToFormDataTypeConfigPtrOutput added in v0.96.0

func (o FormDataTypeConfigOutput) ToFormDataTypeConfigPtrOutput() FormDataTypeConfigPtrOutput

func (FormDataTypeConfigOutput) ToFormDataTypeConfigPtrOutputWithContext added in v0.96.0

func (o FormDataTypeConfigOutput) ToFormDataTypeConfigPtrOutputWithContext(ctx context.Context) FormDataTypeConfigPtrOutput

type FormDataTypeConfigPtrInput added in v0.96.0

type FormDataTypeConfigPtrInput interface {
	pulumi.Input

	ToFormDataTypeConfigPtrOutput() FormDataTypeConfigPtrOutput
	ToFormDataTypeConfigPtrOutputWithContext(context.Context) FormDataTypeConfigPtrOutput
}

FormDataTypeConfigPtrInput is an input type that accepts FormDataTypeConfigArgs, FormDataTypeConfigPtr and FormDataTypeConfigPtrOutput values. You can construct a concrete instance of `FormDataTypeConfigPtrInput` via:

        FormDataTypeConfigArgs{...}

or:

        nil

func FormDataTypeConfigPtr added in v0.96.0

func FormDataTypeConfigPtr(v *FormDataTypeConfigArgs) FormDataTypeConfigPtrInput

type FormDataTypeConfigPtrOutput added in v0.41.0

type FormDataTypeConfigPtrOutput struct{ *pulumi.OutputState }

func (FormDataTypeConfigPtrOutput) DataSourceType added in v0.41.0

func (FormDataTypeConfigPtrOutput) DataTypeName added in v0.41.0

func (FormDataTypeConfigPtrOutput) Elem added in v0.41.0

func (FormDataTypeConfigPtrOutput) ElementType added in v0.41.0

func (FormDataTypeConfigPtrOutput) ToFormDataTypeConfigPtrOutput added in v0.41.0

func (o FormDataTypeConfigPtrOutput) ToFormDataTypeConfigPtrOutput() FormDataTypeConfigPtrOutput

func (FormDataTypeConfigPtrOutput) ToFormDataTypeConfigPtrOutputWithContext added in v0.41.0

func (o FormDataTypeConfigPtrOutput) ToFormDataTypeConfigPtrOutputWithContext(ctx context.Context) FormDataTypeConfigPtrOutput

type FormFieldConfig added in v0.98.0

type FormFieldConfig struct {
	Excluded    *bool                              `pulumi:"excluded"`
	InputType   *FormFieldInputConfig              `pulumi:"inputType"`
	Label       *string                            `pulumi:"label"`
	Position    interface{}                        `pulumi:"position"`
	Validations []FormFieldValidationConfiguration `pulumi:"validations"`
}

type FormFieldConfigArgs added in v0.98.0

type FormFieldConfigArgs struct {
	Excluded    pulumi.BoolPtrInput                        `pulumi:"excluded"`
	InputType   FormFieldInputConfigPtrInput               `pulumi:"inputType"`
	Label       pulumi.StringPtrInput                      `pulumi:"label"`
	Position    pulumi.Input                               `pulumi:"position"`
	Validations FormFieldValidationConfigurationArrayInput `pulumi:"validations"`
}

func (FormFieldConfigArgs) ElementType added in v0.98.0

func (FormFieldConfigArgs) ElementType() reflect.Type

func (FormFieldConfigArgs) ToFormFieldConfigOutput added in v0.98.0

func (i FormFieldConfigArgs) ToFormFieldConfigOutput() FormFieldConfigOutput

func (FormFieldConfigArgs) ToFormFieldConfigOutputWithContext added in v0.98.0

func (i FormFieldConfigArgs) ToFormFieldConfigOutputWithContext(ctx context.Context) FormFieldConfigOutput

type FormFieldConfigInput added in v0.98.0

type FormFieldConfigInput interface {
	pulumi.Input

	ToFormFieldConfigOutput() FormFieldConfigOutput
	ToFormFieldConfigOutputWithContext(context.Context) FormFieldConfigOutput
}

FormFieldConfigInput is an input type that accepts FormFieldConfigArgs and FormFieldConfigOutput values. You can construct a concrete instance of `FormFieldConfigInput` via:

FormFieldConfigArgs{...}

type FormFieldConfigMap added in v0.98.0

type FormFieldConfigMap map[string]FormFieldConfigInput

func (FormFieldConfigMap) ElementType added in v0.98.0

func (FormFieldConfigMap) ElementType() reflect.Type

func (FormFieldConfigMap) ToFormFieldConfigMapOutput added in v0.98.0

func (i FormFieldConfigMap) ToFormFieldConfigMapOutput() FormFieldConfigMapOutput

func (FormFieldConfigMap) ToFormFieldConfigMapOutputWithContext added in v0.98.0

func (i FormFieldConfigMap) ToFormFieldConfigMapOutputWithContext(ctx context.Context) FormFieldConfigMapOutput

type FormFieldConfigMapInput added in v0.98.0

type FormFieldConfigMapInput interface {
	pulumi.Input

	ToFormFieldConfigMapOutput() FormFieldConfigMapOutput
	ToFormFieldConfigMapOutputWithContext(context.Context) FormFieldConfigMapOutput
}

FormFieldConfigMapInput is an input type that accepts FormFieldConfigMap and FormFieldConfigMapOutput values. You can construct a concrete instance of `FormFieldConfigMapInput` via:

FormFieldConfigMap{ "key": FormFieldConfigArgs{...} }

type FormFieldConfigMapOutput added in v0.98.0

type FormFieldConfigMapOutput struct{ *pulumi.OutputState }

func (FormFieldConfigMapOutput) ElementType added in v0.98.0

func (FormFieldConfigMapOutput) ElementType() reflect.Type

func (FormFieldConfigMapOutput) MapIndex added in v0.98.0

func (FormFieldConfigMapOutput) ToFormFieldConfigMapOutput added in v0.98.0

func (o FormFieldConfigMapOutput) ToFormFieldConfigMapOutput() FormFieldConfigMapOutput

func (FormFieldConfigMapOutput) ToFormFieldConfigMapOutputWithContext added in v0.98.0

func (o FormFieldConfigMapOutput) ToFormFieldConfigMapOutputWithContext(ctx context.Context) FormFieldConfigMapOutput

type FormFieldConfigOutput added in v0.98.0

type FormFieldConfigOutput struct{ *pulumi.OutputState }

func (FormFieldConfigOutput) ElementType added in v0.98.0

func (FormFieldConfigOutput) ElementType() reflect.Type

func (FormFieldConfigOutput) Excluded added in v0.98.0

func (FormFieldConfigOutput) InputType added in v0.98.0

func (FormFieldConfigOutput) Label added in v0.98.0

func (FormFieldConfigOutput) Position added in v0.98.0

func (o FormFieldConfigOutput) Position() pulumi.AnyOutput

func (FormFieldConfigOutput) ToFormFieldConfigOutput added in v0.98.0

func (o FormFieldConfigOutput) ToFormFieldConfigOutput() FormFieldConfigOutput

func (FormFieldConfigOutput) ToFormFieldConfigOutputWithContext added in v0.98.0

func (o FormFieldConfigOutput) ToFormFieldConfigOutputWithContext(ctx context.Context) FormFieldConfigOutput

func (FormFieldConfigOutput) Validations added in v0.98.0

type FormFieldInputConfig added in v0.98.0

type FormFieldInputConfig struct {
	DefaultChecked     *bool                        `pulumi:"defaultChecked"`
	DefaultCountryCode *string                      `pulumi:"defaultCountryCode"`
	DefaultValue       *string                      `pulumi:"defaultValue"`
	DescriptiveText    *string                      `pulumi:"descriptiveText"`
	FileUploaderConfig *FormFileUploaderFieldConfig `pulumi:"fileUploaderConfig"`
	IsArray            *bool                        `pulumi:"isArray"`
	MaxValue           *float64                     `pulumi:"maxValue"`
	MinValue           *float64                     `pulumi:"minValue"`
	Name               *string                      `pulumi:"name"`
	Placeholder        *string                      `pulumi:"placeholder"`
	ReadOnly           *bool                        `pulumi:"readOnly"`
	Required           *bool                        `pulumi:"required"`
	Step               *float64                     `pulumi:"step"`
	Type               string                       `pulumi:"type"`
	Value              *string                      `pulumi:"value"`
	ValueMappings      *FormValueMappings           `pulumi:"valueMappings"`
}

type FormFieldInputConfigArgs added in v0.98.0

type FormFieldInputConfigArgs struct {
	DefaultChecked     pulumi.BoolPtrInput                 `pulumi:"defaultChecked"`
	DefaultCountryCode pulumi.StringPtrInput               `pulumi:"defaultCountryCode"`
	DefaultValue       pulumi.StringPtrInput               `pulumi:"defaultValue"`
	DescriptiveText    pulumi.StringPtrInput               `pulumi:"descriptiveText"`
	FileUploaderConfig FormFileUploaderFieldConfigPtrInput `pulumi:"fileUploaderConfig"`
	IsArray            pulumi.BoolPtrInput                 `pulumi:"isArray"`
	MaxValue           pulumi.Float64PtrInput              `pulumi:"maxValue"`
	MinValue           pulumi.Float64PtrInput              `pulumi:"minValue"`
	Name               pulumi.StringPtrInput               `pulumi:"name"`
	Placeholder        pulumi.StringPtrInput               `pulumi:"placeholder"`
	ReadOnly           pulumi.BoolPtrInput                 `pulumi:"readOnly"`
	Required           pulumi.BoolPtrInput                 `pulumi:"required"`
	Step               pulumi.Float64PtrInput              `pulumi:"step"`
	Type               pulumi.StringInput                  `pulumi:"type"`
	Value              pulumi.StringPtrInput               `pulumi:"value"`
	ValueMappings      FormValueMappingsPtrInput           `pulumi:"valueMappings"`
}

func (FormFieldInputConfigArgs) ElementType added in v0.98.0

func (FormFieldInputConfigArgs) ElementType() reflect.Type

func (FormFieldInputConfigArgs) ToFormFieldInputConfigOutput added in v0.98.0

func (i FormFieldInputConfigArgs) ToFormFieldInputConfigOutput() FormFieldInputConfigOutput

func (FormFieldInputConfigArgs) ToFormFieldInputConfigOutputWithContext added in v0.98.0

func (i FormFieldInputConfigArgs) ToFormFieldInputConfigOutputWithContext(ctx context.Context) FormFieldInputConfigOutput

func (FormFieldInputConfigArgs) ToFormFieldInputConfigPtrOutput added in v0.98.0

func (i FormFieldInputConfigArgs) ToFormFieldInputConfigPtrOutput() FormFieldInputConfigPtrOutput

func (FormFieldInputConfigArgs) ToFormFieldInputConfigPtrOutputWithContext added in v0.98.0

func (i FormFieldInputConfigArgs) ToFormFieldInputConfigPtrOutputWithContext(ctx context.Context) FormFieldInputConfigPtrOutput

type FormFieldInputConfigInput added in v0.98.0

type FormFieldInputConfigInput interface {
	pulumi.Input

	ToFormFieldInputConfigOutput() FormFieldInputConfigOutput
	ToFormFieldInputConfigOutputWithContext(context.Context) FormFieldInputConfigOutput
}

FormFieldInputConfigInput is an input type that accepts FormFieldInputConfigArgs and FormFieldInputConfigOutput values. You can construct a concrete instance of `FormFieldInputConfigInput` via:

FormFieldInputConfigArgs{...}

type FormFieldInputConfigOutput added in v0.98.0

type FormFieldInputConfigOutput struct{ *pulumi.OutputState }

func (FormFieldInputConfigOutput) DefaultChecked added in v0.98.0

func (o FormFieldInputConfigOutput) DefaultChecked() pulumi.BoolPtrOutput

func (FormFieldInputConfigOutput) DefaultCountryCode added in v0.98.0

func (o FormFieldInputConfigOutput) DefaultCountryCode() pulumi.StringPtrOutput

func (FormFieldInputConfigOutput) DefaultValue added in v0.98.0

func (FormFieldInputConfigOutput) DescriptiveText added in v0.98.0

func (FormFieldInputConfigOutput) ElementType added in v0.98.0

func (FormFieldInputConfigOutput) ElementType() reflect.Type

func (FormFieldInputConfigOutput) FileUploaderConfig added in v0.98.0

func (FormFieldInputConfigOutput) IsArray added in v0.98.0

func (FormFieldInputConfigOutput) MaxValue added in v0.98.0

func (FormFieldInputConfigOutput) MinValue added in v0.98.0

func (FormFieldInputConfigOutput) Name added in v0.98.0

func (FormFieldInputConfigOutput) Placeholder added in v0.98.0

func (FormFieldInputConfigOutput) ReadOnly added in v0.98.0

func (FormFieldInputConfigOutput) Required added in v0.98.0

func (FormFieldInputConfigOutput) Step added in v0.98.0

func (FormFieldInputConfigOutput) ToFormFieldInputConfigOutput added in v0.98.0

func (o FormFieldInputConfigOutput) ToFormFieldInputConfigOutput() FormFieldInputConfigOutput

func (FormFieldInputConfigOutput) ToFormFieldInputConfigOutputWithContext added in v0.98.0

func (o FormFieldInputConfigOutput) ToFormFieldInputConfigOutputWithContext(ctx context.Context) FormFieldInputConfigOutput

func (FormFieldInputConfigOutput) ToFormFieldInputConfigPtrOutput added in v0.98.0

func (o FormFieldInputConfigOutput) ToFormFieldInputConfigPtrOutput() FormFieldInputConfigPtrOutput

func (FormFieldInputConfigOutput) ToFormFieldInputConfigPtrOutputWithContext added in v0.98.0

func (o FormFieldInputConfigOutput) ToFormFieldInputConfigPtrOutputWithContext(ctx context.Context) FormFieldInputConfigPtrOutput

func (FormFieldInputConfigOutput) Type added in v0.98.0

func (FormFieldInputConfigOutput) Value added in v0.98.0

func (FormFieldInputConfigOutput) ValueMappings added in v0.98.0

type FormFieldInputConfigPtrInput added in v0.98.0

type FormFieldInputConfigPtrInput interface {
	pulumi.Input

	ToFormFieldInputConfigPtrOutput() FormFieldInputConfigPtrOutput
	ToFormFieldInputConfigPtrOutputWithContext(context.Context) FormFieldInputConfigPtrOutput
}

FormFieldInputConfigPtrInput is an input type that accepts FormFieldInputConfigArgs, FormFieldInputConfigPtr and FormFieldInputConfigPtrOutput values. You can construct a concrete instance of `FormFieldInputConfigPtrInput` via:

        FormFieldInputConfigArgs{...}

or:

        nil

func FormFieldInputConfigPtr added in v0.98.0

func FormFieldInputConfigPtr(v *FormFieldInputConfigArgs) FormFieldInputConfigPtrInput

type FormFieldInputConfigPtrOutput added in v0.98.0

type FormFieldInputConfigPtrOutput struct{ *pulumi.OutputState }

func (FormFieldInputConfigPtrOutput) DefaultChecked added in v0.98.0

func (FormFieldInputConfigPtrOutput) DefaultCountryCode added in v0.98.0

func (o FormFieldInputConfigPtrOutput) DefaultCountryCode() pulumi.StringPtrOutput

func (FormFieldInputConfigPtrOutput) DefaultValue added in v0.98.0

func (FormFieldInputConfigPtrOutput) DescriptiveText added in v0.98.0

func (FormFieldInputConfigPtrOutput) Elem added in v0.98.0

func (FormFieldInputConfigPtrOutput) ElementType added in v0.98.0

func (FormFieldInputConfigPtrOutput) FileUploaderConfig added in v0.98.0

func (FormFieldInputConfigPtrOutput) IsArray added in v0.98.0

func (FormFieldInputConfigPtrOutput) MaxValue added in v0.98.0

func (FormFieldInputConfigPtrOutput) MinValue added in v0.98.0

func (FormFieldInputConfigPtrOutput) Name added in v0.98.0

func (FormFieldInputConfigPtrOutput) Placeholder added in v0.98.0

func (FormFieldInputConfigPtrOutput) ReadOnly added in v0.98.0

func (FormFieldInputConfigPtrOutput) Required added in v0.98.0

func (FormFieldInputConfigPtrOutput) Step added in v0.98.0

func (FormFieldInputConfigPtrOutput) ToFormFieldInputConfigPtrOutput added in v0.98.0

func (o FormFieldInputConfigPtrOutput) ToFormFieldInputConfigPtrOutput() FormFieldInputConfigPtrOutput

func (FormFieldInputConfigPtrOutput) ToFormFieldInputConfigPtrOutputWithContext added in v0.98.0

func (o FormFieldInputConfigPtrOutput) ToFormFieldInputConfigPtrOutputWithContext(ctx context.Context) FormFieldInputConfigPtrOutput

func (FormFieldInputConfigPtrOutput) Type added in v0.98.0

func (FormFieldInputConfigPtrOutput) Value added in v0.98.0

func (FormFieldInputConfigPtrOutput) ValueMappings added in v0.98.0

type FormFieldPosition0Properties added in v0.72.0

type FormFieldPosition0Properties struct {
	Fixed FormFixedPosition `pulumi:"fixed"`
}

type FormFieldPosition0PropertiesArgs added in v0.96.0

type FormFieldPosition0PropertiesArgs struct {
	Fixed FormFixedPositionInput `pulumi:"fixed"`
}

func (FormFieldPosition0PropertiesArgs) ElementType added in v0.96.0

func (FormFieldPosition0PropertiesArgs) ToFormFieldPosition0PropertiesOutput added in v0.96.0

func (i FormFieldPosition0PropertiesArgs) ToFormFieldPosition0PropertiesOutput() FormFieldPosition0PropertiesOutput

func (FormFieldPosition0PropertiesArgs) ToFormFieldPosition0PropertiesOutputWithContext added in v0.96.0

func (i FormFieldPosition0PropertiesArgs) ToFormFieldPosition0PropertiesOutputWithContext(ctx context.Context) FormFieldPosition0PropertiesOutput

func (FormFieldPosition0PropertiesArgs) ToFormFieldPosition0PropertiesPtrOutput added in v0.96.0

func (i FormFieldPosition0PropertiesArgs) ToFormFieldPosition0PropertiesPtrOutput() FormFieldPosition0PropertiesPtrOutput

func (FormFieldPosition0PropertiesArgs) ToFormFieldPosition0PropertiesPtrOutputWithContext added in v0.96.0

func (i FormFieldPosition0PropertiesArgs) ToFormFieldPosition0PropertiesPtrOutputWithContext(ctx context.Context) FormFieldPosition0PropertiesPtrOutput

type FormFieldPosition0PropertiesInput added in v0.96.0

type FormFieldPosition0PropertiesInput interface {
	pulumi.Input

	ToFormFieldPosition0PropertiesOutput() FormFieldPosition0PropertiesOutput
	ToFormFieldPosition0PropertiesOutputWithContext(context.Context) FormFieldPosition0PropertiesOutput
}

FormFieldPosition0PropertiesInput is an input type that accepts FormFieldPosition0PropertiesArgs and FormFieldPosition0PropertiesOutput values. You can construct a concrete instance of `FormFieldPosition0PropertiesInput` via:

FormFieldPosition0PropertiesArgs{...}

type FormFieldPosition0PropertiesOutput added in v0.96.0

type FormFieldPosition0PropertiesOutput struct{ *pulumi.OutputState }

func (FormFieldPosition0PropertiesOutput) ElementType added in v0.96.0

func (FormFieldPosition0PropertiesOutput) Fixed added in v0.96.0

func (FormFieldPosition0PropertiesOutput) ToFormFieldPosition0PropertiesOutput added in v0.96.0

func (o FormFieldPosition0PropertiesOutput) ToFormFieldPosition0PropertiesOutput() FormFieldPosition0PropertiesOutput

func (FormFieldPosition0PropertiesOutput) ToFormFieldPosition0PropertiesOutputWithContext added in v0.96.0

func (o FormFieldPosition0PropertiesOutput) ToFormFieldPosition0PropertiesOutputWithContext(ctx context.Context) FormFieldPosition0PropertiesOutput

func (FormFieldPosition0PropertiesOutput) ToFormFieldPosition0PropertiesPtrOutput added in v0.96.0

func (o FormFieldPosition0PropertiesOutput) ToFormFieldPosition0PropertiesPtrOutput() FormFieldPosition0PropertiesPtrOutput

func (FormFieldPosition0PropertiesOutput) ToFormFieldPosition0PropertiesPtrOutputWithContext added in v0.96.0

func (o FormFieldPosition0PropertiesOutput) ToFormFieldPosition0PropertiesPtrOutputWithContext(ctx context.Context) FormFieldPosition0PropertiesPtrOutput

type FormFieldPosition0PropertiesPtrInput added in v0.96.0

type FormFieldPosition0PropertiesPtrInput interface {
	pulumi.Input

	ToFormFieldPosition0PropertiesPtrOutput() FormFieldPosition0PropertiesPtrOutput
	ToFormFieldPosition0PropertiesPtrOutputWithContext(context.Context) FormFieldPosition0PropertiesPtrOutput
}

FormFieldPosition0PropertiesPtrInput is an input type that accepts FormFieldPosition0PropertiesArgs, FormFieldPosition0PropertiesPtr and FormFieldPosition0PropertiesPtrOutput values. You can construct a concrete instance of `FormFieldPosition0PropertiesPtrInput` via:

        FormFieldPosition0PropertiesArgs{...}

or:

        nil

func FormFieldPosition0PropertiesPtr added in v0.96.0

type FormFieldPosition0PropertiesPtrOutput added in v0.96.0

type FormFieldPosition0PropertiesPtrOutput struct{ *pulumi.OutputState }

func (FormFieldPosition0PropertiesPtrOutput) Elem added in v0.96.0

func (FormFieldPosition0PropertiesPtrOutput) ElementType added in v0.96.0

func (FormFieldPosition0PropertiesPtrOutput) Fixed added in v0.96.0

func (FormFieldPosition0PropertiesPtrOutput) ToFormFieldPosition0PropertiesPtrOutput added in v0.96.0

func (o FormFieldPosition0PropertiesPtrOutput) ToFormFieldPosition0PropertiesPtrOutput() FormFieldPosition0PropertiesPtrOutput

func (FormFieldPosition0PropertiesPtrOutput) ToFormFieldPosition0PropertiesPtrOutputWithContext added in v0.96.0

func (o FormFieldPosition0PropertiesPtrOutput) ToFormFieldPosition0PropertiesPtrOutputWithContext(ctx context.Context) FormFieldPosition0PropertiesPtrOutput

type FormFieldPosition1Properties added in v0.72.0

type FormFieldPosition1Properties struct {
	RightOf string `pulumi:"rightOf"`
}

type FormFieldPosition1PropertiesArgs added in v0.96.0

type FormFieldPosition1PropertiesArgs struct {
	RightOf pulumi.StringInput `pulumi:"rightOf"`
}

func (FormFieldPosition1PropertiesArgs) ElementType added in v0.96.0

func (FormFieldPosition1PropertiesArgs) ToFormFieldPosition1PropertiesOutput added in v0.96.0

func (i FormFieldPosition1PropertiesArgs) ToFormFieldPosition1PropertiesOutput() FormFieldPosition1PropertiesOutput

func (FormFieldPosition1PropertiesArgs) ToFormFieldPosition1PropertiesOutputWithContext added in v0.96.0

func (i FormFieldPosition1PropertiesArgs) ToFormFieldPosition1PropertiesOutputWithContext(ctx context.Context) FormFieldPosition1PropertiesOutput

func (FormFieldPosition1PropertiesArgs) ToFormFieldPosition1PropertiesPtrOutput added in v0.96.0

func (i FormFieldPosition1PropertiesArgs) ToFormFieldPosition1PropertiesPtrOutput() FormFieldPosition1PropertiesPtrOutput

func (FormFieldPosition1PropertiesArgs) ToFormFieldPosition1PropertiesPtrOutputWithContext added in v0.96.0

func (i FormFieldPosition1PropertiesArgs) ToFormFieldPosition1PropertiesPtrOutputWithContext(ctx context.Context) FormFieldPosition1PropertiesPtrOutput

type FormFieldPosition1PropertiesInput added in v0.96.0

type FormFieldPosition1PropertiesInput interface {
	pulumi.Input

	ToFormFieldPosition1PropertiesOutput() FormFieldPosition1PropertiesOutput
	ToFormFieldPosition1PropertiesOutputWithContext(context.Context) FormFieldPosition1PropertiesOutput
}

FormFieldPosition1PropertiesInput is an input type that accepts FormFieldPosition1PropertiesArgs and FormFieldPosition1PropertiesOutput values. You can construct a concrete instance of `FormFieldPosition1PropertiesInput` via:

FormFieldPosition1PropertiesArgs{...}

type FormFieldPosition1PropertiesOutput added in v0.96.0

type FormFieldPosition1PropertiesOutput struct{ *pulumi.OutputState }

func (FormFieldPosition1PropertiesOutput) ElementType added in v0.96.0

func (FormFieldPosition1PropertiesOutput) RightOf added in v0.96.0

func (FormFieldPosition1PropertiesOutput) ToFormFieldPosition1PropertiesOutput added in v0.96.0

func (o FormFieldPosition1PropertiesOutput) ToFormFieldPosition1PropertiesOutput() FormFieldPosition1PropertiesOutput

func (FormFieldPosition1PropertiesOutput) ToFormFieldPosition1PropertiesOutputWithContext added in v0.96.0

func (o FormFieldPosition1PropertiesOutput) ToFormFieldPosition1PropertiesOutputWithContext(ctx context.Context) FormFieldPosition1PropertiesOutput

func (FormFieldPosition1PropertiesOutput) ToFormFieldPosition1PropertiesPtrOutput added in v0.96.0

func (o FormFieldPosition1PropertiesOutput) ToFormFieldPosition1PropertiesPtrOutput() FormFieldPosition1PropertiesPtrOutput

func (FormFieldPosition1PropertiesOutput) ToFormFieldPosition1PropertiesPtrOutputWithContext added in v0.96.0

func (o FormFieldPosition1PropertiesOutput) ToFormFieldPosition1PropertiesPtrOutputWithContext(ctx context.Context) FormFieldPosition1PropertiesPtrOutput

type FormFieldPosition1PropertiesPtrInput added in v0.96.0

type FormFieldPosition1PropertiesPtrInput interface {
	pulumi.Input

	ToFormFieldPosition1PropertiesPtrOutput() FormFieldPosition1PropertiesPtrOutput
	ToFormFieldPosition1PropertiesPtrOutputWithContext(context.Context) FormFieldPosition1PropertiesPtrOutput
}

FormFieldPosition1PropertiesPtrInput is an input type that accepts FormFieldPosition1PropertiesArgs, FormFieldPosition1PropertiesPtr and FormFieldPosition1PropertiesPtrOutput values. You can construct a concrete instance of `FormFieldPosition1PropertiesPtrInput` via:

        FormFieldPosition1PropertiesArgs{...}

or:

        nil

func FormFieldPosition1PropertiesPtr added in v0.96.0

type FormFieldPosition1PropertiesPtrOutput added in v0.96.0

type FormFieldPosition1PropertiesPtrOutput struct{ *pulumi.OutputState }

func (FormFieldPosition1PropertiesPtrOutput) Elem added in v0.96.0

func (FormFieldPosition1PropertiesPtrOutput) ElementType added in v0.96.0

func (FormFieldPosition1PropertiesPtrOutput) RightOf added in v0.96.0

func (FormFieldPosition1PropertiesPtrOutput) ToFormFieldPosition1PropertiesPtrOutput added in v0.96.0

func (o FormFieldPosition1PropertiesPtrOutput) ToFormFieldPosition1PropertiesPtrOutput() FormFieldPosition1PropertiesPtrOutput

func (FormFieldPosition1PropertiesPtrOutput) ToFormFieldPosition1PropertiesPtrOutputWithContext added in v0.96.0

func (o FormFieldPosition1PropertiesPtrOutput) ToFormFieldPosition1PropertiesPtrOutputWithContext(ctx context.Context) FormFieldPosition1PropertiesPtrOutput

type FormFieldPosition2Properties added in v0.72.0

type FormFieldPosition2Properties struct {
	Below string `pulumi:"below"`
}

type FormFieldPosition2PropertiesArgs added in v0.96.0

type FormFieldPosition2PropertiesArgs struct {
	Below pulumi.StringInput `pulumi:"below"`
}

func (FormFieldPosition2PropertiesArgs) ElementType added in v0.96.0

func (FormFieldPosition2PropertiesArgs) ToFormFieldPosition2PropertiesOutput added in v0.96.0

func (i FormFieldPosition2PropertiesArgs) ToFormFieldPosition2PropertiesOutput() FormFieldPosition2PropertiesOutput

func (FormFieldPosition2PropertiesArgs) ToFormFieldPosition2PropertiesOutputWithContext added in v0.96.0

func (i FormFieldPosition2PropertiesArgs) ToFormFieldPosition2PropertiesOutputWithContext(ctx context.Context) FormFieldPosition2PropertiesOutput

func (FormFieldPosition2PropertiesArgs) ToFormFieldPosition2PropertiesPtrOutput added in v0.96.0

func (i FormFieldPosition2PropertiesArgs) ToFormFieldPosition2PropertiesPtrOutput() FormFieldPosition2PropertiesPtrOutput

func (FormFieldPosition2PropertiesArgs) ToFormFieldPosition2PropertiesPtrOutputWithContext added in v0.96.0

func (i FormFieldPosition2PropertiesArgs) ToFormFieldPosition2PropertiesPtrOutputWithContext(ctx context.Context) FormFieldPosition2PropertiesPtrOutput

type FormFieldPosition2PropertiesInput added in v0.96.0

type FormFieldPosition2PropertiesInput interface {
	pulumi.Input

	ToFormFieldPosition2PropertiesOutput() FormFieldPosition2PropertiesOutput
	ToFormFieldPosition2PropertiesOutputWithContext(context.Context) FormFieldPosition2PropertiesOutput
}

FormFieldPosition2PropertiesInput is an input type that accepts FormFieldPosition2PropertiesArgs and FormFieldPosition2PropertiesOutput values. You can construct a concrete instance of `FormFieldPosition2PropertiesInput` via:

FormFieldPosition2PropertiesArgs{...}

type FormFieldPosition2PropertiesOutput added in v0.96.0

type FormFieldPosition2PropertiesOutput struct{ *pulumi.OutputState }

func (FormFieldPosition2PropertiesOutput) Below added in v0.96.0

func (FormFieldPosition2PropertiesOutput) ElementType added in v0.96.0

func (FormFieldPosition2PropertiesOutput) ToFormFieldPosition2PropertiesOutput added in v0.96.0

func (o FormFieldPosition2PropertiesOutput) ToFormFieldPosition2PropertiesOutput() FormFieldPosition2PropertiesOutput

func (FormFieldPosition2PropertiesOutput) ToFormFieldPosition2PropertiesOutputWithContext added in v0.96.0

func (o FormFieldPosition2PropertiesOutput) ToFormFieldPosition2PropertiesOutputWithContext(ctx context.Context) FormFieldPosition2PropertiesOutput

func (FormFieldPosition2PropertiesOutput) ToFormFieldPosition2PropertiesPtrOutput added in v0.96.0

func (o FormFieldPosition2PropertiesOutput) ToFormFieldPosition2PropertiesPtrOutput() FormFieldPosition2PropertiesPtrOutput

func (FormFieldPosition2PropertiesOutput) ToFormFieldPosition2PropertiesPtrOutputWithContext added in v0.96.0

func (o FormFieldPosition2PropertiesOutput) ToFormFieldPosition2PropertiesPtrOutputWithContext(ctx context.Context) FormFieldPosition2PropertiesPtrOutput

type FormFieldPosition2PropertiesPtrInput added in v0.96.0

type FormFieldPosition2PropertiesPtrInput interface {
	pulumi.Input

	ToFormFieldPosition2PropertiesPtrOutput() FormFieldPosition2PropertiesPtrOutput
	ToFormFieldPosition2PropertiesPtrOutputWithContext(context.Context) FormFieldPosition2PropertiesPtrOutput
}

FormFieldPosition2PropertiesPtrInput is an input type that accepts FormFieldPosition2PropertiesArgs, FormFieldPosition2PropertiesPtr and FormFieldPosition2PropertiesPtrOutput values. You can construct a concrete instance of `FormFieldPosition2PropertiesPtrInput` via:

        FormFieldPosition2PropertiesArgs{...}

or:

        nil

func FormFieldPosition2PropertiesPtr added in v0.96.0

type FormFieldPosition2PropertiesPtrOutput added in v0.96.0

type FormFieldPosition2PropertiesPtrOutput struct{ *pulumi.OutputState }

func (FormFieldPosition2PropertiesPtrOutput) Below added in v0.96.0

func (FormFieldPosition2PropertiesPtrOutput) Elem added in v0.96.0

func (FormFieldPosition2PropertiesPtrOutput) ElementType added in v0.96.0

func (FormFieldPosition2PropertiesPtrOutput) ToFormFieldPosition2PropertiesPtrOutput added in v0.96.0

func (o FormFieldPosition2PropertiesPtrOutput) ToFormFieldPosition2PropertiesPtrOutput() FormFieldPosition2PropertiesPtrOutput

func (FormFieldPosition2PropertiesPtrOutput) ToFormFieldPosition2PropertiesPtrOutputWithContext added in v0.96.0

func (o FormFieldPosition2PropertiesPtrOutput) ToFormFieldPosition2PropertiesPtrOutputWithContext(ctx context.Context) FormFieldPosition2PropertiesPtrOutput

type FormFieldValidationConfiguration added in v0.98.0

type FormFieldValidationConfiguration struct {
	NumValues         []float64 `pulumi:"numValues"`
	StrValues         []string  `pulumi:"strValues"`
	Type              string    `pulumi:"type"`
	ValidationMessage *string   `pulumi:"validationMessage"`
}

type FormFieldValidationConfigurationArgs added in v0.98.0

type FormFieldValidationConfigurationArgs struct {
	NumValues         pulumi.Float64ArrayInput `pulumi:"numValues"`
	StrValues         pulumi.StringArrayInput  `pulumi:"strValues"`
	Type              pulumi.StringInput       `pulumi:"type"`
	ValidationMessage pulumi.StringPtrInput    `pulumi:"validationMessage"`
}

func (FormFieldValidationConfigurationArgs) ElementType added in v0.98.0

func (FormFieldValidationConfigurationArgs) ToFormFieldValidationConfigurationOutput added in v0.98.0

func (i FormFieldValidationConfigurationArgs) ToFormFieldValidationConfigurationOutput() FormFieldValidationConfigurationOutput

func (FormFieldValidationConfigurationArgs) ToFormFieldValidationConfigurationOutputWithContext added in v0.98.0

func (i FormFieldValidationConfigurationArgs) ToFormFieldValidationConfigurationOutputWithContext(ctx context.Context) FormFieldValidationConfigurationOutput

type FormFieldValidationConfigurationArray added in v0.98.0

type FormFieldValidationConfigurationArray []FormFieldValidationConfigurationInput

func (FormFieldValidationConfigurationArray) ElementType added in v0.98.0

func (FormFieldValidationConfigurationArray) ToFormFieldValidationConfigurationArrayOutput added in v0.98.0

func (i FormFieldValidationConfigurationArray) ToFormFieldValidationConfigurationArrayOutput() FormFieldValidationConfigurationArrayOutput

func (FormFieldValidationConfigurationArray) ToFormFieldValidationConfigurationArrayOutputWithContext added in v0.98.0

func (i FormFieldValidationConfigurationArray) ToFormFieldValidationConfigurationArrayOutputWithContext(ctx context.Context) FormFieldValidationConfigurationArrayOutput

type FormFieldValidationConfigurationArrayInput added in v0.98.0

type FormFieldValidationConfigurationArrayInput interface {
	pulumi.Input

	ToFormFieldValidationConfigurationArrayOutput() FormFieldValidationConfigurationArrayOutput
	ToFormFieldValidationConfigurationArrayOutputWithContext(context.Context) FormFieldValidationConfigurationArrayOutput
}

FormFieldValidationConfigurationArrayInput is an input type that accepts FormFieldValidationConfigurationArray and FormFieldValidationConfigurationArrayOutput values. You can construct a concrete instance of `FormFieldValidationConfigurationArrayInput` via:

FormFieldValidationConfigurationArray{ FormFieldValidationConfigurationArgs{...} }

type FormFieldValidationConfigurationArrayOutput added in v0.98.0

type FormFieldValidationConfigurationArrayOutput struct{ *pulumi.OutputState }

func (FormFieldValidationConfigurationArrayOutput) ElementType added in v0.98.0

func (FormFieldValidationConfigurationArrayOutput) Index added in v0.98.0

func (FormFieldValidationConfigurationArrayOutput) ToFormFieldValidationConfigurationArrayOutput added in v0.98.0

func (o FormFieldValidationConfigurationArrayOutput) ToFormFieldValidationConfigurationArrayOutput() FormFieldValidationConfigurationArrayOutput

func (FormFieldValidationConfigurationArrayOutput) ToFormFieldValidationConfigurationArrayOutputWithContext added in v0.98.0

func (o FormFieldValidationConfigurationArrayOutput) ToFormFieldValidationConfigurationArrayOutputWithContext(ctx context.Context) FormFieldValidationConfigurationArrayOutput

type FormFieldValidationConfigurationInput added in v0.98.0

type FormFieldValidationConfigurationInput interface {
	pulumi.Input

	ToFormFieldValidationConfigurationOutput() FormFieldValidationConfigurationOutput
	ToFormFieldValidationConfigurationOutputWithContext(context.Context) FormFieldValidationConfigurationOutput
}

FormFieldValidationConfigurationInput is an input type that accepts FormFieldValidationConfigurationArgs and FormFieldValidationConfigurationOutput values. You can construct a concrete instance of `FormFieldValidationConfigurationInput` via:

FormFieldValidationConfigurationArgs{...}

type FormFieldValidationConfigurationOutput added in v0.98.0

type FormFieldValidationConfigurationOutput struct{ *pulumi.OutputState }

func (FormFieldValidationConfigurationOutput) ElementType added in v0.98.0

func (FormFieldValidationConfigurationOutput) NumValues added in v0.98.0

func (FormFieldValidationConfigurationOutput) StrValues added in v0.98.0

func (FormFieldValidationConfigurationOutput) ToFormFieldValidationConfigurationOutput added in v0.98.0

func (o FormFieldValidationConfigurationOutput) ToFormFieldValidationConfigurationOutput() FormFieldValidationConfigurationOutput

func (FormFieldValidationConfigurationOutput) ToFormFieldValidationConfigurationOutputWithContext added in v0.98.0

func (o FormFieldValidationConfigurationOutput) ToFormFieldValidationConfigurationOutputWithContext(ctx context.Context) FormFieldValidationConfigurationOutput

func (FormFieldValidationConfigurationOutput) Type added in v0.98.0

func (FormFieldValidationConfigurationOutput) ValidationMessage added in v0.98.0

type FormFileUploaderFieldConfig added in v0.98.0

type FormFileUploaderFieldConfig struct {
	AcceptedFileTypes []string               `pulumi:"acceptedFileTypes"`
	AccessLevel       FormStorageAccessLevel `pulumi:"accessLevel"`
	IsResumable       *bool                  `pulumi:"isResumable"`
	MaxFileCount      *float64               `pulumi:"maxFileCount"`
	MaxSize           *float64               `pulumi:"maxSize"`
	ShowThumbnails    *bool                  `pulumi:"showThumbnails"`
}

type FormFileUploaderFieldConfigArgs added in v0.98.0

type FormFileUploaderFieldConfigArgs struct {
	AcceptedFileTypes pulumi.StringArrayInput     `pulumi:"acceptedFileTypes"`
	AccessLevel       FormStorageAccessLevelInput `pulumi:"accessLevel"`
	IsResumable       pulumi.BoolPtrInput         `pulumi:"isResumable"`
	MaxFileCount      pulumi.Float64PtrInput      `pulumi:"maxFileCount"`
	MaxSize           pulumi.Float64PtrInput      `pulumi:"maxSize"`
	ShowThumbnails    pulumi.BoolPtrInput         `pulumi:"showThumbnails"`
}

func (FormFileUploaderFieldConfigArgs) ElementType added in v0.98.0

func (FormFileUploaderFieldConfigArgs) ToFormFileUploaderFieldConfigOutput added in v0.98.0

func (i FormFileUploaderFieldConfigArgs) ToFormFileUploaderFieldConfigOutput() FormFileUploaderFieldConfigOutput

func (FormFileUploaderFieldConfigArgs) ToFormFileUploaderFieldConfigOutputWithContext added in v0.98.0

func (i FormFileUploaderFieldConfigArgs) ToFormFileUploaderFieldConfigOutputWithContext(ctx context.Context) FormFileUploaderFieldConfigOutput

func (FormFileUploaderFieldConfigArgs) ToFormFileUploaderFieldConfigPtrOutput added in v0.98.0

func (i FormFileUploaderFieldConfigArgs) ToFormFileUploaderFieldConfigPtrOutput() FormFileUploaderFieldConfigPtrOutput

func (FormFileUploaderFieldConfigArgs) ToFormFileUploaderFieldConfigPtrOutputWithContext added in v0.98.0

func (i FormFileUploaderFieldConfigArgs) ToFormFileUploaderFieldConfigPtrOutputWithContext(ctx context.Context) FormFileUploaderFieldConfigPtrOutput

type FormFileUploaderFieldConfigInput added in v0.98.0

type FormFileUploaderFieldConfigInput interface {
	pulumi.Input

	ToFormFileUploaderFieldConfigOutput() FormFileUploaderFieldConfigOutput
	ToFormFileUploaderFieldConfigOutputWithContext(context.Context) FormFileUploaderFieldConfigOutput
}

FormFileUploaderFieldConfigInput is an input type that accepts FormFileUploaderFieldConfigArgs and FormFileUploaderFieldConfigOutput values. You can construct a concrete instance of `FormFileUploaderFieldConfigInput` via:

FormFileUploaderFieldConfigArgs{...}

type FormFileUploaderFieldConfigOutput added in v0.98.0

type FormFileUploaderFieldConfigOutput struct{ *pulumi.OutputState }

func (FormFileUploaderFieldConfigOutput) AcceptedFileTypes added in v0.98.0

func (FormFileUploaderFieldConfigOutput) AccessLevel added in v0.98.0

func (FormFileUploaderFieldConfigOutput) ElementType added in v0.98.0

func (FormFileUploaderFieldConfigOutput) IsResumable added in v0.98.0

func (FormFileUploaderFieldConfigOutput) MaxFileCount added in v0.98.0

func (FormFileUploaderFieldConfigOutput) MaxSize added in v0.98.0

func (FormFileUploaderFieldConfigOutput) ShowThumbnails added in v0.98.0

func (FormFileUploaderFieldConfigOutput) ToFormFileUploaderFieldConfigOutput added in v0.98.0

func (o FormFileUploaderFieldConfigOutput) ToFormFileUploaderFieldConfigOutput() FormFileUploaderFieldConfigOutput

func (FormFileUploaderFieldConfigOutput) ToFormFileUploaderFieldConfigOutputWithContext added in v0.98.0

func (o FormFileUploaderFieldConfigOutput) ToFormFileUploaderFieldConfigOutputWithContext(ctx context.Context) FormFileUploaderFieldConfigOutput

func (FormFileUploaderFieldConfigOutput) ToFormFileUploaderFieldConfigPtrOutput added in v0.98.0

func (o FormFileUploaderFieldConfigOutput) ToFormFileUploaderFieldConfigPtrOutput() FormFileUploaderFieldConfigPtrOutput

func (FormFileUploaderFieldConfigOutput) ToFormFileUploaderFieldConfigPtrOutputWithContext added in v0.98.0

func (o FormFileUploaderFieldConfigOutput) ToFormFileUploaderFieldConfigPtrOutputWithContext(ctx context.Context) FormFileUploaderFieldConfigPtrOutput

type FormFileUploaderFieldConfigPtrInput added in v0.98.0

type FormFileUploaderFieldConfigPtrInput interface {
	pulumi.Input

	ToFormFileUploaderFieldConfigPtrOutput() FormFileUploaderFieldConfigPtrOutput
	ToFormFileUploaderFieldConfigPtrOutputWithContext(context.Context) FormFileUploaderFieldConfigPtrOutput
}

FormFileUploaderFieldConfigPtrInput is an input type that accepts FormFileUploaderFieldConfigArgs, FormFileUploaderFieldConfigPtr and FormFileUploaderFieldConfigPtrOutput values. You can construct a concrete instance of `FormFileUploaderFieldConfigPtrInput` via:

        FormFileUploaderFieldConfigArgs{...}

or:

        nil

func FormFileUploaderFieldConfigPtr added in v0.98.0

type FormFileUploaderFieldConfigPtrOutput added in v0.98.0

type FormFileUploaderFieldConfigPtrOutput struct{ *pulumi.OutputState }

func (FormFileUploaderFieldConfigPtrOutput) AcceptedFileTypes added in v0.98.0

func (FormFileUploaderFieldConfigPtrOutput) AccessLevel added in v0.98.0

func (FormFileUploaderFieldConfigPtrOutput) Elem added in v0.98.0

func (FormFileUploaderFieldConfigPtrOutput) ElementType added in v0.98.0

func (FormFileUploaderFieldConfigPtrOutput) IsResumable added in v0.98.0

func (FormFileUploaderFieldConfigPtrOutput) MaxFileCount added in v0.98.0

func (FormFileUploaderFieldConfigPtrOutput) MaxSize added in v0.98.0

func (FormFileUploaderFieldConfigPtrOutput) ShowThumbnails added in v0.98.0

func (FormFileUploaderFieldConfigPtrOutput) ToFormFileUploaderFieldConfigPtrOutput added in v0.98.0

func (o FormFileUploaderFieldConfigPtrOutput) ToFormFileUploaderFieldConfigPtrOutput() FormFileUploaderFieldConfigPtrOutput

func (FormFileUploaderFieldConfigPtrOutput) ToFormFileUploaderFieldConfigPtrOutputWithContext added in v0.98.0

func (o FormFileUploaderFieldConfigPtrOutput) ToFormFileUploaderFieldConfigPtrOutputWithContext(ctx context.Context) FormFileUploaderFieldConfigPtrOutput

type FormFixedPosition added in v0.72.0

type FormFixedPosition string

func (FormFixedPosition) ElementType added in v0.96.0

func (FormFixedPosition) ElementType() reflect.Type

func (FormFixedPosition) ToFormFixedPositionOutput added in v0.96.0

func (e FormFixedPosition) ToFormFixedPositionOutput() FormFixedPositionOutput

func (FormFixedPosition) ToFormFixedPositionOutputWithContext added in v0.96.0

func (e FormFixedPosition) ToFormFixedPositionOutputWithContext(ctx context.Context) FormFixedPositionOutput

func (FormFixedPosition) ToFormFixedPositionPtrOutput added in v0.96.0

func (e FormFixedPosition) ToFormFixedPositionPtrOutput() FormFixedPositionPtrOutput

func (FormFixedPosition) ToFormFixedPositionPtrOutputWithContext added in v0.96.0

func (e FormFixedPosition) ToFormFixedPositionPtrOutputWithContext(ctx context.Context) FormFixedPositionPtrOutput

func (FormFixedPosition) ToStringOutput added in v0.96.0

func (e FormFixedPosition) ToStringOutput() pulumi.StringOutput

func (FormFixedPosition) ToStringOutputWithContext added in v0.96.0

func (e FormFixedPosition) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (FormFixedPosition) ToStringPtrOutput added in v0.96.0

func (e FormFixedPosition) ToStringPtrOutput() pulumi.StringPtrOutput

func (FormFixedPosition) ToStringPtrOutputWithContext added in v0.96.0

func (e FormFixedPosition) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type FormFixedPositionInput added in v0.96.0

type FormFixedPositionInput interface {
	pulumi.Input

	ToFormFixedPositionOutput() FormFixedPositionOutput
	ToFormFixedPositionOutputWithContext(context.Context) FormFixedPositionOutput
}

FormFixedPositionInput is an input type that accepts values of the FormFixedPosition enum A concrete instance of `FormFixedPositionInput` can be one of the following:

FormFixedPositionFirst

type FormFixedPositionOutput added in v0.96.0

type FormFixedPositionOutput struct{ *pulumi.OutputState }

func (FormFixedPositionOutput) ElementType added in v0.96.0

func (FormFixedPositionOutput) ElementType() reflect.Type

func (FormFixedPositionOutput) ToFormFixedPositionOutput added in v0.96.0

func (o FormFixedPositionOutput) ToFormFixedPositionOutput() FormFixedPositionOutput

func (FormFixedPositionOutput) ToFormFixedPositionOutputWithContext added in v0.96.0

func (o FormFixedPositionOutput) ToFormFixedPositionOutputWithContext(ctx context.Context) FormFixedPositionOutput

func (FormFixedPositionOutput) ToFormFixedPositionPtrOutput added in v0.96.0

func (o FormFixedPositionOutput) ToFormFixedPositionPtrOutput() FormFixedPositionPtrOutput

func (FormFixedPositionOutput) ToFormFixedPositionPtrOutputWithContext added in v0.96.0

func (o FormFixedPositionOutput) ToFormFixedPositionPtrOutputWithContext(ctx context.Context) FormFixedPositionPtrOutput

func (FormFixedPositionOutput) ToStringOutput added in v0.96.0

func (o FormFixedPositionOutput) ToStringOutput() pulumi.StringOutput

func (FormFixedPositionOutput) ToStringOutputWithContext added in v0.96.0

func (o FormFixedPositionOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (FormFixedPositionOutput) ToStringPtrOutput added in v0.96.0

func (o FormFixedPositionOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (FormFixedPositionOutput) ToStringPtrOutputWithContext added in v0.96.0

func (o FormFixedPositionOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type FormFixedPositionPtrInput added in v0.96.0

type FormFixedPositionPtrInput interface {
	pulumi.Input

	ToFormFixedPositionPtrOutput() FormFixedPositionPtrOutput
	ToFormFixedPositionPtrOutputWithContext(context.Context) FormFixedPositionPtrOutput
}

func FormFixedPositionPtr added in v0.96.0

func FormFixedPositionPtr(v string) FormFixedPositionPtrInput

type FormFixedPositionPtrOutput added in v0.96.0

type FormFixedPositionPtrOutput struct{ *pulumi.OutputState }

func (FormFixedPositionPtrOutput) Elem added in v0.96.0

func (FormFixedPositionPtrOutput) ElementType added in v0.96.0

func (FormFixedPositionPtrOutput) ElementType() reflect.Type

func (FormFixedPositionPtrOutput) ToFormFixedPositionPtrOutput added in v0.96.0

func (o FormFixedPositionPtrOutput) ToFormFixedPositionPtrOutput() FormFixedPositionPtrOutput

func (FormFixedPositionPtrOutput) ToFormFixedPositionPtrOutputWithContext added in v0.96.0

func (o FormFixedPositionPtrOutput) ToFormFixedPositionPtrOutputWithContext(ctx context.Context) FormFixedPositionPtrOutput

func (FormFixedPositionPtrOutput) ToStringPtrOutput added in v0.96.0

func (o FormFixedPositionPtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (FormFixedPositionPtrOutput) ToStringPtrOutputWithContext added in v0.96.0

func (o FormFixedPositionPtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type FormInput added in v0.41.0

type FormInput interface {
	pulumi.Input

	ToFormOutput() FormOutput
	ToFormOutputWithContext(ctx context.Context) FormOutput
}

type FormInputBindingPropertiesValue added in v0.98.0

type FormInputBindingPropertiesValue struct {
	BindingProperties *FormInputBindingPropertiesValueProperties `pulumi:"bindingProperties"`
	Type              *string                                    `pulumi:"type"`
}

type FormInputBindingPropertiesValueArgs added in v0.98.0

type FormInputBindingPropertiesValueArgs struct {
	BindingProperties FormInputBindingPropertiesValuePropertiesPtrInput `pulumi:"bindingProperties"`
	Type              pulumi.StringPtrInput                             `pulumi:"type"`
}

func (FormInputBindingPropertiesValueArgs) ElementType added in v0.98.0

func (FormInputBindingPropertiesValueArgs) ToFormInputBindingPropertiesValueOutput added in v0.98.0

func (i FormInputBindingPropertiesValueArgs) ToFormInputBindingPropertiesValueOutput() FormInputBindingPropertiesValueOutput

func (FormInputBindingPropertiesValueArgs) ToFormInputBindingPropertiesValueOutputWithContext added in v0.98.0

func (i FormInputBindingPropertiesValueArgs) ToFormInputBindingPropertiesValueOutputWithContext(ctx context.Context) FormInputBindingPropertiesValueOutput

type FormInputBindingPropertiesValueInput added in v0.98.0

type FormInputBindingPropertiesValueInput interface {
	pulumi.Input

	ToFormInputBindingPropertiesValueOutput() FormInputBindingPropertiesValueOutput
	ToFormInputBindingPropertiesValueOutputWithContext(context.Context) FormInputBindingPropertiesValueOutput
}

FormInputBindingPropertiesValueInput is an input type that accepts FormInputBindingPropertiesValueArgs and FormInputBindingPropertiesValueOutput values. You can construct a concrete instance of `FormInputBindingPropertiesValueInput` via:

FormInputBindingPropertiesValueArgs{...}

type FormInputBindingPropertiesValueMap added in v0.98.0

type FormInputBindingPropertiesValueMap map[string]FormInputBindingPropertiesValueInput

func (FormInputBindingPropertiesValueMap) ElementType added in v0.98.0

func (FormInputBindingPropertiesValueMap) ToFormInputBindingPropertiesValueMapOutput added in v0.98.0

func (i FormInputBindingPropertiesValueMap) ToFormInputBindingPropertiesValueMapOutput() FormInputBindingPropertiesValueMapOutput

func (FormInputBindingPropertiesValueMap) ToFormInputBindingPropertiesValueMapOutputWithContext added in v0.98.0

func (i FormInputBindingPropertiesValueMap) ToFormInputBindingPropertiesValueMapOutputWithContext(ctx context.Context) FormInputBindingPropertiesValueMapOutput

type FormInputBindingPropertiesValueMapInput added in v0.98.0

type FormInputBindingPropertiesValueMapInput interface {
	pulumi.Input

	ToFormInputBindingPropertiesValueMapOutput() FormInputBindingPropertiesValueMapOutput
	ToFormInputBindingPropertiesValueMapOutputWithContext(context.Context) FormInputBindingPropertiesValueMapOutput
}

FormInputBindingPropertiesValueMapInput is an input type that accepts FormInputBindingPropertiesValueMap and FormInputBindingPropertiesValueMapOutput values. You can construct a concrete instance of `FormInputBindingPropertiesValueMapInput` via:

FormInputBindingPropertiesValueMap{ "key": FormInputBindingPropertiesValueArgs{...} }

type FormInputBindingPropertiesValueMapOutput added in v0.98.0

type FormInputBindingPropertiesValueMapOutput struct{ *pulumi.OutputState }

func (FormInputBindingPropertiesValueMapOutput) ElementType added in v0.98.0

func (FormInputBindingPropertiesValueMapOutput) MapIndex added in v0.98.0

func (FormInputBindingPropertiesValueMapOutput) ToFormInputBindingPropertiesValueMapOutput added in v0.98.0

func (o FormInputBindingPropertiesValueMapOutput) ToFormInputBindingPropertiesValueMapOutput() FormInputBindingPropertiesValueMapOutput

func (FormInputBindingPropertiesValueMapOutput) ToFormInputBindingPropertiesValueMapOutputWithContext added in v0.98.0

func (o FormInputBindingPropertiesValueMapOutput) ToFormInputBindingPropertiesValueMapOutputWithContext(ctx context.Context) FormInputBindingPropertiesValueMapOutput

type FormInputBindingPropertiesValueOutput added in v0.98.0

type FormInputBindingPropertiesValueOutput struct{ *pulumi.OutputState }

func (FormInputBindingPropertiesValueOutput) BindingProperties added in v0.98.0

func (FormInputBindingPropertiesValueOutput) ElementType added in v0.98.0

func (FormInputBindingPropertiesValueOutput) ToFormInputBindingPropertiesValueOutput added in v0.98.0

func (o FormInputBindingPropertiesValueOutput) ToFormInputBindingPropertiesValueOutput() FormInputBindingPropertiesValueOutput

func (FormInputBindingPropertiesValueOutput) ToFormInputBindingPropertiesValueOutputWithContext added in v0.98.0

func (o FormInputBindingPropertiesValueOutput) ToFormInputBindingPropertiesValueOutputWithContext(ctx context.Context) FormInputBindingPropertiesValueOutput

func (FormInputBindingPropertiesValueOutput) Type added in v0.98.0

type FormInputBindingPropertiesValueProperties added in v0.98.0

type FormInputBindingPropertiesValueProperties struct {
	Model *string `pulumi:"model"`
}

type FormInputBindingPropertiesValuePropertiesArgs added in v0.98.0

type FormInputBindingPropertiesValuePropertiesArgs struct {
	Model pulumi.StringPtrInput `pulumi:"model"`
}

func (FormInputBindingPropertiesValuePropertiesArgs) ElementType added in v0.98.0

func (FormInputBindingPropertiesValuePropertiesArgs) ToFormInputBindingPropertiesValuePropertiesOutput added in v0.98.0

func (i FormInputBindingPropertiesValuePropertiesArgs) ToFormInputBindingPropertiesValuePropertiesOutput() FormInputBindingPropertiesValuePropertiesOutput

func (FormInputBindingPropertiesValuePropertiesArgs) ToFormInputBindingPropertiesValuePropertiesOutputWithContext added in v0.98.0

func (i FormInputBindingPropertiesValuePropertiesArgs) ToFormInputBindingPropertiesValuePropertiesOutputWithContext(ctx context.Context) FormInputBindingPropertiesValuePropertiesOutput

func (FormInputBindingPropertiesValuePropertiesArgs) ToFormInputBindingPropertiesValuePropertiesPtrOutput added in v0.98.0

func (i FormInputBindingPropertiesValuePropertiesArgs) ToFormInputBindingPropertiesValuePropertiesPtrOutput() FormInputBindingPropertiesValuePropertiesPtrOutput

func (FormInputBindingPropertiesValuePropertiesArgs) ToFormInputBindingPropertiesValuePropertiesPtrOutputWithContext added in v0.98.0

func (i FormInputBindingPropertiesValuePropertiesArgs) ToFormInputBindingPropertiesValuePropertiesPtrOutputWithContext(ctx context.Context) FormInputBindingPropertiesValuePropertiesPtrOutput

type FormInputBindingPropertiesValuePropertiesInput added in v0.98.0

type FormInputBindingPropertiesValuePropertiesInput interface {
	pulumi.Input

	ToFormInputBindingPropertiesValuePropertiesOutput() FormInputBindingPropertiesValuePropertiesOutput
	ToFormInputBindingPropertiesValuePropertiesOutputWithContext(context.Context) FormInputBindingPropertiesValuePropertiesOutput
}

FormInputBindingPropertiesValuePropertiesInput is an input type that accepts FormInputBindingPropertiesValuePropertiesArgs and FormInputBindingPropertiesValuePropertiesOutput values. You can construct a concrete instance of `FormInputBindingPropertiesValuePropertiesInput` via:

FormInputBindingPropertiesValuePropertiesArgs{...}

type FormInputBindingPropertiesValuePropertiesOutput added in v0.98.0

type FormInputBindingPropertiesValuePropertiesOutput struct{ *pulumi.OutputState }

func (FormInputBindingPropertiesValuePropertiesOutput) ElementType added in v0.98.0

func (FormInputBindingPropertiesValuePropertiesOutput) Model added in v0.98.0

func (FormInputBindingPropertiesValuePropertiesOutput) ToFormInputBindingPropertiesValuePropertiesOutput added in v0.98.0

func (o FormInputBindingPropertiesValuePropertiesOutput) ToFormInputBindingPropertiesValuePropertiesOutput() FormInputBindingPropertiesValuePropertiesOutput

func (FormInputBindingPropertiesValuePropertiesOutput) ToFormInputBindingPropertiesValuePropertiesOutputWithContext added in v0.98.0

func (o FormInputBindingPropertiesValuePropertiesOutput) ToFormInputBindingPropertiesValuePropertiesOutputWithContext(ctx context.Context) FormInputBindingPropertiesValuePropertiesOutput

func (FormInputBindingPropertiesValuePropertiesOutput) ToFormInputBindingPropertiesValuePropertiesPtrOutput added in v0.98.0

func (o FormInputBindingPropertiesValuePropertiesOutput) ToFormInputBindingPropertiesValuePropertiesPtrOutput() FormInputBindingPropertiesValuePropertiesPtrOutput

func (FormInputBindingPropertiesValuePropertiesOutput) ToFormInputBindingPropertiesValuePropertiesPtrOutputWithContext added in v0.98.0

func (o FormInputBindingPropertiesValuePropertiesOutput) ToFormInputBindingPropertiesValuePropertiesPtrOutputWithContext(ctx context.Context) FormInputBindingPropertiesValuePropertiesPtrOutput

type FormInputBindingPropertiesValuePropertiesPtrInput added in v0.98.0

type FormInputBindingPropertiesValuePropertiesPtrInput interface {
	pulumi.Input

	ToFormInputBindingPropertiesValuePropertiesPtrOutput() FormInputBindingPropertiesValuePropertiesPtrOutput
	ToFormInputBindingPropertiesValuePropertiesPtrOutputWithContext(context.Context) FormInputBindingPropertiesValuePropertiesPtrOutput
}

FormInputBindingPropertiesValuePropertiesPtrInput is an input type that accepts FormInputBindingPropertiesValuePropertiesArgs, FormInputBindingPropertiesValuePropertiesPtr and FormInputBindingPropertiesValuePropertiesPtrOutput values. You can construct a concrete instance of `FormInputBindingPropertiesValuePropertiesPtrInput` via:

        FormInputBindingPropertiesValuePropertiesArgs{...}

or:

        nil

type FormInputBindingPropertiesValuePropertiesPtrOutput added in v0.98.0

type FormInputBindingPropertiesValuePropertiesPtrOutput struct{ *pulumi.OutputState }

func (FormInputBindingPropertiesValuePropertiesPtrOutput) Elem added in v0.98.0

func (FormInputBindingPropertiesValuePropertiesPtrOutput) ElementType added in v0.98.0

func (FormInputBindingPropertiesValuePropertiesPtrOutput) Model added in v0.98.0

func (FormInputBindingPropertiesValuePropertiesPtrOutput) ToFormInputBindingPropertiesValuePropertiesPtrOutput added in v0.98.0

func (o FormInputBindingPropertiesValuePropertiesPtrOutput) ToFormInputBindingPropertiesValuePropertiesPtrOutput() FormInputBindingPropertiesValuePropertiesPtrOutput

func (FormInputBindingPropertiesValuePropertiesPtrOutput) ToFormInputBindingPropertiesValuePropertiesPtrOutputWithContext added in v0.98.0

func (o FormInputBindingPropertiesValuePropertiesPtrOutput) ToFormInputBindingPropertiesValuePropertiesPtrOutputWithContext(ctx context.Context) FormInputBindingPropertiesValuePropertiesPtrOutput

type FormInputValueProperty added in v0.98.0

type FormInputValueProperty struct {
	BindingProperties *FormInputValuePropertyBindingProperties `pulumi:"bindingProperties"`
	Concat            []FormInputValueProperty                 `pulumi:"concat"`
	Value             *string                                  `pulumi:"value"`
}

type FormInputValuePropertyArgs added in v0.98.0

type FormInputValuePropertyArgs struct {
	BindingProperties FormInputValuePropertyBindingPropertiesPtrInput `pulumi:"bindingProperties"`
	Concat            FormInputValuePropertyArrayInput                `pulumi:"concat"`
	Value             pulumi.StringPtrInput                           `pulumi:"value"`
}

func (FormInputValuePropertyArgs) ElementType added in v0.98.0

func (FormInputValuePropertyArgs) ElementType() reflect.Type

func (FormInputValuePropertyArgs) ToFormInputValuePropertyOutput added in v0.98.0

func (i FormInputValuePropertyArgs) ToFormInputValuePropertyOutput() FormInputValuePropertyOutput

func (FormInputValuePropertyArgs) ToFormInputValuePropertyOutputWithContext added in v0.98.0

func (i FormInputValuePropertyArgs) ToFormInputValuePropertyOutputWithContext(ctx context.Context) FormInputValuePropertyOutput

func (FormInputValuePropertyArgs) ToFormInputValuePropertyPtrOutput added in v0.98.0

func (i FormInputValuePropertyArgs) ToFormInputValuePropertyPtrOutput() FormInputValuePropertyPtrOutput

func (FormInputValuePropertyArgs) ToFormInputValuePropertyPtrOutputWithContext added in v0.98.0

func (i FormInputValuePropertyArgs) ToFormInputValuePropertyPtrOutputWithContext(ctx context.Context) FormInputValuePropertyPtrOutput

type FormInputValuePropertyArray added in v0.98.0

type FormInputValuePropertyArray []FormInputValuePropertyInput

func (FormInputValuePropertyArray) ElementType added in v0.98.0

func (FormInputValuePropertyArray) ToFormInputValuePropertyArrayOutput added in v0.98.0

func (i FormInputValuePropertyArray) ToFormInputValuePropertyArrayOutput() FormInputValuePropertyArrayOutput

func (FormInputValuePropertyArray) ToFormInputValuePropertyArrayOutputWithContext added in v0.98.0

func (i FormInputValuePropertyArray) ToFormInputValuePropertyArrayOutputWithContext(ctx context.Context) FormInputValuePropertyArrayOutput

type FormInputValuePropertyArrayInput added in v0.98.0

type FormInputValuePropertyArrayInput interface {
	pulumi.Input

	ToFormInputValuePropertyArrayOutput() FormInputValuePropertyArrayOutput
	ToFormInputValuePropertyArrayOutputWithContext(context.Context) FormInputValuePropertyArrayOutput
}

FormInputValuePropertyArrayInput is an input type that accepts FormInputValuePropertyArray and FormInputValuePropertyArrayOutput values. You can construct a concrete instance of `FormInputValuePropertyArrayInput` via:

FormInputValuePropertyArray{ FormInputValuePropertyArgs{...} }

type FormInputValuePropertyArrayOutput added in v0.98.0

type FormInputValuePropertyArrayOutput struct{ *pulumi.OutputState }

func (FormInputValuePropertyArrayOutput) ElementType added in v0.98.0

func (FormInputValuePropertyArrayOutput) Index added in v0.98.0

func (FormInputValuePropertyArrayOutput) ToFormInputValuePropertyArrayOutput added in v0.98.0

func (o FormInputValuePropertyArrayOutput) ToFormInputValuePropertyArrayOutput() FormInputValuePropertyArrayOutput

func (FormInputValuePropertyArrayOutput) ToFormInputValuePropertyArrayOutputWithContext added in v0.98.0

func (o FormInputValuePropertyArrayOutput) ToFormInputValuePropertyArrayOutputWithContext(ctx context.Context) FormInputValuePropertyArrayOutput

type FormInputValuePropertyBindingProperties added in v0.98.0

type FormInputValuePropertyBindingProperties struct {
	Field    *string `pulumi:"field"`
	Property string  `pulumi:"property"`
}

type FormInputValuePropertyBindingPropertiesArgs added in v0.98.0

type FormInputValuePropertyBindingPropertiesArgs struct {
	Field    pulumi.StringPtrInput `pulumi:"field"`
	Property pulumi.StringInput    `pulumi:"property"`
}

func (FormInputValuePropertyBindingPropertiesArgs) ElementType added in v0.98.0

func (FormInputValuePropertyBindingPropertiesArgs) ToFormInputValuePropertyBindingPropertiesOutput added in v0.98.0

func (i FormInputValuePropertyBindingPropertiesArgs) ToFormInputValuePropertyBindingPropertiesOutput() FormInputValuePropertyBindingPropertiesOutput

func (FormInputValuePropertyBindingPropertiesArgs) ToFormInputValuePropertyBindingPropertiesOutputWithContext added in v0.98.0

func (i FormInputValuePropertyBindingPropertiesArgs) ToFormInputValuePropertyBindingPropertiesOutputWithContext(ctx context.Context) FormInputValuePropertyBindingPropertiesOutput

func (FormInputValuePropertyBindingPropertiesArgs) ToFormInputValuePropertyBindingPropertiesPtrOutput added in v0.98.0

func (i FormInputValuePropertyBindingPropertiesArgs) ToFormInputValuePropertyBindingPropertiesPtrOutput() FormInputValuePropertyBindingPropertiesPtrOutput

func (FormInputValuePropertyBindingPropertiesArgs) ToFormInputValuePropertyBindingPropertiesPtrOutputWithContext added in v0.98.0

func (i FormInputValuePropertyBindingPropertiesArgs) ToFormInputValuePropertyBindingPropertiesPtrOutputWithContext(ctx context.Context) FormInputValuePropertyBindingPropertiesPtrOutput

type FormInputValuePropertyBindingPropertiesInput added in v0.98.0

type FormInputValuePropertyBindingPropertiesInput interface {
	pulumi.Input

	ToFormInputValuePropertyBindingPropertiesOutput() FormInputValuePropertyBindingPropertiesOutput
	ToFormInputValuePropertyBindingPropertiesOutputWithContext(context.Context) FormInputValuePropertyBindingPropertiesOutput
}

FormInputValuePropertyBindingPropertiesInput is an input type that accepts FormInputValuePropertyBindingPropertiesArgs and FormInputValuePropertyBindingPropertiesOutput values. You can construct a concrete instance of `FormInputValuePropertyBindingPropertiesInput` via:

FormInputValuePropertyBindingPropertiesArgs{...}

type FormInputValuePropertyBindingPropertiesOutput added in v0.98.0

type FormInputValuePropertyBindingPropertiesOutput struct{ *pulumi.OutputState }

func (FormInputValuePropertyBindingPropertiesOutput) ElementType added in v0.98.0

func (FormInputValuePropertyBindingPropertiesOutput) Field added in v0.98.0

func (FormInputValuePropertyBindingPropertiesOutput) Property added in v0.98.0

func (FormInputValuePropertyBindingPropertiesOutput) ToFormInputValuePropertyBindingPropertiesOutput added in v0.98.0

func (o FormInputValuePropertyBindingPropertiesOutput) ToFormInputValuePropertyBindingPropertiesOutput() FormInputValuePropertyBindingPropertiesOutput

func (FormInputValuePropertyBindingPropertiesOutput) ToFormInputValuePropertyBindingPropertiesOutputWithContext added in v0.98.0

func (o FormInputValuePropertyBindingPropertiesOutput) ToFormInputValuePropertyBindingPropertiesOutputWithContext(ctx context.Context) FormInputValuePropertyBindingPropertiesOutput

func (FormInputValuePropertyBindingPropertiesOutput) ToFormInputValuePropertyBindingPropertiesPtrOutput added in v0.98.0

func (o FormInputValuePropertyBindingPropertiesOutput) ToFormInputValuePropertyBindingPropertiesPtrOutput() FormInputValuePropertyBindingPropertiesPtrOutput

func (FormInputValuePropertyBindingPropertiesOutput) ToFormInputValuePropertyBindingPropertiesPtrOutputWithContext added in v0.98.0

func (o FormInputValuePropertyBindingPropertiesOutput) ToFormInputValuePropertyBindingPropertiesPtrOutputWithContext(ctx context.Context) FormInputValuePropertyBindingPropertiesPtrOutput

type FormInputValuePropertyBindingPropertiesPtrInput added in v0.98.0

type FormInputValuePropertyBindingPropertiesPtrInput interface {
	pulumi.Input

	ToFormInputValuePropertyBindingPropertiesPtrOutput() FormInputValuePropertyBindingPropertiesPtrOutput
	ToFormInputValuePropertyBindingPropertiesPtrOutputWithContext(context.Context) FormInputValuePropertyBindingPropertiesPtrOutput
}

FormInputValuePropertyBindingPropertiesPtrInput is an input type that accepts FormInputValuePropertyBindingPropertiesArgs, FormInputValuePropertyBindingPropertiesPtr and FormInputValuePropertyBindingPropertiesPtrOutput values. You can construct a concrete instance of `FormInputValuePropertyBindingPropertiesPtrInput` via:

        FormInputValuePropertyBindingPropertiesArgs{...}

or:

        nil

type FormInputValuePropertyBindingPropertiesPtrOutput added in v0.98.0

type FormInputValuePropertyBindingPropertiesPtrOutput struct{ *pulumi.OutputState }

func (FormInputValuePropertyBindingPropertiesPtrOutput) Elem added in v0.98.0

func (FormInputValuePropertyBindingPropertiesPtrOutput) ElementType added in v0.98.0

func (FormInputValuePropertyBindingPropertiesPtrOutput) Field added in v0.98.0

func (FormInputValuePropertyBindingPropertiesPtrOutput) Property added in v0.98.0

func (FormInputValuePropertyBindingPropertiesPtrOutput) ToFormInputValuePropertyBindingPropertiesPtrOutput added in v0.98.0

func (o FormInputValuePropertyBindingPropertiesPtrOutput) ToFormInputValuePropertyBindingPropertiesPtrOutput() FormInputValuePropertyBindingPropertiesPtrOutput

func (FormInputValuePropertyBindingPropertiesPtrOutput) ToFormInputValuePropertyBindingPropertiesPtrOutputWithContext added in v0.98.0

func (o FormInputValuePropertyBindingPropertiesPtrOutput) ToFormInputValuePropertyBindingPropertiesPtrOutputWithContext(ctx context.Context) FormInputValuePropertyBindingPropertiesPtrOutput

type FormInputValuePropertyInput added in v0.98.0

type FormInputValuePropertyInput interface {
	pulumi.Input

	ToFormInputValuePropertyOutput() FormInputValuePropertyOutput
	ToFormInputValuePropertyOutputWithContext(context.Context) FormInputValuePropertyOutput
}

FormInputValuePropertyInput is an input type that accepts FormInputValuePropertyArgs and FormInputValuePropertyOutput values. You can construct a concrete instance of `FormInputValuePropertyInput` via:

FormInputValuePropertyArgs{...}

type FormInputValuePropertyOutput added in v0.98.0

type FormInputValuePropertyOutput struct{ *pulumi.OutputState }

func (FormInputValuePropertyOutput) BindingProperties added in v0.98.0

func (FormInputValuePropertyOutput) Concat added in v0.98.0

func (FormInputValuePropertyOutput) ElementType added in v0.98.0

func (FormInputValuePropertyOutput) ToFormInputValuePropertyOutput added in v0.98.0

func (o FormInputValuePropertyOutput) ToFormInputValuePropertyOutput() FormInputValuePropertyOutput

func (FormInputValuePropertyOutput) ToFormInputValuePropertyOutputWithContext added in v0.98.0

func (o FormInputValuePropertyOutput) ToFormInputValuePropertyOutputWithContext(ctx context.Context) FormInputValuePropertyOutput

func (FormInputValuePropertyOutput) ToFormInputValuePropertyPtrOutput added in v0.98.0

func (o FormInputValuePropertyOutput) ToFormInputValuePropertyPtrOutput() FormInputValuePropertyPtrOutput

func (FormInputValuePropertyOutput) ToFormInputValuePropertyPtrOutputWithContext added in v0.98.0

func (o FormInputValuePropertyOutput) ToFormInputValuePropertyPtrOutputWithContext(ctx context.Context) FormInputValuePropertyPtrOutput

func (FormInputValuePropertyOutput) Value added in v0.98.0

type FormInputValuePropertyPtrInput added in v0.98.0

type FormInputValuePropertyPtrInput interface {
	pulumi.Input

	ToFormInputValuePropertyPtrOutput() FormInputValuePropertyPtrOutput
	ToFormInputValuePropertyPtrOutputWithContext(context.Context) FormInputValuePropertyPtrOutput
}

FormInputValuePropertyPtrInput is an input type that accepts FormInputValuePropertyArgs, FormInputValuePropertyPtr and FormInputValuePropertyPtrOutput values. You can construct a concrete instance of `FormInputValuePropertyPtrInput` via:

        FormInputValuePropertyArgs{...}

or:

        nil

func FormInputValuePropertyPtr added in v0.98.0

func FormInputValuePropertyPtr(v *FormInputValuePropertyArgs) FormInputValuePropertyPtrInput

type FormInputValuePropertyPtrOutput added in v0.98.0

type FormInputValuePropertyPtrOutput struct{ *pulumi.OutputState }

func (FormInputValuePropertyPtrOutput) BindingProperties added in v0.98.0

func (FormInputValuePropertyPtrOutput) Concat added in v0.98.0

func (FormInputValuePropertyPtrOutput) Elem added in v0.98.0

func (FormInputValuePropertyPtrOutput) ElementType added in v0.98.0

func (FormInputValuePropertyPtrOutput) ToFormInputValuePropertyPtrOutput added in v0.98.0

func (o FormInputValuePropertyPtrOutput) ToFormInputValuePropertyPtrOutput() FormInputValuePropertyPtrOutput

func (FormInputValuePropertyPtrOutput) ToFormInputValuePropertyPtrOutputWithContext added in v0.98.0

func (o FormInputValuePropertyPtrOutput) ToFormInputValuePropertyPtrOutputWithContext(ctx context.Context) FormInputValuePropertyPtrOutput

func (FormInputValuePropertyPtrOutput) Value added in v0.98.0

type FormLabelDecorator added in v0.61.0

type FormLabelDecorator string

func (FormLabelDecorator) ElementType added in v0.61.0

func (FormLabelDecorator) ElementType() reflect.Type

func (FormLabelDecorator) ToFormLabelDecoratorOutput added in v0.61.0

func (e FormLabelDecorator) ToFormLabelDecoratorOutput() FormLabelDecoratorOutput

func (FormLabelDecorator) ToFormLabelDecoratorOutputWithContext added in v0.61.0

func (e FormLabelDecorator) ToFormLabelDecoratorOutputWithContext(ctx context.Context) FormLabelDecoratorOutput

func (FormLabelDecorator) ToFormLabelDecoratorPtrOutput added in v0.61.0

func (e FormLabelDecorator) ToFormLabelDecoratorPtrOutput() FormLabelDecoratorPtrOutput

func (FormLabelDecorator) ToFormLabelDecoratorPtrOutputWithContext added in v0.61.0

func (e FormLabelDecorator) ToFormLabelDecoratorPtrOutputWithContext(ctx context.Context) FormLabelDecoratorPtrOutput

func (FormLabelDecorator) ToStringOutput added in v0.61.0

func (e FormLabelDecorator) ToStringOutput() pulumi.StringOutput

func (FormLabelDecorator) ToStringOutputWithContext added in v0.61.0

func (e FormLabelDecorator) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (FormLabelDecorator) ToStringPtrOutput added in v0.61.0

func (e FormLabelDecorator) ToStringPtrOutput() pulumi.StringPtrOutput

func (FormLabelDecorator) ToStringPtrOutputWithContext added in v0.61.0

func (e FormLabelDecorator) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type FormLabelDecoratorInput added in v0.61.0

type FormLabelDecoratorInput interface {
	pulumi.Input

	ToFormLabelDecoratorOutput() FormLabelDecoratorOutput
	ToFormLabelDecoratorOutputWithContext(context.Context) FormLabelDecoratorOutput
}

FormLabelDecoratorInput is an input type that accepts values of the FormLabelDecorator enum A concrete instance of `FormLabelDecoratorInput` can be one of the following:

FormLabelDecoratorRequired
FormLabelDecoratorOptional
FormLabelDecoratorNone

type FormLabelDecoratorOutput added in v0.61.0

type FormLabelDecoratorOutput struct{ *pulumi.OutputState }

func (FormLabelDecoratorOutput) ElementType added in v0.61.0

func (FormLabelDecoratorOutput) ElementType() reflect.Type

func (FormLabelDecoratorOutput) ToFormLabelDecoratorOutput added in v0.61.0

func (o FormLabelDecoratorOutput) ToFormLabelDecoratorOutput() FormLabelDecoratorOutput

func (FormLabelDecoratorOutput) ToFormLabelDecoratorOutputWithContext added in v0.61.0

func (o FormLabelDecoratorOutput) ToFormLabelDecoratorOutputWithContext(ctx context.Context) FormLabelDecoratorOutput

func (FormLabelDecoratorOutput) ToFormLabelDecoratorPtrOutput added in v0.61.0

func (o FormLabelDecoratorOutput) ToFormLabelDecoratorPtrOutput() FormLabelDecoratorPtrOutput

func (FormLabelDecoratorOutput) ToFormLabelDecoratorPtrOutputWithContext added in v0.61.0

func (o FormLabelDecoratorOutput) ToFormLabelDecoratorPtrOutputWithContext(ctx context.Context) FormLabelDecoratorPtrOutput

func (FormLabelDecoratorOutput) ToStringOutput added in v0.61.0

func (o FormLabelDecoratorOutput) ToStringOutput() pulumi.StringOutput

func (FormLabelDecoratorOutput) ToStringOutputWithContext added in v0.61.0

func (o FormLabelDecoratorOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (FormLabelDecoratorOutput) ToStringPtrOutput added in v0.61.0

func (o FormLabelDecoratorOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (FormLabelDecoratorOutput) ToStringPtrOutputWithContext added in v0.61.0

func (o FormLabelDecoratorOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type FormLabelDecoratorPtrInput added in v0.61.0

type FormLabelDecoratorPtrInput interface {
	pulumi.Input

	ToFormLabelDecoratorPtrOutput() FormLabelDecoratorPtrOutput
	ToFormLabelDecoratorPtrOutputWithContext(context.Context) FormLabelDecoratorPtrOutput
}

func FormLabelDecoratorPtr added in v0.61.0

func FormLabelDecoratorPtr(v string) FormLabelDecoratorPtrInput

type FormLabelDecoratorPtrOutput added in v0.61.0

type FormLabelDecoratorPtrOutput struct{ *pulumi.OutputState }

func (FormLabelDecoratorPtrOutput) Elem added in v0.61.0

func (FormLabelDecoratorPtrOutput) ElementType added in v0.61.0

func (FormLabelDecoratorPtrOutput) ToFormLabelDecoratorPtrOutput added in v0.61.0

func (o FormLabelDecoratorPtrOutput) ToFormLabelDecoratorPtrOutput() FormLabelDecoratorPtrOutput

func (FormLabelDecoratorPtrOutput) ToFormLabelDecoratorPtrOutputWithContext added in v0.61.0

func (o FormLabelDecoratorPtrOutput) ToFormLabelDecoratorPtrOutputWithContext(ctx context.Context) FormLabelDecoratorPtrOutput

func (FormLabelDecoratorPtrOutput) ToStringPtrOutput added in v0.61.0

func (o FormLabelDecoratorPtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (FormLabelDecoratorPtrOutput) ToStringPtrOutputWithContext added in v0.61.0

func (o FormLabelDecoratorPtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type FormOutput added in v0.41.0

type FormOutput struct{ *pulumi.OutputState }

func (FormOutput) AppId added in v0.41.0

func (o FormOutput) AppId() pulumi.StringPtrOutput

func (FormOutput) AwsId added in v0.99.0

func (o FormOutput) AwsId() pulumi.StringOutput

func (FormOutput) Cta added in v0.41.0

func (o FormOutput) Cta() FormCtaPtrOutput

func (FormOutput) DataType added in v0.41.0

func (FormOutput) ElementType added in v0.41.0

func (FormOutput) ElementType() reflect.Type

func (FormOutput) EnvironmentName added in v0.41.0

func (o FormOutput) EnvironmentName() pulumi.StringPtrOutput

func (FormOutput) Fields added in v0.41.0

func (FormOutput) FormActionType added in v0.41.0

func (o FormOutput) FormActionType() FormActionTypePtrOutput

func (FormOutput) LabelDecorator added in v0.61.0

func (o FormOutput) LabelDecorator() FormLabelDecoratorPtrOutput

func (FormOutput) Name added in v0.41.0

func (FormOutput) SchemaVersion added in v0.41.0

func (o FormOutput) SchemaVersion() pulumi.StringPtrOutput

func (FormOutput) SectionalElements added in v0.41.0

func (o FormOutput) SectionalElements() FormSectionalElementMapOutput

func (FormOutput) Style added in v0.41.0

func (o FormOutput) Style() FormStylePtrOutput

func (FormOutput) Tags added in v0.41.0

func (FormOutput) ToFormOutput added in v0.41.0

func (o FormOutput) ToFormOutput() FormOutput

func (FormOutput) ToFormOutputWithContext added in v0.41.0

func (o FormOutput) ToFormOutputWithContext(ctx context.Context) FormOutput

type FormSectionalElement added in v0.98.0

type FormSectionalElement struct {
	Excluded    *bool       `pulumi:"excluded"`
	Level       *float64    `pulumi:"level"`
	Orientation *string     `pulumi:"orientation"`
	Position    interface{} `pulumi:"position"`
	Text        *string     `pulumi:"text"`
	Type        string      `pulumi:"type"`
}

type FormSectionalElementArgs added in v0.98.0

type FormSectionalElementArgs struct {
	Excluded    pulumi.BoolPtrInput    `pulumi:"excluded"`
	Level       pulumi.Float64PtrInput `pulumi:"level"`
	Orientation pulumi.StringPtrInput  `pulumi:"orientation"`
	Position    pulumi.Input           `pulumi:"position"`
	Text        pulumi.StringPtrInput  `pulumi:"text"`
	Type        pulumi.StringInput     `pulumi:"type"`
}

func (FormSectionalElementArgs) ElementType added in v0.98.0

func (FormSectionalElementArgs) ElementType() reflect.Type

func (FormSectionalElementArgs) ToFormSectionalElementOutput added in v0.98.0

func (i FormSectionalElementArgs) ToFormSectionalElementOutput() FormSectionalElementOutput

func (FormSectionalElementArgs) ToFormSectionalElementOutputWithContext added in v0.98.0

func (i FormSectionalElementArgs) ToFormSectionalElementOutputWithContext(ctx context.Context) FormSectionalElementOutput

type FormSectionalElementInput added in v0.98.0

type FormSectionalElementInput interface {
	pulumi.Input

	ToFormSectionalElementOutput() FormSectionalElementOutput
	ToFormSectionalElementOutputWithContext(context.Context) FormSectionalElementOutput
}

FormSectionalElementInput is an input type that accepts FormSectionalElementArgs and FormSectionalElementOutput values. You can construct a concrete instance of `FormSectionalElementInput` via:

FormSectionalElementArgs{...}

type FormSectionalElementMap added in v0.41.0

type FormSectionalElementMap map[string]FormSectionalElementInput

func (FormSectionalElementMap) ElementType added in v0.98.0

func (FormSectionalElementMap) ElementType() reflect.Type

func (FormSectionalElementMap) ToFormSectionalElementMapOutput added in v0.98.0

func (i FormSectionalElementMap) ToFormSectionalElementMapOutput() FormSectionalElementMapOutput

func (FormSectionalElementMap) ToFormSectionalElementMapOutputWithContext added in v0.98.0

func (i FormSectionalElementMap) ToFormSectionalElementMapOutputWithContext(ctx context.Context) FormSectionalElementMapOutput

type FormSectionalElementMapInput added in v0.41.0

type FormSectionalElementMapInput interface {
	pulumi.Input

	ToFormSectionalElementMapOutput() FormSectionalElementMapOutput
	ToFormSectionalElementMapOutputWithContext(context.Context) FormSectionalElementMapOutput
}

FormSectionalElementMapInput is an input type that accepts FormSectionalElementMap and FormSectionalElementMapOutput values. You can construct a concrete instance of `FormSectionalElementMapInput` via:

FormSectionalElementMap{ "key": FormSectionalElementArgs{...} }

type FormSectionalElementMapOutput added in v0.41.0

type FormSectionalElementMapOutput struct{ *pulumi.OutputState }

func (FormSectionalElementMapOutput) ElementType added in v0.41.0

func (FormSectionalElementMapOutput) MapIndex added in v0.98.0

func (FormSectionalElementMapOutput) ToFormSectionalElementMapOutput added in v0.41.0

func (o FormSectionalElementMapOutput) ToFormSectionalElementMapOutput() FormSectionalElementMapOutput

func (FormSectionalElementMapOutput) ToFormSectionalElementMapOutputWithContext added in v0.41.0

func (o FormSectionalElementMapOutput) ToFormSectionalElementMapOutputWithContext(ctx context.Context) FormSectionalElementMapOutput

type FormSectionalElementOutput added in v0.98.0

type FormSectionalElementOutput struct{ *pulumi.OutputState }

func (FormSectionalElementOutput) ElementType added in v0.98.0

func (FormSectionalElementOutput) ElementType() reflect.Type

func (FormSectionalElementOutput) Excluded added in v0.98.0

func (FormSectionalElementOutput) Level added in v0.98.0

func (FormSectionalElementOutput) Orientation added in v0.98.0

func (FormSectionalElementOutput) Position added in v0.98.0

func (FormSectionalElementOutput) Text added in v0.98.0

func (FormSectionalElementOutput) ToFormSectionalElementOutput added in v0.98.0

func (o FormSectionalElementOutput) ToFormSectionalElementOutput() FormSectionalElementOutput

func (FormSectionalElementOutput) ToFormSectionalElementOutputWithContext added in v0.98.0

func (o FormSectionalElementOutput) ToFormSectionalElementOutputWithContext(ctx context.Context) FormSectionalElementOutput

func (FormSectionalElementOutput) Type added in v0.98.0

type FormState added in v0.41.0

type FormState struct {
}

func (FormState) ElementType added in v0.41.0

func (FormState) ElementType() reflect.Type

type FormStorageAccessLevel added in v0.98.0

type FormStorageAccessLevel string

func (FormStorageAccessLevel) ElementType added in v0.98.0

func (FormStorageAccessLevel) ElementType() reflect.Type

func (FormStorageAccessLevel) ToFormStorageAccessLevelOutput added in v0.98.0

func (e FormStorageAccessLevel) ToFormStorageAccessLevelOutput() FormStorageAccessLevelOutput

func (FormStorageAccessLevel) ToFormStorageAccessLevelOutputWithContext added in v0.98.0

func (e FormStorageAccessLevel) ToFormStorageAccessLevelOutputWithContext(ctx context.Context) FormStorageAccessLevelOutput

func (FormStorageAccessLevel) ToFormStorageAccessLevelPtrOutput added in v0.98.0

func (e FormStorageAccessLevel) ToFormStorageAccessLevelPtrOutput() FormStorageAccessLevelPtrOutput

func (FormStorageAccessLevel) ToFormStorageAccessLevelPtrOutputWithContext added in v0.98.0

func (e FormStorageAccessLevel) ToFormStorageAccessLevelPtrOutputWithContext(ctx context.Context) FormStorageAccessLevelPtrOutput

func (FormStorageAccessLevel) ToStringOutput added in v0.98.0

func (e FormStorageAccessLevel) ToStringOutput() pulumi.StringOutput

func (FormStorageAccessLevel) ToStringOutputWithContext added in v0.98.0

func (e FormStorageAccessLevel) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (FormStorageAccessLevel) ToStringPtrOutput added in v0.98.0

func (e FormStorageAccessLevel) ToStringPtrOutput() pulumi.StringPtrOutput

func (FormStorageAccessLevel) ToStringPtrOutputWithContext added in v0.98.0

func (e FormStorageAccessLevel) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type FormStorageAccessLevelInput added in v0.98.0

type FormStorageAccessLevelInput interface {
	pulumi.Input

	ToFormStorageAccessLevelOutput() FormStorageAccessLevelOutput
	ToFormStorageAccessLevelOutputWithContext(context.Context) FormStorageAccessLevelOutput
}

FormStorageAccessLevelInput is an input type that accepts values of the FormStorageAccessLevel enum A concrete instance of `FormStorageAccessLevelInput` can be one of the following:

FormStorageAccessLevelPublic
FormStorageAccessLevelProtected
FormStorageAccessLevelPrivate

type FormStorageAccessLevelOutput added in v0.98.0

type FormStorageAccessLevelOutput struct{ *pulumi.OutputState }

func (FormStorageAccessLevelOutput) ElementType added in v0.98.0

func (FormStorageAccessLevelOutput) ToFormStorageAccessLevelOutput added in v0.98.0

func (o FormStorageAccessLevelOutput) ToFormStorageAccessLevelOutput() FormStorageAccessLevelOutput

func (FormStorageAccessLevelOutput) ToFormStorageAccessLevelOutputWithContext added in v0.98.0

func (o FormStorageAccessLevelOutput) ToFormStorageAccessLevelOutputWithContext(ctx context.Context) FormStorageAccessLevelOutput

func (FormStorageAccessLevelOutput) ToFormStorageAccessLevelPtrOutput added in v0.98.0

func (o FormStorageAccessLevelOutput) ToFormStorageAccessLevelPtrOutput() FormStorageAccessLevelPtrOutput

func (FormStorageAccessLevelOutput) ToFormStorageAccessLevelPtrOutputWithContext added in v0.98.0

func (o FormStorageAccessLevelOutput) ToFormStorageAccessLevelPtrOutputWithContext(ctx context.Context) FormStorageAccessLevelPtrOutput

func (FormStorageAccessLevelOutput) ToStringOutput added in v0.98.0

func (FormStorageAccessLevelOutput) ToStringOutputWithContext added in v0.98.0

func (o FormStorageAccessLevelOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (FormStorageAccessLevelOutput) ToStringPtrOutput added in v0.98.0

func (o FormStorageAccessLevelOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (FormStorageAccessLevelOutput) ToStringPtrOutputWithContext added in v0.98.0

func (o FormStorageAccessLevelOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type FormStorageAccessLevelPtrInput added in v0.98.0

type FormStorageAccessLevelPtrInput interface {
	pulumi.Input

	ToFormStorageAccessLevelPtrOutput() FormStorageAccessLevelPtrOutput
	ToFormStorageAccessLevelPtrOutputWithContext(context.Context) FormStorageAccessLevelPtrOutput
}

func FormStorageAccessLevelPtr added in v0.98.0

func FormStorageAccessLevelPtr(v string) FormStorageAccessLevelPtrInput

type FormStorageAccessLevelPtrOutput added in v0.98.0

type FormStorageAccessLevelPtrOutput struct{ *pulumi.OutputState }

func (FormStorageAccessLevelPtrOutput) Elem added in v0.98.0

func (FormStorageAccessLevelPtrOutput) ElementType added in v0.98.0

func (FormStorageAccessLevelPtrOutput) ToFormStorageAccessLevelPtrOutput added in v0.98.0

func (o FormStorageAccessLevelPtrOutput) ToFormStorageAccessLevelPtrOutput() FormStorageAccessLevelPtrOutput

func (FormStorageAccessLevelPtrOutput) ToFormStorageAccessLevelPtrOutputWithContext added in v0.98.0

func (o FormStorageAccessLevelPtrOutput) ToFormStorageAccessLevelPtrOutputWithContext(ctx context.Context) FormStorageAccessLevelPtrOutput

func (FormStorageAccessLevelPtrOutput) ToStringPtrOutput added in v0.98.0

func (FormStorageAccessLevelPtrOutput) ToStringPtrOutputWithContext added in v0.98.0

func (o FormStorageAccessLevelPtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type FormStyle added in v0.41.0

type FormStyle struct {
	HorizontalGap interface{} `pulumi:"horizontalGap"`
	OuterPadding  interface{} `pulumi:"outerPadding"`
	VerticalGap   interface{} `pulumi:"verticalGap"`
}

type FormStyleArgs added in v0.41.0

type FormStyleArgs struct {
	HorizontalGap pulumi.Input `pulumi:"horizontalGap"`
	OuterPadding  pulumi.Input `pulumi:"outerPadding"`
	VerticalGap   pulumi.Input `pulumi:"verticalGap"`
}

func (FormStyleArgs) ElementType added in v0.41.0

func (FormStyleArgs) ElementType() reflect.Type

func (FormStyleArgs) ToFormStyleOutput added in v0.41.0

func (i FormStyleArgs) ToFormStyleOutput() FormStyleOutput

func (FormStyleArgs) ToFormStyleOutputWithContext added in v0.41.0

func (i FormStyleArgs) ToFormStyleOutputWithContext(ctx context.Context) FormStyleOutput

func (FormStyleArgs) ToFormStylePtrOutput added in v0.96.0

func (i FormStyleArgs) ToFormStylePtrOutput() FormStylePtrOutput

func (FormStyleArgs) ToFormStylePtrOutputWithContext added in v0.96.0

func (i FormStyleArgs) ToFormStylePtrOutputWithContext(ctx context.Context) FormStylePtrOutput

type FormStyleConfig0Properties added in v0.72.0

type FormStyleConfig0Properties struct {
	TokenReference string `pulumi:"tokenReference"`
}

type FormStyleConfig0PropertiesArgs added in v0.96.0

type FormStyleConfig0PropertiesArgs struct {
	TokenReference pulumi.StringInput `pulumi:"tokenReference"`
}

func (FormStyleConfig0PropertiesArgs) ElementType added in v0.96.0

func (FormStyleConfig0PropertiesArgs) ToFormStyleConfig0PropertiesOutput added in v0.96.0

func (i FormStyleConfig0PropertiesArgs) ToFormStyleConfig0PropertiesOutput() FormStyleConfig0PropertiesOutput

func (FormStyleConfig0PropertiesArgs) ToFormStyleConfig0PropertiesOutputWithContext added in v0.96.0

func (i FormStyleConfig0PropertiesArgs) ToFormStyleConfig0PropertiesOutputWithContext(ctx context.Context) FormStyleConfig0PropertiesOutput

func (FormStyleConfig0PropertiesArgs) ToFormStyleConfig0PropertiesPtrOutput added in v0.96.0

func (i FormStyleConfig0PropertiesArgs) ToFormStyleConfig0PropertiesPtrOutput() FormStyleConfig0PropertiesPtrOutput

func (FormStyleConfig0PropertiesArgs) ToFormStyleConfig0PropertiesPtrOutputWithContext added in v0.96.0

func (i FormStyleConfig0PropertiesArgs) ToFormStyleConfig0PropertiesPtrOutputWithContext(ctx context.Context) FormStyleConfig0PropertiesPtrOutput

type FormStyleConfig0PropertiesInput added in v0.96.0

type FormStyleConfig0PropertiesInput interface {
	pulumi.Input

	ToFormStyleConfig0PropertiesOutput() FormStyleConfig0PropertiesOutput
	ToFormStyleConfig0PropertiesOutputWithContext(context.Context) FormStyleConfig0PropertiesOutput
}

FormStyleConfig0PropertiesInput is an input type that accepts FormStyleConfig0PropertiesArgs and FormStyleConfig0PropertiesOutput values. You can construct a concrete instance of `FormStyleConfig0PropertiesInput` via:

FormStyleConfig0PropertiesArgs{...}

type FormStyleConfig0PropertiesOutput added in v0.96.0

type FormStyleConfig0PropertiesOutput struct{ *pulumi.OutputState }

func (FormStyleConfig0PropertiesOutput) ElementType added in v0.96.0

func (FormStyleConfig0PropertiesOutput) ToFormStyleConfig0PropertiesOutput added in v0.96.0

func (o FormStyleConfig0PropertiesOutput) ToFormStyleConfig0PropertiesOutput() FormStyleConfig0PropertiesOutput

func (FormStyleConfig0PropertiesOutput) ToFormStyleConfig0PropertiesOutputWithContext added in v0.96.0

func (o FormStyleConfig0PropertiesOutput) ToFormStyleConfig0PropertiesOutputWithContext(ctx context.Context) FormStyleConfig0PropertiesOutput

func (FormStyleConfig0PropertiesOutput) ToFormStyleConfig0PropertiesPtrOutput added in v0.96.0

func (o FormStyleConfig0PropertiesOutput) ToFormStyleConfig0PropertiesPtrOutput() FormStyleConfig0PropertiesPtrOutput

func (FormStyleConfig0PropertiesOutput) ToFormStyleConfig0PropertiesPtrOutputWithContext added in v0.96.0

func (o FormStyleConfig0PropertiesOutput) ToFormStyleConfig0PropertiesPtrOutputWithContext(ctx context.Context) FormStyleConfig0PropertiesPtrOutput

func (FormStyleConfig0PropertiesOutput) TokenReference added in v0.96.0

type FormStyleConfig0PropertiesPtrInput added in v0.96.0

type FormStyleConfig0PropertiesPtrInput interface {
	pulumi.Input

	ToFormStyleConfig0PropertiesPtrOutput() FormStyleConfig0PropertiesPtrOutput
	ToFormStyleConfig0PropertiesPtrOutputWithContext(context.Context) FormStyleConfig0PropertiesPtrOutput
}

FormStyleConfig0PropertiesPtrInput is an input type that accepts FormStyleConfig0PropertiesArgs, FormStyleConfig0PropertiesPtr and FormStyleConfig0PropertiesPtrOutput values. You can construct a concrete instance of `FormStyleConfig0PropertiesPtrInput` via:

        FormStyleConfig0PropertiesArgs{...}

or:

        nil

func FormStyleConfig0PropertiesPtr added in v0.96.0

type FormStyleConfig0PropertiesPtrOutput added in v0.96.0

type FormStyleConfig0PropertiesPtrOutput struct{ *pulumi.OutputState }

func (FormStyleConfig0PropertiesPtrOutput) Elem added in v0.96.0

func (FormStyleConfig0PropertiesPtrOutput) ElementType added in v0.96.0

func (FormStyleConfig0PropertiesPtrOutput) ToFormStyleConfig0PropertiesPtrOutput added in v0.96.0

func (o FormStyleConfig0PropertiesPtrOutput) ToFormStyleConfig0PropertiesPtrOutput() FormStyleConfig0PropertiesPtrOutput

func (FormStyleConfig0PropertiesPtrOutput) ToFormStyleConfig0PropertiesPtrOutputWithContext added in v0.96.0

func (o FormStyleConfig0PropertiesPtrOutput) ToFormStyleConfig0PropertiesPtrOutputWithContext(ctx context.Context) FormStyleConfig0PropertiesPtrOutput

func (FormStyleConfig0PropertiesPtrOutput) TokenReference added in v0.96.0

type FormStyleConfig1Properties added in v0.72.0

type FormStyleConfig1Properties struct {
	Value string `pulumi:"value"`
}

type FormStyleConfig1PropertiesArgs added in v0.96.0

type FormStyleConfig1PropertiesArgs struct {
	Value pulumi.StringInput `pulumi:"value"`
}

func (FormStyleConfig1PropertiesArgs) ElementType added in v0.96.0

func (FormStyleConfig1PropertiesArgs) ToFormStyleConfig1PropertiesOutput added in v0.96.0

func (i FormStyleConfig1PropertiesArgs) ToFormStyleConfig1PropertiesOutput() FormStyleConfig1PropertiesOutput

func (FormStyleConfig1PropertiesArgs) ToFormStyleConfig1PropertiesOutputWithContext added in v0.96.0

func (i FormStyleConfig1PropertiesArgs) ToFormStyleConfig1PropertiesOutputWithContext(ctx context.Context) FormStyleConfig1PropertiesOutput

func (FormStyleConfig1PropertiesArgs) ToFormStyleConfig1PropertiesPtrOutput added in v0.96.0

func (i FormStyleConfig1PropertiesArgs) ToFormStyleConfig1PropertiesPtrOutput() FormStyleConfig1PropertiesPtrOutput

func (FormStyleConfig1PropertiesArgs) ToFormStyleConfig1PropertiesPtrOutputWithContext added in v0.96.0

func (i FormStyleConfig1PropertiesArgs) ToFormStyleConfig1PropertiesPtrOutputWithContext(ctx context.Context) FormStyleConfig1PropertiesPtrOutput

type FormStyleConfig1PropertiesInput added in v0.96.0

type FormStyleConfig1PropertiesInput interface {
	pulumi.Input

	ToFormStyleConfig1PropertiesOutput() FormStyleConfig1PropertiesOutput
	ToFormStyleConfig1PropertiesOutputWithContext(context.Context) FormStyleConfig1PropertiesOutput
}

FormStyleConfig1PropertiesInput is an input type that accepts FormStyleConfig1PropertiesArgs and FormStyleConfig1PropertiesOutput values. You can construct a concrete instance of `FormStyleConfig1PropertiesInput` via:

FormStyleConfig1PropertiesArgs{...}

type FormStyleConfig1PropertiesOutput added in v0.96.0

type FormStyleConfig1PropertiesOutput struct{ *pulumi.OutputState }

func (FormStyleConfig1PropertiesOutput) ElementType added in v0.96.0

func (FormStyleConfig1PropertiesOutput) ToFormStyleConfig1PropertiesOutput added in v0.96.0

func (o FormStyleConfig1PropertiesOutput) ToFormStyleConfig1PropertiesOutput() FormStyleConfig1PropertiesOutput

func (FormStyleConfig1PropertiesOutput) ToFormStyleConfig1PropertiesOutputWithContext added in v0.96.0

func (o FormStyleConfig1PropertiesOutput) ToFormStyleConfig1PropertiesOutputWithContext(ctx context.Context) FormStyleConfig1PropertiesOutput

func (FormStyleConfig1PropertiesOutput) ToFormStyleConfig1PropertiesPtrOutput added in v0.96.0

func (o FormStyleConfig1PropertiesOutput) ToFormStyleConfig1PropertiesPtrOutput() FormStyleConfig1PropertiesPtrOutput

func (FormStyleConfig1PropertiesOutput) ToFormStyleConfig1PropertiesPtrOutputWithContext added in v0.96.0

func (o FormStyleConfig1PropertiesOutput) ToFormStyleConfig1PropertiesPtrOutputWithContext(ctx context.Context) FormStyleConfig1PropertiesPtrOutput

func (FormStyleConfig1PropertiesOutput) Value added in v0.96.0

type FormStyleConfig1PropertiesPtrInput added in v0.96.0

type FormStyleConfig1PropertiesPtrInput interface {
	pulumi.Input

	ToFormStyleConfig1PropertiesPtrOutput() FormStyleConfig1PropertiesPtrOutput
	ToFormStyleConfig1PropertiesPtrOutputWithContext(context.Context) FormStyleConfig1PropertiesPtrOutput
}

FormStyleConfig1PropertiesPtrInput is an input type that accepts FormStyleConfig1PropertiesArgs, FormStyleConfig1PropertiesPtr and FormStyleConfig1PropertiesPtrOutput values. You can construct a concrete instance of `FormStyleConfig1PropertiesPtrInput` via:

        FormStyleConfig1PropertiesArgs{...}

or:

        nil

func FormStyleConfig1PropertiesPtr added in v0.96.0

type FormStyleConfig1PropertiesPtrOutput added in v0.96.0

type FormStyleConfig1PropertiesPtrOutput struct{ *pulumi.OutputState }

func (FormStyleConfig1PropertiesPtrOutput) Elem added in v0.96.0

func (FormStyleConfig1PropertiesPtrOutput) ElementType added in v0.96.0

func (FormStyleConfig1PropertiesPtrOutput) ToFormStyleConfig1PropertiesPtrOutput added in v0.96.0

func (o FormStyleConfig1PropertiesPtrOutput) ToFormStyleConfig1PropertiesPtrOutput() FormStyleConfig1PropertiesPtrOutput

func (FormStyleConfig1PropertiesPtrOutput) ToFormStyleConfig1PropertiesPtrOutputWithContext added in v0.96.0

func (o FormStyleConfig1PropertiesPtrOutput) ToFormStyleConfig1PropertiesPtrOutputWithContext(ctx context.Context) FormStyleConfig1PropertiesPtrOutput

func (FormStyleConfig1PropertiesPtrOutput) Value added in v0.96.0

type FormStyleInput added in v0.41.0

type FormStyleInput interface {
	pulumi.Input

	ToFormStyleOutput() FormStyleOutput
	ToFormStyleOutputWithContext(context.Context) FormStyleOutput
}

FormStyleInput is an input type that accepts FormStyleArgs and FormStyleOutput values. You can construct a concrete instance of `FormStyleInput` via:

FormStyleArgs{...}

type FormStyleOutput added in v0.41.0

type FormStyleOutput struct{ *pulumi.OutputState }

func (FormStyleOutput) ElementType added in v0.41.0

func (FormStyleOutput) ElementType() reflect.Type

func (FormStyleOutput) HorizontalGap added in v0.41.0

func (o FormStyleOutput) HorizontalGap() pulumi.AnyOutput

func (FormStyleOutput) OuterPadding added in v0.41.0

func (o FormStyleOutput) OuterPadding() pulumi.AnyOutput

func (FormStyleOutput) ToFormStyleOutput added in v0.41.0

func (o FormStyleOutput) ToFormStyleOutput() FormStyleOutput

func (FormStyleOutput) ToFormStyleOutputWithContext added in v0.41.0

func (o FormStyleOutput) ToFormStyleOutputWithContext(ctx context.Context) FormStyleOutput

func (FormStyleOutput) ToFormStylePtrOutput added in v0.96.0

func (o FormStyleOutput) ToFormStylePtrOutput() FormStylePtrOutput

func (FormStyleOutput) ToFormStylePtrOutputWithContext added in v0.96.0

func (o FormStyleOutput) ToFormStylePtrOutputWithContext(ctx context.Context) FormStylePtrOutput

func (FormStyleOutput) VerticalGap added in v0.41.0

func (o FormStyleOutput) VerticalGap() pulumi.AnyOutput

type FormStylePtrInput added in v0.96.0

type FormStylePtrInput interface {
	pulumi.Input

	ToFormStylePtrOutput() FormStylePtrOutput
	ToFormStylePtrOutputWithContext(context.Context) FormStylePtrOutput
}

FormStylePtrInput is an input type that accepts FormStyleArgs, FormStylePtr and FormStylePtrOutput values. You can construct a concrete instance of `FormStylePtrInput` via:

        FormStyleArgs{...}

or:

        nil

func FormStylePtr added in v0.96.0

func FormStylePtr(v *FormStyleArgs) FormStylePtrInput

type FormStylePtrOutput added in v0.41.0

type FormStylePtrOutput struct{ *pulumi.OutputState }

func (FormStylePtrOutput) Elem added in v0.41.0

func (FormStylePtrOutput) ElementType added in v0.41.0

func (FormStylePtrOutput) ElementType() reflect.Type

func (FormStylePtrOutput) HorizontalGap added in v0.41.0

func (o FormStylePtrOutput) HorizontalGap() pulumi.AnyOutput

func (FormStylePtrOutput) OuterPadding added in v0.41.0

func (o FormStylePtrOutput) OuterPadding() pulumi.AnyOutput

func (FormStylePtrOutput) ToFormStylePtrOutput added in v0.41.0

func (o FormStylePtrOutput) ToFormStylePtrOutput() FormStylePtrOutput

func (FormStylePtrOutput) ToFormStylePtrOutputWithContext added in v0.41.0

func (o FormStylePtrOutput) ToFormStylePtrOutputWithContext(ctx context.Context) FormStylePtrOutput

func (FormStylePtrOutput) VerticalGap added in v0.41.0

func (o FormStylePtrOutput) VerticalGap() pulumi.AnyOutput

type FormValueMapping added in v0.98.0

type FormValueMapping struct {
	DisplayValue *FormInputValueProperty `pulumi:"displayValue"`
	Value        FormInputValueProperty  `pulumi:"value"`
}

type FormValueMappingArgs added in v0.98.0

type FormValueMappingArgs struct {
	DisplayValue FormInputValuePropertyPtrInput `pulumi:"displayValue"`
	Value        FormInputValuePropertyInput    `pulumi:"value"`
}

func (FormValueMappingArgs) ElementType added in v0.98.0

func (FormValueMappingArgs) ElementType() reflect.Type

func (FormValueMappingArgs) ToFormValueMappingOutput added in v0.98.0

func (i FormValueMappingArgs) ToFormValueMappingOutput() FormValueMappingOutput

func (FormValueMappingArgs) ToFormValueMappingOutputWithContext added in v0.98.0

func (i FormValueMappingArgs) ToFormValueMappingOutputWithContext(ctx context.Context) FormValueMappingOutput

type FormValueMappingArray added in v0.98.0

type FormValueMappingArray []FormValueMappingInput

func (FormValueMappingArray) ElementType added in v0.98.0

func (FormValueMappingArray) ElementType() reflect.Type

func (FormValueMappingArray) ToFormValueMappingArrayOutput added in v0.98.0

func (i FormValueMappingArray) ToFormValueMappingArrayOutput() FormValueMappingArrayOutput

func (FormValueMappingArray) ToFormValueMappingArrayOutputWithContext added in v0.98.0

func (i FormValueMappingArray) ToFormValueMappingArrayOutputWithContext(ctx context.Context) FormValueMappingArrayOutput

type FormValueMappingArrayInput added in v0.98.0

type FormValueMappingArrayInput interface {
	pulumi.Input

	ToFormValueMappingArrayOutput() FormValueMappingArrayOutput
	ToFormValueMappingArrayOutputWithContext(context.Context) FormValueMappingArrayOutput
}

FormValueMappingArrayInput is an input type that accepts FormValueMappingArray and FormValueMappingArrayOutput values. You can construct a concrete instance of `FormValueMappingArrayInput` via:

FormValueMappingArray{ FormValueMappingArgs{...} }

type FormValueMappingArrayOutput added in v0.98.0

type FormValueMappingArrayOutput struct{ *pulumi.OutputState }

func (FormValueMappingArrayOutput) ElementType added in v0.98.0

func (FormValueMappingArrayOutput) Index added in v0.98.0

func (FormValueMappingArrayOutput) ToFormValueMappingArrayOutput added in v0.98.0

func (o FormValueMappingArrayOutput) ToFormValueMappingArrayOutput() FormValueMappingArrayOutput

func (FormValueMappingArrayOutput) ToFormValueMappingArrayOutputWithContext added in v0.98.0

func (o FormValueMappingArrayOutput) ToFormValueMappingArrayOutputWithContext(ctx context.Context) FormValueMappingArrayOutput

type FormValueMappingInput added in v0.98.0

type FormValueMappingInput interface {
	pulumi.Input

	ToFormValueMappingOutput() FormValueMappingOutput
	ToFormValueMappingOutputWithContext(context.Context) FormValueMappingOutput
}

FormValueMappingInput is an input type that accepts FormValueMappingArgs and FormValueMappingOutput values. You can construct a concrete instance of `FormValueMappingInput` via:

FormValueMappingArgs{...}

type FormValueMappingOutput added in v0.98.0

type FormValueMappingOutput struct{ *pulumi.OutputState }

func (FormValueMappingOutput) DisplayValue added in v0.98.0

func (FormValueMappingOutput) ElementType added in v0.98.0

func (FormValueMappingOutput) ElementType() reflect.Type

func (FormValueMappingOutput) ToFormValueMappingOutput added in v0.98.0

func (o FormValueMappingOutput) ToFormValueMappingOutput() FormValueMappingOutput

func (FormValueMappingOutput) ToFormValueMappingOutputWithContext added in v0.98.0

func (o FormValueMappingOutput) ToFormValueMappingOutputWithContext(ctx context.Context) FormValueMappingOutput

func (FormValueMappingOutput) Value added in v0.98.0

type FormValueMappings added in v0.98.0

type FormValueMappings struct {
	BindingProperties map[string]FormInputBindingPropertiesValue `pulumi:"bindingProperties"`
	Values            []FormValueMapping                         `pulumi:"values"`
}

type FormValueMappingsArgs added in v0.98.0

type FormValueMappingsArgs struct {
	BindingProperties FormInputBindingPropertiesValueMapInput `pulumi:"bindingProperties"`
	Values            FormValueMappingArrayInput              `pulumi:"values"`
}

func (FormValueMappingsArgs) ElementType added in v0.98.0

func (FormValueMappingsArgs) ElementType() reflect.Type

func (FormValueMappingsArgs) ToFormValueMappingsOutput added in v0.98.0

func (i FormValueMappingsArgs) ToFormValueMappingsOutput() FormValueMappingsOutput

func (FormValueMappingsArgs) ToFormValueMappingsOutputWithContext added in v0.98.0

func (i FormValueMappingsArgs) ToFormValueMappingsOutputWithContext(ctx context.Context) FormValueMappingsOutput

func (FormValueMappingsArgs) ToFormValueMappingsPtrOutput added in v0.98.0

func (i FormValueMappingsArgs) ToFormValueMappingsPtrOutput() FormValueMappingsPtrOutput

func (FormValueMappingsArgs) ToFormValueMappingsPtrOutputWithContext added in v0.98.0

func (i FormValueMappingsArgs) ToFormValueMappingsPtrOutputWithContext(ctx context.Context) FormValueMappingsPtrOutput

type FormValueMappingsInput added in v0.98.0

type FormValueMappingsInput interface {
	pulumi.Input

	ToFormValueMappingsOutput() FormValueMappingsOutput
	ToFormValueMappingsOutputWithContext(context.Context) FormValueMappingsOutput
}

FormValueMappingsInput is an input type that accepts FormValueMappingsArgs and FormValueMappingsOutput values. You can construct a concrete instance of `FormValueMappingsInput` via:

FormValueMappingsArgs{...}

type FormValueMappingsOutput added in v0.98.0

type FormValueMappingsOutput struct{ *pulumi.OutputState }

func (FormValueMappingsOutput) BindingProperties added in v0.98.0

func (FormValueMappingsOutput) ElementType added in v0.98.0

func (FormValueMappingsOutput) ElementType() reflect.Type

func (FormValueMappingsOutput) ToFormValueMappingsOutput added in v0.98.0

func (o FormValueMappingsOutput) ToFormValueMappingsOutput() FormValueMappingsOutput

func (FormValueMappingsOutput) ToFormValueMappingsOutputWithContext added in v0.98.0

func (o FormValueMappingsOutput) ToFormValueMappingsOutputWithContext(ctx context.Context) FormValueMappingsOutput

func (FormValueMappingsOutput) ToFormValueMappingsPtrOutput added in v0.98.0

func (o FormValueMappingsOutput) ToFormValueMappingsPtrOutput() FormValueMappingsPtrOutput

func (FormValueMappingsOutput) ToFormValueMappingsPtrOutputWithContext added in v0.98.0

func (o FormValueMappingsOutput) ToFormValueMappingsPtrOutputWithContext(ctx context.Context) FormValueMappingsPtrOutput

func (FormValueMappingsOutput) Values added in v0.98.0

type FormValueMappingsPtrInput added in v0.98.0

type FormValueMappingsPtrInput interface {
	pulumi.Input

	ToFormValueMappingsPtrOutput() FormValueMappingsPtrOutput
	ToFormValueMappingsPtrOutputWithContext(context.Context) FormValueMappingsPtrOutput
}

FormValueMappingsPtrInput is an input type that accepts FormValueMappingsArgs, FormValueMappingsPtr and FormValueMappingsPtrOutput values. You can construct a concrete instance of `FormValueMappingsPtrInput` via:

        FormValueMappingsArgs{...}

or:

        nil

func FormValueMappingsPtr added in v0.98.0

func FormValueMappingsPtr(v *FormValueMappingsArgs) FormValueMappingsPtrInput

type FormValueMappingsPtrOutput added in v0.98.0

type FormValueMappingsPtrOutput struct{ *pulumi.OutputState }

func (FormValueMappingsPtrOutput) BindingProperties added in v0.98.0

func (FormValueMappingsPtrOutput) Elem added in v0.98.0

func (FormValueMappingsPtrOutput) ElementType added in v0.98.0

func (FormValueMappingsPtrOutput) ElementType() reflect.Type

func (FormValueMappingsPtrOutput) ToFormValueMappingsPtrOutput added in v0.98.0

func (o FormValueMappingsPtrOutput) ToFormValueMappingsPtrOutput() FormValueMappingsPtrOutput

func (FormValueMappingsPtrOutput) ToFormValueMappingsPtrOutputWithContext added in v0.98.0

func (o FormValueMappingsPtrOutput) ToFormValueMappingsPtrOutputWithContext(ctx context.Context) FormValueMappingsPtrOutput

func (FormValueMappingsPtrOutput) Values added in v0.98.0

type LookupComponentArgs added in v0.12.0

type LookupComponentArgs struct {
	AppId           string `pulumi:"appId"`
	EnvironmentName string `pulumi:"environmentName"`
	Id              string `pulumi:"id"`
}

type LookupComponentOutputArgs added in v0.12.0

type LookupComponentOutputArgs struct {
	AppId           pulumi.StringInput `pulumi:"appId"`
	EnvironmentName pulumi.StringInput `pulumi:"environmentName"`
	Id              pulumi.StringInput `pulumi:"id"`
}

func (LookupComponentOutputArgs) ElementType added in v0.12.0

func (LookupComponentOutputArgs) ElementType() reflect.Type

type LookupComponentResult added in v0.12.0

type LookupComponentResult struct {
	BindingProperties    map[string]ComponentBindingPropertiesValue `pulumi:"bindingProperties"`
	Children             []ComponentChild                           `pulumi:"children"`
	CollectionProperties map[string]ComponentDataConfiguration      `pulumi:"collectionProperties"`
	ComponentType        *string                                    `pulumi:"componentType"`
	CreatedAt            *string                                    `pulumi:"createdAt"`
	Events               map[string]ComponentEvent                  `pulumi:"events"`
	Id                   *string                                    `pulumi:"id"`
	ModifiedAt           *string                                    `pulumi:"modifiedAt"`
	Name                 *string                                    `pulumi:"name"`
	Overrides            map[string]interface{}                     `pulumi:"overrides"`
	Properties           map[string]ComponentProperty               `pulumi:"properties"`
	SchemaVersion        *string                                    `pulumi:"schemaVersion"`
	SourceId             *string                                    `pulumi:"sourceId"`
	Tags                 map[string]string                          `pulumi:"tags"`
	Variants             []ComponentVariant                         `pulumi:"variants"`
}

func LookupComponent added in v0.12.0

func LookupComponent(ctx *pulumi.Context, args *LookupComponentArgs, opts ...pulumi.InvokeOption) (*LookupComponentResult, error)

Definition of AWS::AmplifyUIBuilder::Component Resource Type

type LookupComponentResultOutput added in v0.12.0

type LookupComponentResultOutput struct{ *pulumi.OutputState }

func LookupComponentOutput added in v0.12.0

func (LookupComponentResultOutput) BindingProperties added in v0.12.0

func (LookupComponentResultOutput) Children added in v0.12.0

func (LookupComponentResultOutput) CollectionProperties added in v0.12.0

func (LookupComponentResultOutput) ComponentType added in v0.12.0

func (LookupComponentResultOutput) CreatedAt added in v0.12.0

func (LookupComponentResultOutput) ElementType added in v0.12.0

func (LookupComponentResultOutput) Events added in v0.13.0

func (LookupComponentResultOutput) Id added in v0.12.0

func (LookupComponentResultOutput) ModifiedAt added in v0.12.0

func (LookupComponentResultOutput) Name added in v0.12.0

func (LookupComponentResultOutput) Overrides added in v0.12.0

func (LookupComponentResultOutput) Properties added in v0.12.0

func (LookupComponentResultOutput) SchemaVersion added in v0.14.0

func (LookupComponentResultOutput) SourceId added in v0.12.0

func (LookupComponentResultOutput) Tags added in v0.96.0

func (LookupComponentResultOutput) ToLookupComponentResultOutput added in v0.12.0

func (o LookupComponentResultOutput) ToLookupComponentResultOutput() LookupComponentResultOutput

func (LookupComponentResultOutput) ToLookupComponentResultOutputWithContext added in v0.12.0

func (o LookupComponentResultOutput) ToLookupComponentResultOutputWithContext(ctx context.Context) LookupComponentResultOutput

func (LookupComponentResultOutput) Variants added in v0.12.0

type LookupFormArgs added in v0.41.0

type LookupFormArgs struct {
	AppId           string `pulumi:"appId"`
	EnvironmentName string `pulumi:"environmentName"`
	Id              string `pulumi:"id"`
}

type LookupFormOutputArgs added in v0.41.0

type LookupFormOutputArgs struct {
	AppId           pulumi.StringInput `pulumi:"appId"`
	EnvironmentName pulumi.StringInput `pulumi:"environmentName"`
	Id              pulumi.StringInput `pulumi:"id"`
}

func (LookupFormOutputArgs) ElementType added in v0.41.0

func (LookupFormOutputArgs) ElementType() reflect.Type

type LookupFormResult added in v0.41.0

type LookupFormResult struct {
	Cta               *FormCta                        `pulumi:"cta"`
	DataType          *FormDataTypeConfig             `pulumi:"dataType"`
	Fields            map[string]FormFieldConfig      `pulumi:"fields"`
	FormActionType    *FormActionType                 `pulumi:"formActionType"`
	Id                *string                         `pulumi:"id"`
	LabelDecorator    *FormLabelDecorator             `pulumi:"labelDecorator"`
	Name              *string                         `pulumi:"name"`
	SchemaVersion     *string                         `pulumi:"schemaVersion"`
	SectionalElements map[string]FormSectionalElement `pulumi:"sectionalElements"`
	Style             *FormStyle                      `pulumi:"style"`
	Tags              map[string]string               `pulumi:"tags"`
}

func LookupForm added in v0.41.0

func LookupForm(ctx *pulumi.Context, args *LookupFormArgs, opts ...pulumi.InvokeOption) (*LookupFormResult, error)

Definition of AWS::AmplifyUIBuilder::Form Resource Type

type LookupFormResultOutput added in v0.41.0

type LookupFormResultOutput struct{ *pulumi.OutputState }

func LookupFormOutput added in v0.41.0

func LookupFormOutput(ctx *pulumi.Context, args LookupFormOutputArgs, opts ...pulumi.InvokeOption) LookupFormResultOutput

func (LookupFormResultOutput) Cta added in v0.41.0

func (LookupFormResultOutput) DataType added in v0.41.0

func (LookupFormResultOutput) ElementType added in v0.41.0

func (LookupFormResultOutput) ElementType() reflect.Type

func (LookupFormResultOutput) Fields added in v0.41.0

func (LookupFormResultOutput) FormActionType added in v0.41.0

func (LookupFormResultOutput) Id added in v0.41.0

func (LookupFormResultOutput) LabelDecorator added in v0.61.0

func (LookupFormResultOutput) Name added in v0.41.0

func (LookupFormResultOutput) SchemaVersion added in v0.41.0

func (o LookupFormResultOutput) SchemaVersion() pulumi.StringPtrOutput

func (LookupFormResultOutput) SectionalElements added in v0.41.0

func (LookupFormResultOutput) Style added in v0.41.0

func (LookupFormResultOutput) Tags added in v0.96.0

func (LookupFormResultOutput) ToLookupFormResultOutput added in v0.41.0

func (o LookupFormResultOutput) ToLookupFormResultOutput() LookupFormResultOutput

func (LookupFormResultOutput) ToLookupFormResultOutputWithContext added in v0.41.0

func (o LookupFormResultOutput) ToLookupFormResultOutputWithContext(ctx context.Context) LookupFormResultOutput

type LookupThemeArgs added in v0.12.0

type LookupThemeArgs struct {
	AppId           string `pulumi:"appId"`
	EnvironmentName string `pulumi:"environmentName"`
	Id              string `pulumi:"id"`
}

type LookupThemeOutputArgs added in v0.12.0

type LookupThemeOutputArgs struct {
	AppId           pulumi.StringInput `pulumi:"appId"`
	EnvironmentName pulumi.StringInput `pulumi:"environmentName"`
	Id              pulumi.StringInput `pulumi:"id"`
}

func (LookupThemeOutputArgs) ElementType added in v0.12.0

func (LookupThemeOutputArgs) ElementType() reflect.Type

type LookupThemeResult added in v0.12.0

type LookupThemeResult struct {
	CreatedAt  *string           `pulumi:"createdAt"`
	Id         *string           `pulumi:"id"`
	ModifiedAt *string           `pulumi:"modifiedAt"`
	Name       *string           `pulumi:"name"`
	Overrides  []ThemeValues     `pulumi:"overrides"`
	Tags       map[string]string `pulumi:"tags"`
	Values     []ThemeValues     `pulumi:"values"`
}

func LookupTheme added in v0.12.0

func LookupTheme(ctx *pulumi.Context, args *LookupThemeArgs, opts ...pulumi.InvokeOption) (*LookupThemeResult, error)

Definition of AWS::AmplifyUIBuilder::Theme Resource Type

type LookupThemeResultOutput added in v0.12.0

type LookupThemeResultOutput struct{ *pulumi.OutputState }

func LookupThemeOutput added in v0.12.0

func LookupThemeOutput(ctx *pulumi.Context, args LookupThemeOutputArgs, opts ...pulumi.InvokeOption) LookupThemeResultOutput

func (LookupThemeResultOutput) CreatedAt added in v0.12.0

func (LookupThemeResultOutput) ElementType added in v0.12.0

func (LookupThemeResultOutput) ElementType() reflect.Type

func (LookupThemeResultOutput) Id added in v0.12.0

func (LookupThemeResultOutput) ModifiedAt added in v0.12.0

func (LookupThemeResultOutput) Name added in v0.12.0

func (LookupThemeResultOutput) Overrides added in v0.12.0

func (LookupThemeResultOutput) Tags added in v0.96.0

func (LookupThemeResultOutput) ToLookupThemeResultOutput added in v0.12.0

func (o LookupThemeResultOutput) ToLookupThemeResultOutput() LookupThemeResultOutput

func (LookupThemeResultOutput) ToLookupThemeResultOutputWithContext added in v0.12.0

func (o LookupThemeResultOutput) ToLookupThemeResultOutputWithContext(ctx context.Context) LookupThemeResultOutput

func (LookupThemeResultOutput) Values added in v0.12.0

type Theme

type Theme struct {
	pulumi.CustomResourceState

	AppId           pulumi.StringPtrOutput `pulumi:"appId"`
	AwsId           pulumi.StringOutput    `pulumi:"awsId"`
	CreatedAt       pulumi.StringOutput    `pulumi:"createdAt"`
	EnvironmentName pulumi.StringPtrOutput `pulumi:"environmentName"`
	ModifiedAt      pulumi.StringOutput    `pulumi:"modifiedAt"`
	Name            pulumi.StringPtrOutput `pulumi:"name"`
	Overrides       ThemeValuesArrayOutput `pulumi:"overrides"`
	Tags            pulumi.StringMapOutput `pulumi:"tags"`
	Values          ThemeValuesArrayOutput `pulumi:"values"`
}

Definition of AWS::AmplifyUIBuilder::Theme Resource Type

func GetTheme

func GetTheme(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *ThemeState, opts ...pulumi.ResourceOption) (*Theme, error)

GetTheme gets an existing Theme resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewTheme

func NewTheme(ctx *pulumi.Context,
	name string, args *ThemeArgs, opts ...pulumi.ResourceOption) (*Theme, error)

NewTheme registers a new resource with the given unique name, arguments, and options.

func (*Theme) ElementType

func (*Theme) ElementType() reflect.Type

func (*Theme) ToThemeOutput

func (i *Theme) ToThemeOutput() ThemeOutput

func (*Theme) ToThemeOutputWithContext

func (i *Theme) ToThemeOutputWithContext(ctx context.Context) ThemeOutput

type ThemeArgs

type ThemeArgs struct {
	AppId           pulumi.StringPtrInput
	EnvironmentName pulumi.StringPtrInput
	Name            pulumi.StringPtrInput
	Overrides       ThemeValuesArrayInput
	Tags            pulumi.StringMapInput
	Values          ThemeValuesArrayInput
}

The set of arguments for constructing a Theme resource.

func (ThemeArgs) ElementType

func (ThemeArgs) ElementType() reflect.Type

type ThemeInput

type ThemeInput interface {
	pulumi.Input

	ToThemeOutput() ThemeOutput
	ToThemeOutputWithContext(ctx context.Context) ThemeOutput
}

type ThemeOutput

type ThemeOutput struct{ *pulumi.OutputState }

func (ThemeOutput) AppId added in v0.17.0

func (ThemeOutput) AwsId added in v0.99.0

func (o ThemeOutput) AwsId() pulumi.StringOutput

func (ThemeOutput) CreatedAt added in v0.17.0

func (o ThemeOutput) CreatedAt() pulumi.StringOutput

func (ThemeOutput) ElementType

func (ThemeOutput) ElementType() reflect.Type

func (ThemeOutput) EnvironmentName added in v0.17.0

func (o ThemeOutput) EnvironmentName() pulumi.StringPtrOutput

func (ThemeOutput) ModifiedAt added in v0.17.0

func (o ThemeOutput) ModifiedAt() pulumi.StringOutput

func (ThemeOutput) Name added in v0.17.0

func (ThemeOutput) Overrides added in v0.17.0

func (o ThemeOutput) Overrides() ThemeValuesArrayOutput

func (ThemeOutput) Tags added in v0.17.0

func (ThemeOutput) ToThemeOutput

func (o ThemeOutput) ToThemeOutput() ThemeOutput

func (ThemeOutput) ToThemeOutputWithContext

func (o ThemeOutput) ToThemeOutputWithContext(ctx context.Context) ThemeOutput

func (ThemeOutput) Values added in v0.17.0

type ThemeState

type ThemeState struct {
}

func (ThemeState) ElementType

func (ThemeState) ElementType() reflect.Type

type ThemeValue

type ThemeValue struct {
	Children []ThemeValues `pulumi:"children"`
	Value    *string       `pulumi:"value"`
}

type ThemeValueArgs

type ThemeValueArgs struct {
	Children ThemeValuesArrayInput `pulumi:"children"`
	Value    pulumi.StringPtrInput `pulumi:"value"`
}

func (ThemeValueArgs) ElementType

func (ThemeValueArgs) ElementType() reflect.Type

func (ThemeValueArgs) ToThemeValueOutput

func (i ThemeValueArgs) ToThemeValueOutput() ThemeValueOutput

func (ThemeValueArgs) ToThemeValueOutputWithContext

func (i ThemeValueArgs) ToThemeValueOutputWithContext(ctx context.Context) ThemeValueOutput

func (ThemeValueArgs) ToThemeValuePtrOutput

func (i ThemeValueArgs) ToThemeValuePtrOutput() ThemeValuePtrOutput

func (ThemeValueArgs) ToThemeValuePtrOutputWithContext

func (i ThemeValueArgs) ToThemeValuePtrOutputWithContext(ctx context.Context) ThemeValuePtrOutput

type ThemeValueInput

type ThemeValueInput interface {
	pulumi.Input

	ToThemeValueOutput() ThemeValueOutput
	ToThemeValueOutputWithContext(context.Context) ThemeValueOutput
}

ThemeValueInput is an input type that accepts ThemeValueArgs and ThemeValueOutput values. You can construct a concrete instance of `ThemeValueInput` via:

ThemeValueArgs{...}

type ThemeValueOutput

type ThemeValueOutput struct{ *pulumi.OutputState }

func (ThemeValueOutput) Children

func (ThemeValueOutput) ElementType

func (ThemeValueOutput) ElementType() reflect.Type

func (ThemeValueOutput) ToThemeValueOutput

func (o ThemeValueOutput) ToThemeValueOutput() ThemeValueOutput

func (ThemeValueOutput) ToThemeValueOutputWithContext

func (o ThemeValueOutput) ToThemeValueOutputWithContext(ctx context.Context) ThemeValueOutput

func (ThemeValueOutput) ToThemeValuePtrOutput

func (o ThemeValueOutput) ToThemeValuePtrOutput() ThemeValuePtrOutput

func (ThemeValueOutput) ToThemeValuePtrOutputWithContext

func (o ThemeValueOutput) ToThemeValuePtrOutputWithContext(ctx context.Context) ThemeValuePtrOutput

func (ThemeValueOutput) Value

type ThemeValuePtrInput

type ThemeValuePtrInput interface {
	pulumi.Input

	ToThemeValuePtrOutput() ThemeValuePtrOutput
	ToThemeValuePtrOutputWithContext(context.Context) ThemeValuePtrOutput
}

ThemeValuePtrInput is an input type that accepts ThemeValueArgs, ThemeValuePtr and ThemeValuePtrOutput values. You can construct a concrete instance of `ThemeValuePtrInput` via:

        ThemeValueArgs{...}

or:

        nil

func ThemeValuePtr

func ThemeValuePtr(v *ThemeValueArgs) ThemeValuePtrInput

type ThemeValuePtrOutput

type ThemeValuePtrOutput struct{ *pulumi.OutputState }

func (ThemeValuePtrOutput) Children

func (ThemeValuePtrOutput) Elem

func (ThemeValuePtrOutput) ElementType

func (ThemeValuePtrOutput) ElementType() reflect.Type

func (ThemeValuePtrOutput) ToThemeValuePtrOutput

func (o ThemeValuePtrOutput) ToThemeValuePtrOutput() ThemeValuePtrOutput

func (ThemeValuePtrOutput) ToThemeValuePtrOutputWithContext

func (o ThemeValuePtrOutput) ToThemeValuePtrOutputWithContext(ctx context.Context) ThemeValuePtrOutput

func (ThemeValuePtrOutput) Value

type ThemeValues

type ThemeValues struct {
	Key   *string     `pulumi:"key"`
	Value *ThemeValue `pulumi:"value"`
}

type ThemeValuesArgs

type ThemeValuesArgs struct {
	Key   pulumi.StringPtrInput `pulumi:"key"`
	Value ThemeValuePtrInput    `pulumi:"value"`
}

func (ThemeValuesArgs) ElementType

func (ThemeValuesArgs) ElementType() reflect.Type

func (ThemeValuesArgs) ToThemeValuesOutput

func (i ThemeValuesArgs) ToThemeValuesOutput() ThemeValuesOutput

func (ThemeValuesArgs) ToThemeValuesOutputWithContext

func (i ThemeValuesArgs) ToThemeValuesOutputWithContext(ctx context.Context) ThemeValuesOutput

type ThemeValuesArray

type ThemeValuesArray []ThemeValuesInput

func (ThemeValuesArray) ElementType

func (ThemeValuesArray) ElementType() reflect.Type

func (ThemeValuesArray) ToThemeValuesArrayOutput

func (i ThemeValuesArray) ToThemeValuesArrayOutput() ThemeValuesArrayOutput

func (ThemeValuesArray) ToThemeValuesArrayOutputWithContext

func (i ThemeValuesArray) ToThemeValuesArrayOutputWithContext(ctx context.Context) ThemeValuesArrayOutput

type ThemeValuesArrayInput

type ThemeValuesArrayInput interface {
	pulumi.Input

	ToThemeValuesArrayOutput() ThemeValuesArrayOutput
	ToThemeValuesArrayOutputWithContext(context.Context) ThemeValuesArrayOutput
}

ThemeValuesArrayInput is an input type that accepts ThemeValuesArray and ThemeValuesArrayOutput values. You can construct a concrete instance of `ThemeValuesArrayInput` via:

ThemeValuesArray{ ThemeValuesArgs{...} }

type ThemeValuesArrayOutput

type ThemeValuesArrayOutput struct{ *pulumi.OutputState }

func (ThemeValuesArrayOutput) ElementType

func (ThemeValuesArrayOutput) ElementType() reflect.Type

func (ThemeValuesArrayOutput) Index

func (ThemeValuesArrayOutput) ToThemeValuesArrayOutput

func (o ThemeValuesArrayOutput) ToThemeValuesArrayOutput() ThemeValuesArrayOutput

func (ThemeValuesArrayOutput) ToThemeValuesArrayOutputWithContext

func (o ThemeValuesArrayOutput) ToThemeValuesArrayOutputWithContext(ctx context.Context) ThemeValuesArrayOutput

type ThemeValuesInput

type ThemeValuesInput interface {
	pulumi.Input

	ToThemeValuesOutput() ThemeValuesOutput
	ToThemeValuesOutputWithContext(context.Context) ThemeValuesOutput
}

ThemeValuesInput is an input type that accepts ThemeValuesArgs and ThemeValuesOutput values. You can construct a concrete instance of `ThemeValuesInput` via:

ThemeValuesArgs{...}

type ThemeValuesOutput

type ThemeValuesOutput struct{ *pulumi.OutputState }

func (ThemeValuesOutput) ElementType

func (ThemeValuesOutput) ElementType() reflect.Type

func (ThemeValuesOutput) Key

func (ThemeValuesOutput) ToThemeValuesOutput

func (o ThemeValuesOutput) ToThemeValuesOutput() ThemeValuesOutput

func (ThemeValuesOutput) ToThemeValuesOutputWithContext

func (o ThemeValuesOutput) ToThemeValuesOutputWithContext(ctx context.Context) ThemeValuesOutput

func (ThemeValuesOutput) Value

Jump to

Keyboard shortcuts

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