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 value passed in by users to the physical name prop of the resource.
undefinedimplies that a physical name will be allocated by the engine during deployment.PhysicalName.GENERATE_IF_NEEDEDis 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.