@resistdesign/voltra
    Preparing search index...

    Type Alias ParameterInfo

    Stack parameter definition with display metadata.

    type ParameterInfo = {
        Group?: string;
        Label: string;
        Parameter: CloudFormationParameter;
        ParameterId: string;
    }
    Index

    Properties

    Group?: string

    Optional parameter group label.

    Label: string

    Display label for the parameter.

    Parameter: CloudFormationParameter

    CloudFormation parameter definition.

    ParameterId: string

    Parameter id used in the template.