Share via


Parameter Struct

Definition

Represents a parameter of an IConstruct.

public readonly struct Parameter
type Parameter = struct
Public Structure Parameter
Inheritance
Parameter

Constructors

Parameter(Output)
Parameter(String, BicepType, String, Object, Boolean)

Initializes a new instance of the Parameter.

Properties

DefaultValue

Gets the default value of the parameter.

Description

Gets the description of the parameter.

IsFromOutput

Whether the parameter was constructed from an Output.

IsSecure

Gets a value indicating whether the parameter is secure.

Name

Gets the name of the parameter.

ParameterType

Gets the type of the parameter.

Source

The source of the parameter.

Value

The value of the parameter.

Applies to