MDAA TS Docs
    Preparing search index...
    interface ParameterOverrideProps {
        isEditable?: boolean;
        value?: string;
    }
    Index

    Properties

    Properties

    isEditable?: boolean

    Whether this parameter can be edited by project creators. When false, the value is locked to the profile-defined value.

    Use cases: Compliance-enforced parameters; Locked vs. flexible overrides

    AWS: DataZone project profile parameter editability

    Validation: Optional; boolean

    value?: string

    Override value for this blueprint parameter.

    Use cases: Default parameter values; Compliance-enforced settings

    AWS: DataZone project profile parameter value

    Validation: Optional; string