MDAA TS Docs
    Preparing search index...
    interface MdaaSnsTopicProps {
        contentBasedDeduplication?: boolean;
        createOutputs?: boolean;
        createParams?: boolean;
        displayName?: string;
        fifo?: boolean;
        masterKey: IKey;
        naming: IMdaaResourceNaming;
        topicName: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    contentBasedDeduplication?: boolean
    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

    displayName?: string

    Human-readable display name for the SNS topic providing user-friendly identification in management interfaces

    fifo?: boolean
    masterKey: IKey
    naming: IMdaaResourceNaming

    MDAA naming implementation for consistent resource naming across all MDAA constructs

    topicName: string