MDAA TS Docs
    Preparing search index...

    Interface MdaaRedshiftClusterParameterGroupProps

    Props for the creation of a compliant Redshift Cluster Paramater group

    interface MdaaRedshiftClusterParameterGroupProps {
        createOutputs?: boolean;
        createParams?: boolean;
        description?: string;
        naming: IMdaaResourceNaming;
        parameters: { [name: string]: 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

    description?: string

    Human-readable description of the parameter group explaining its purpose and configuration

    naming: IMdaaResourceNaming

    MDAA naming implementation for consistent resource naming across all MDAA constructs

    parameters: { [name: string]: string }

    Map of Redshift configuration parameter names to values enabling cluster customization