@cdk-x/core
    Preparing search index...

    Interface ResourceProps

    interface ResourceProps {
        physicalName?: string;
    }
    Index

    Properties

    Properties

    physicalName?: string

    The value passed in by users to the physical name prop of the resource.

    • undefined implies that a physical name will be allocated by the engine during deployment.
    • a concrete value implies a specific physical name
    • PhysicalName.GENERATE_IF_NEEDED is a marker that indicates that a physical will only be generated by the CDK if it is needed for cross-environment references. Otherwise, it will be allocated by the engine.
    - The physical name will be allocated by the engine at deployment time