MDAA TS Docs
    Preparing search index...

    Interface MdaaParamAndOutputProps

    interface MdaaParamAndOutputProps {
        createOutputs?: boolean;
        createParams?: boolean;
        name: string;
        naming: IMdaaResourceNaming;
        overrideResourceId?: string;
        resourceId?: string;
        resourceType: string;
        tier?: ParameterTier;
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createOutputs?: boolean

    Flag controlling CloudFormation output and stack export creation for construct resources

    createParams?: boolean

    Flag controlling SSM parameter creation for construct resource references enabling

    name: string

    Name component for SSM parameter and CloudFormation output naming enabling consistent

    naming: IMdaaResourceNaming

    MDAA naming implementation for consistent resource naming across all MDAA constructs

    overrideResourceId?: string
    resourceId?: string
    resourceType: string
    tier?: ParameterTier
    value: string

    Will be the value of the SSM Param and Cfn Output