MDAA TS Docs
    Preparing search index...

    Props for the MdaaTablePolicy construct.

    interface MdaaTablePolicyProps {
        additionalStatements?: PolicyStatement[];
        createOutputs?: boolean;
        createParams?: boolean;
        naming: IMdaaResourceNaming;
        tableArn: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    additionalStatements?: PolicyStatement[]

    Additional IAM policy statements (grant Allow statements) to include alongside the mandatory deny-non-TLS statement. Typed as CDK PolicyStatement so statement content is validated at compile time. Omit for a TLS-only policy.

    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

    naming: IMdaaResourceNaming

    MDAA naming implementation for consistent resource naming across all MDAA constructs

    tableArn: string

    ARN of the table the policy is attached to.