MDAA TS Docs
    Preparing search index...

    Interface MdaaConfigParamRefValueTransformerProps

    interface MdaaConfigParamRefValueTransformerProps {
        awsEnvironment?: AwsEnvironment;
        context?: ConfigurationElement;
        domain: string;
        env: string;
        module_name: string;
        naming?: IMdaaResourceNaming;
        org: string;
        paramProps: { [name: string]: CfnParameterProps };
        scope?: Construct;
    }

    Hierarchy (View Summary)

    Index

    Properties

    awsEnvironment?: AwsEnvironment
    domain: string
    env: string
    module_name: string
    org: string
    paramProps: { [name: string]: CfnParameterProps }
    scope?: Construct